On 9/1/20 8:09 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.235 release. > There are 62 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Thu, 03 Sep 2020 15:09:01 +0000. > Anything received after that time might be too late. > Building powerpc:defconfig ... failed -------------- Error log: arch/powerpc/perf/core-book3s.c: In function ‘record_and_restart’: arch/powerpc/perf/core-book3s.c:2045:7: error: implicit declaration of function ‘perf_event_account_interrupt’; did you mean ‘perf_event_interrupt’? [-Werror=implicit-function-declaration] if (perf_event_account_interrupt(event)) Caused by commit 91d6f90ac6d5 ("powerpc/perf: Fix soft lockups due to missed interrupt accounting"). perf_event_account_interrupt() does not exist in v4.4.y. Guenter