Re: [PATCH] x86/idle: Fix the C6 eoi_errata[] list to include NEHALEM_EX

2025-07-17 Thread Jan Beulich
On 17.07.2025 18:28, Andrew Cooper wrote: > NEHALEM_EX is affected by the erratum too. > > Change the comment to be the full text, rather than interpretation of it. > > Fixes: 95807bcae47e ("C6 state with EOI issue fix for some Intel processors") > Signed-off-by: Andrew Cooper Reviewed-by: Jan

[PATCH] x86/idle: Fix the C6 eoi_errata[] list to include NEHALEM_EX

2025-07-17 Thread Andrew Cooper
NEHALEM_EX is affected by the erratum too. Change the comment to be the full text, rather than interpretation of it. Fixes: 95807bcae47e ("C6 state with EOI issue fix for some Intel processors") Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné Pulled out of the cleanup ser