On Tue, 07 Mar 2023 14:13:55 +0000, Aaron Lewis wrote: > This series fixes an issue with the PMU event "Instructions Retired" > (0xc0), then tests the fix to verify it works. Running the test > updates without the fix will result in a failed test. > > v2 -> v3: > - s/pmc_is_allowed/event_is_allowed/ [Like] > > [...] Applied patch 1 to kvm-x86 pmu. I prepended "pmc" to the new function to give it a bit more namespacing, i.e. combined your pmc_is_allowed() with Like's event_is_allowed(). As mentioned in my response to patch 5, I'll post a new version of the selftests changes. Thanks! [1/5] KVM: x86/pmu: Prevent the PMU from counting disallowed events https://github.com/kvm-x86/linux/commit/dfdeda67ea2d -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes