perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]
authorKan Liang <kan.liang@linux.intel.com>
Mon, 31 Oct 2022 15:45:50 +0000 (08:45 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 2 Nov 2022 11:22:07 +0000 (12:22 +0100)
commit6f8faf471446844bb9c318e0340221049d5c19f4
tree374cba316adc5a2b4e7dc6f81ea302a9a363221b
parent0916886bb978e7eae1ca3955ba07f51c020da20c
perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]

The intel_pebs_isolation quirk checks both model number and stepping.
Cooper Lake has a different stepping (11) than the other Skylake Xeon.
It cannot benefit from the optimization in commit 9b545c04abd4f
("perf/x86/kvm: Avoid unnecessary work in guest filtering").

Add the stepping of Cooper Lake into the isolation_ucodes[] table.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: stable@vger.kernel.org
Link: https://lkml.kernel.org/r/20221031154550.571663-1-kan.liang@linux.intel.com
arch/x86/events/intel/core.c