mbox series

[v2,0/3] cpuidle: teo: Avoid stopping scheduler tick too often

Message ID 5707588.DvuYhMxLoT@kreacher (mailing list archive)
Headers show
Series cpuidle: teo: Avoid stopping scheduler tick too often | expand

Message

Rafael J. Wysocki July 28, 2023, 9:35 a.m. UTC
Hi Folks,

Patch [1/3] in this series is a v2 of this patch posted yesterday:

https://lore.kernel.org/linux-pm/4506480.LvFx2qVVIh@kreacher/

Patch [2/3] addresses some bail out paths in teo_select() in which the
scheduler tick may be stopped unnecessarily too.

Patch [3/3] replaces a structure field with a local variable (while at it).

Thanks!