On 11/15/23 12:33, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.139 release. There are 244 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 Fri, 17 Nov 2023 20:34:45 +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.139-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
Same as with 5.15-rc and AFAIR the previous -rc cyle, we get perf build failures:
/local/stbopt_p/toolchains_303/stbgcc-12.3-0.2/bin/../lib/gcc/arm-unknown-linux-musleabihf/12.3.0/../../../../arm-unknown-linux-musleabihf/bin/ld: /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/perf-in.o: in function `evlist__add_aux_dummy': /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/util/evlist.c:266: undefined reference to `evlist__dummy_event' collect2: error: ld returned 1 exit status make[4]: *** [Makefile.perf:670: /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/perf] Error 1
same culprit: 21e98e11091bd6ef5e8e70650c6a52dee0e6c11f ("perf evlist: Add evlist__add_dummy_on_all_cpus()")