Re: [PATCH V4 0/1] powerpc/perf: Clear pending PMI in ppmu callbacks

2021-12-07 Thread Michael Ellerman
On Wed, 21 Jul 2021 01:48:28 -0400, Athira Rajeev wrote: > Running perf fuzzer testsuite popped up below messages > in the dmesg logs: > > "Can't find PMC that caused IRQ" > > This means a PMU exception happened, but none of the PMC's (Performance > Monitor Counter) were found to be overflown. Pe

Re: [PATCH V4 0/1] powerpc/perf: Clear pending PMI in ppmu callbacks

2021-11-22 Thread Nicholas Piggin
Excerpts from Athira Rajeev's message of November 20, 2021 12:36 am: > > >> On 21-Jul-2021, at 11:18 AM, Athira Rajeev >> wrote: >> >> Running perf fuzzer testsuite popped up below messages >> in the dmesg logs: >> >> "Can't find PMC that caused IRQ" >> >> This means a PMU exception happened

Re: [PATCH V4 0/1] powerpc/perf: Clear pending PMI in ppmu callbacks

2021-11-19 Thread Athira Rajeev
> On 21-Jul-2021, at 11:18 AM, Athira Rajeev > wrote: > > Running perf fuzzer testsuite popped up below messages > in the dmesg logs: > > "Can't find PMC that caused IRQ" > > This means a PMU exception happened, but none of the PMC's (Performance > Monitor Counter) were found to be overflow

[PATCH V4 0/1] powerpc/perf: Clear pending PMI in ppmu callbacks

2021-07-20 Thread Athira Rajeev
Running perf fuzzer testsuite popped up below messages in the dmesg logs: "Can't find PMC that caused IRQ" This means a PMU exception happened, but none of the PMC's (Performance Monitor Counter) were found to be overflown. Perf interrupt handler checks the PMC's to see which PMC has overflown an