Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NOT FOR UPSTREAM] x86/cpu: Add INTEL_LUNARLAKE_M to X86_BUG_MONITOR #5260

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Dec 3, 2024

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.

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

Cc: [email protected] # 6.11

Link: https://lore.kernel.org/lkml/a4aa8842a3c3bfdb7fe9807710eef159cbf0e705.1731463305.git.len.brown@intel.com/

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.

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

Cc: [email protected] # 6.11
Signed-off-by: Len Brown <[email protected]>
Link: https://lore.kernel.org/lkml/a4aa8842a3c3bfdb7fe9807710eef159cbf0e705.1731463305.git.len.brown@intel.com/
Signed-off-by: Kai Vehmanen <[email protected]>
@ujfalusi
Copy link
Collaborator

ujfalusi commented Dec 4, 2024

@kv2019i, I would have expected much cleaner LNL report...

@ujfalusi ujfalusi merged commit 81ce24b into thesofproject:topic/sof-dev Dec 4, 2024
11 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants