linux icon indicating copy to clipboard operation
linux copied to clipboard

x86/cpu: Add INTEL_LUNARLAKE_M to X86_BUG_MONITOR

Open kv2019i opened this issue 1 year ago • 1 comments

Under some conditions, MONITOR wakeups on Lunar Lake processors can be lost, resulting in significant user-visible delays.

Add LunarLake to X86_BUG_MONITOR so that wake_up_idle_cpu() always sends an IPI, avoiding this potential delay.

Also update the X86_BUG_MONITOR workaround to handle the new smp_kick_mwait_play_dead() path.

Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219364

Cc: [email protected] # 6.11

kv2019i avatar Nov 08 '24 19:11 kv2019i

Test patch at https://lore.kernel.org/lkml/[email protected]/

kv2019i avatar Nov 08 '24 19:11 kv2019i

Replaced with upstream patch.

kv2019i avatar Mar 10 '25 10:03 kv2019i