On 9/11/26 23:36, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.18.52 release. There are 1518 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 Mon, 14 Sep 2026 06:54:17 +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/v6.x/stable-review/patch-6.18.52-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.18.y and the diffstat can be found below.
thanks,
greg k-h
perf fails to build on arm/arm64/mips with:
LINK /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/perf /local/stbopt_p/toolchains_303/stbgcc-12.4-2.0/bin/../lib/gcc/aarch64-unknown-linux-gnu/12.4.0/../../../../aarch64-unknown-linux-gnu/bin/ld: /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/perf-in.o: in function `perf_c2c__report': builtin-c2c.c:(.text+0x420dc): undefined reference to `perf_env__e_machine' collect2: error: ld returned 1 exit status
that is coming from 629978bc30938bc4929ff6c8b0dbc6fb637ac8f3 ("perf c2c: Use perf_env e_machine rather than arch").