On 10/17/25 07:51, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.195 release. There are 276 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 Sun, 19 Oct 2025 14:50:59 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.195-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
perf fails to build on ARM, ARM64 and MIPS with:
In file included from util/arm-spe.c:37: /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/include/../../arch/arm64/include/asm/cputype.h:198:10: fatal error: asm/sysreg.h: No such file or directory 198 | #include <asm/sysreg.h> | ^~~~~~~~~~~~~~ compilation terminated.
I was not able to run a bisection but will attempt to do that later during the weekend.