On Wed, 5 Mar 2025 at 23:44, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.13.6 release. There are 157 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, 07 Mar 2025 17:44:26 +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.13.6-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.13.y and the diffstat can be found below.
thanks,
greg k-h
Regressions on arm64 the defconfig builds failed with clang-20 and gcc-13 the stable-rc d 6.13.6-rc1 and 6.12.18-rc1.
First seen on the 6.13.6-rc1 Good: v6.13.3 Bad: 6.13.6-rc1
* arm64, build - clang-20-defconfig - clang-nightly-defconfig - gcc-13-defconfig - gcc-8-defconfig
Regression Analysis: - New regression? Yes - Reproducibility? Yes
This commit is causing build regressions, arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes commit 49c87f7677746f3c5bd16c81b23700bb6b88bfd4 upstream.
Build regression: arm64 hugetlbpage.c undeclared identifier 'sz' Reported-by: Linux Kernel Functional Testing lkft@linaro.org
## Build log arch/arm64/mm/hugetlbpage.c:397:28: error: use of undeclared identifier 'sz' 397 | ncontig = num_contig_ptes(sz, &pgsize); | ^ 1 error generated.
## Source * Kernel version: 6.13.6-rc1 * Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * Git sha: 30be4aa8b95762886fc27cf2a9931e14bce269d4 * Git describe: v6.13.3-555-g30be4aa8b957 * Project details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.13.y/build/v6.13....
## Build * Build log: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.13.y/build/v6.13.... * Build history: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.13.y/build/v6.13.... * Build details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.13.y/build/v6.13.... * Build link: https://storage.tuxsuite.com/public/linaro/lkft/builds/2tuRCFN4wc8W1MqNki1qd... * Kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2tuRCFN4wc8W1MqNki1qd...
## Steps to reproduce - tuxmake --runtime podman --target-arch arm64 --toolchain clang-20 --kconfig defconfig LLVM=1 LLVM_IAS=1
-- Linaro LKFT https://lkft.linaro.org