On Tue, 8 Apr 2025 at 16:36, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.14.2 release. There are 731 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 Apr 2025 10:47: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.14.2-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.14.y and the diffstat can be found below.
thanks,
greg k-h
1) Regressions on arm64, 390 tinyconfig, allnoconfig builds with clang-20 and gcc-13 on the stable-rc 6.14.
2) Regressions on arm, arm64 rustclang-lkftconfig-kselftest builds with clang-20 and gcc-13 on the stable-rc 6.14.
First seen on the 6.14.2-rc1 Bad: v6.14.1-732-gabe68470bb82 Good: v6.14.1
* arm64 and s390, build - build/gcc-13-tinyconfig - build/clang-20-tinyconfig
* arm and arm64, build - build/rustclang-lkftconfig-kselftest
Regression Analysis: - New regression? Yes - Reproducibility? Yes
Build regression: arm64 s390 tinyconfig undefined reference to `dl_rebuild_rd_accounting' Build regression: arm64 arm rust pci.rs cannot find type `Core` in module `device`
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
1) ## Build log aarch64-linux-gnu-ld: kernel/sched/build_utility.o: in function `partition_sched_domains_locked': build_utility.c:(.text+0x3668): undefined reference to `dl_rebuild_rd_accounting' build_utility.c:(.text+0x3668): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `dl_rebuild_rd_accounting
2) ## Build log rust error[E0412]: cannot find type `Core` in module `device` --> /builds/linux/rust/kernel/pci.rs:69:58 | 69 | let pdev = unsafe { &*pdev.cast::<Devicedevice::Core>() }; | ^^^^ not found in `device`
## Source * Kernel version: 6.14.2-rc1 * Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * Git sha: abe68470bb82714d059d1df4a32cb6fd5466dc0e * Git describe: v6.14.1-732-gabe68470bb82 * Project details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.14.y/build/v6.14....
## Test * Build log: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.14.y/build/v6.14.... * Build details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.14.y/build/v6.14.... * Build history: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.14.y/build/v6.14.... * Build link: https://storage.tuxsuite.com/public/linaro/lkft/builds/2vReGJ6wjd1n99Nsg9WaH... * Kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2vReGJ6wjd1n99Nsg9WaH... * Build rust history: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.14.y/build/v6.14.... * Build rust details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.14.y/build/v6.14.... * Build rust log: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.14.y/build/v6.14....
## Steps to reproduce - tuxmake --runtime podman --target-arch arm64 --toolchain gcc-13 --kconfig tinyconfig
-- Linaro LKFT https://lkft.linaro.org