On Mon, 8 Apr 2024 at 18:30, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.6.26 release. There are 252 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 Wed, 10 Apr 2024 12:52:23 +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.6.26-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.6.y and the diffstat can be found below.
thanks,
greg k-h
The s390 defconfig build failed with gcc-13 and clang-17 due following build warning / errors on Linux stable-rc linux-6.6.y.
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Build error: -------- arch/s390/kernel/perf_pai_crypto.c: In function 'paicrypt_stop': arch/s390/kernel/perf_pai_crypto.c:280:51: error: 'paicrypt_root' undeclared (first use in this function); did you mean 'paicrypt_stop'? 280 | struct paicrypt_mapptr *mp = this_cpu_ptr(paicrypt_root.mapptr); | ^~~~~~~~~~~~~
Commit detail, s390/pai: fix sampling event removal for PMU device driver [ Upstream commit e9f3af02f63909f41b43c28330434cc437639c5c ]
Steps to reproduce: # tuxmake --runtime podman --target-arch s390 --toolchain gcc-13 --kconfig defconfig
Links: - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.25... - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.25... - https://storage.tuxsuite.com/public/linaro/lkft/builds/2eozoS8GQGxb94EUWNTPu...
-- Linaro LKFT https://lkft.linaro.org