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.10.239 release. There are 355 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.10.239-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.10.y and the diffstat can be found below.
thanks,
greg k-h
Regressions on arm64 tinyconfig builds with gcc-12 and clang failed on the Linux stable-rc 5.10.239-rc1.
Regressions found on arm * arm64, build - clang-20-allnoconfig - clang-20-tinyconfig - gcc-12-allnoconfig - gcc-12-tinyconfig - gcc-8-allnoconfig - gcc-8-tinyconfig
Regression Analysis: - New regression? Yes - Reproducibility? Yes
Build regression: stable-rc 5.10.239-rc1 arm64 insn.h error use of undeclared identifier 'FAULT_BRK_IMM'
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
## Build errors arch/arm64/include/asm/insn.h:573:9: error: use of undeclared identifier 'FAULT_BRK_IMM' 573 | return AARCH64_BREAK_FAULT; | ^ arch/arm64/include/asm/insn.h:26:54: note: expanded from macro 'AARCH64_BREAK_FAULT' 26 | #define AARCH64_BREAK_FAULT (AARCH64_BREAK_MON | (FAULT_BRK_IMM << 5)) | ^ arch/arm64/include/asm/insn.h:583:9: error: use of undeclared identifier 'FAULT_BRK_IMM' 583 | return AARCH64_BREAK_FAULT; | ^ arch/arm64/include/asm/insn.h:26:54: note: expanded from macro 'AARCH64_BREAK_FAULT' 26 | #define AARCH64_BREAK_FAULT (AARCH64_BREAK_MON | (FAULT_BRK_IMM << 5)) | ^ 2 errors generated.
## Source * Kernel version: 5.10.239-rc1 * Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * Git sha: 7b5e3f5b0ebc00e3fd81739cee4390854bf954b5 * Git describe: v5.10.238-356-g7b5e3f5b0ebc * Project details: https://regressions.linaro.org/lkft/linux-stable-rc-linux-5.10.y/v5.10.238-3... * Architectures: arm64 * Toolchains: gcc-12, clang-20 * Kconfigs: tinyconfig, allnoconfig
## Build arm64 * Build log: https://qa-reports.linaro.org/api/testruns/28836206/log_file/ * Build details: https://regressions.linaro.org/lkft/linux-stable-rc-linux-5.10.y/v5.10.238-3... * Build link: https://storage.tuxsuite.com/public/linaro/lkft/builds/2yuYOGFXQjUoxSVcOdLsY... * Kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2yuYOGFXQjUoxSVcOdLsY...
-- Linaro LKFT https://lkft.linaro.org