On Mon, 23 Jun 2025 at 18:39, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.15.186 release. There are 411 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, 25 Jun 2025 13:05:51 +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.186-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
Regressions on arm64 allyesconfig builds with gcc-12 and clang failed on the Linux stable-rc 5.15.186-rc1.
Regressions found on arm64 * arm64, build - gcc-12-allyesconfig
Regression Analysis: - New regression? Yes - Reproducibility? Yes
Build regression: stable-rc 5.15.186-rc1 arm64 drivers/scsi/qedf/qedf_main.c:702:9: error: positional initialization of field in 'struct' declared with 'designated_init' attribute
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
## Build errors drivers/scsi/qedf/qedf_main.c:702:9: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init] 702 | { | ^ drivers/scsi/qedf/qedf_main.c:702:9: note: (near initialization for 'qedf_cb_ops') cc1: all warnings being treated as errors
## Source * Kernel version: 5.15.186-rc1 * Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * Git sha: cab9785699236a7505c3f740e006a05ae70f47b0 * Git describe: v5.15.185-412-gcab978569923 * Project details: https://regressions.linaro.org/lkft/linux-stable-rc-linux-5.15.y/v5.15.185-4... * Architectures: arm64 * Toolchains: gcc-12 * Kconfigs: allyesconfig
## Build arm64 * Build log: https://qa-reports.linaro.org/api/testruns/28835767/log_file/ * Build details: https://regressions.linaro.org/lkft/linux-stable-rc-linux-5.15.y/v5.15.185-4... * Build link: https://storage.tuxsuite.com/public/linaro/lkft/builds/2yuYENOCa5bRAG0bKRLJc... * Kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2yuYENOCa5bRAG0bKRLJc...
## Steps to reproduce - tuxmake --runtime podman --target-arch arm64 --toolchain gcc-12 --kconfig allyesconfig
-- Linaro LKFT https://lkft.linaro.org