On Wed, 17 Sept 2025 at 15:01, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.1.153 release. There are 78 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, 19 Sep 2025 12:32:53 +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.1.153-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.1.y and the diffstat can be found below.
thanks,
greg k-h
While building Linux stable-rc 6.1.153-rc1 the s390 allmodconfig with clang-20 toolchain build failed.
Regression Analysis: - New regression? yes - Reproducibility? yes
Build regression: s390 clang-20-allmodconfig
Build error: arch/s390/kernel/perf_cpum_cf.c:556:10: error: variable 'err' is uninitialized when used here [-Werror,-Wuninitialized] 556 | return err; | ^~~ arch/s390/kernel/perf_cpum_cf.c:553:9: note: initialize the variable 'err' to silence this warning 553 | int err; | ^ | = 0 1 error generated.
The bad commit pointing to, s390/cpum_cf: Deny all sampling events by counter PMU [ Upstream commit ce971233242b5391d99442271f3ca096fb49818d ]
Build log: https://qa-reports.linaro.org/api/testruns/29914085/log_file/ Build details: https://regressions.linaro.org/lkft/linux-stable-rc-linux-6.1.y/v6.1.151-87-...
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
## Build * kernel: 6.1.153-rc1 * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git commit: b31770c84f5240661141c61344d502129a9bda56 * git describe: v6.1.151-87-gb31770c84f52 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.15...
-- Linaro LKFT https://lkft.linaro.org