[GIT PULL] x86/core changes for v6.8

From: Ingo Molnar
Date: Mon Jan 08 2024 - 06:26:14 EST


Linus,

Please pull the latest x86/core git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-core-2024-01-08

# HEAD: edc8fc01f608108b0b7580cb2c29dfb5135e5f0e x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram

x86/core changes for v6.8:

- Fix possible unintended timer delays caused by a race in
mwait_idle_with_hints().

- Add comments about the magic behind the shadow STI
before MWAIT in __sti_mwait().

Thanks,

Ingo

------------------>
Frederic Weisbecker (1):
x86: Add a comment about the "magic" behind shadow sti before mwait

Peter Zijlstra (1):
x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram


arch/x86/include/asm/mwait.h | 20 ++++++++++++++++++--
drivers/idle/intel_idle.c | 19 +++++++------------
2 files changed, 25 insertions(+), 14 deletions(-)