On Tue, 8 Jul 2025 at 23:40, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.1.144 release. There are 81 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 Thu, 10 Jul 2025 18:08:50 +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.144-rc2... 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
Regression on the stable-rc 6.1.144-rc2 s390 builds failed with clang-20 and gcc-13 toolchains with following build warnings / errors.
* s390, build - clang-20-allmodconfig - clang-20-defconfig - clang-nightly-defconfig - gcc-13-allmodconfig - gcc-13-defconfig - gcc-8-defconfig-fe40093d
Regression Analysis: - New regression? Yes - Reproducibility? Yes
Build regression: stable-rc 6.1.144-rc2 s390 pci_event.c:269:21: error: no member named 'state_lock' in 'struct zpci_dev'
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
## Build log
arch/s390/pci/pci_event.c:269:21: error: no member named 'state_lock' in 'struct zpci_dev' 269 | mutex_lock(&zdev->state_lock); | ~~~~ ^ arch/s390/pci/pci_event.c:272:24: error: no member named 'state_lock' in 'struct zpci_dev' 272 | mutex_unlock(&zdev->state_lock); | ~~~~ ^ arch/s390/pci/pci_event.c:279:24: error: no member named 'state_lock' in 'struct zpci_dev' 279 | mutex_unlock(&zdev->state_lock); | ~~~~ ^ arch/s390/pci/pci_event.c:285:23: error: no member named 'state_lock' in 'struct zpci_dev' 285 | mutex_unlock(&zdev->state_lock); | ~~~~ ^ 4 errors generated.
## Source * Kernel version: 6.1.144-rc2 * Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * Git sha: 10392f5749b37d327ec5529958e9d5d27cf07b6e * Git describe: v6.1.143-82-g10392f5749b3 * Project: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.14... * Architectures: s390 * Toolchains: gcc-13, clang-20 * Kconfigs: defconfig
## Build * Build log: https://regressions.linaro.org/lkft/linux-stable-rc-linux-6.1.y/v6.1.143-82-... * Build plan: https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/builds/2zbVlOqL24... * Build link: https://storage.tuxsuite.com/public/linaro/lkft/builds/2zbVlOqL24w4NUJUSg3nX... * Kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2zbVlOqL24w4NUJUSg3nX...
## Steps to reproduce * tuxmake --runtime podman --target-arch s390 --toolchain gcc-13 --kconfig defconfig
-- Linaro LKFT https://lkft.linaro.org