Hi!
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.
Yeah, we see same problems:
814 CC arch/arm64/kernel/asm-offsets.s 815 In file included from ./arch/arm64/include/asm/alternative.h:6, 816 from ./arch/arm64/include/asm/sysreg.h:1050, 817 from ./arch/arm64/include/asm/cputype.h:194, 818 from ./arch/arm64/include/asm/cache.h:8, 819 from ./include/linux/cache.h:6, 820 from ./include/linux/printk.h:9, 821 from ./include/linux/kernel.h:17, 822 from ./include/linux/list.h:9, 823 from ./include/linux/kobject.h:19, 824 from ./include/linux/of.h:17, 825 from ./include/linux/irqdomain.h:35, 826 from ./include/linux/acpi.h:13, 827 from ./include/acpi/apei.h:9, 828 from ./include/acpi/ghes.h:5, 829 from ./include/linux/arm_sdei.h:8, 830 from arch/arm64/kernel/asm-offsets.c:10: 831 ./arch/arm64/include/asm/insn.h: In function 'aarch64_insn_gen_atomic_ld_op': 832 ./arch/arm64/include/asm/insn.h:26:54: error: 'FAULT_BRK_IMM' undeclared (first use in this function) 833 26 | #define AARCH64_BREAK_FAULT (AARCH64_BREAK_MON | (FAULT_BRK_IMM << 5)) 834 | ^~~~~~~~~~~~~ 835 ./arch/arm64/include/asm/insn.h:573:9: note: in expansion of macro 'AARCH64_BREAK_FAULT' 836 573 | return AARCH64_BREAK_FAULT; 837 | ^~~~~~~~~~~~~~~~~~~ 838 ./arch/arm64/include/asm/insn.h:26:54: note: each undeclared identifier is reported only once for each function it appears in 839 26 | #define AARCH64_BREAK_FAULT (AARCH64_BREAK_MON | (FAULT_BRK_IMM << 5)) 840 | ^~~~~~~~~~~~~ 841 ./arch/arm64/include/asm/insn.h:573:9: note: in expansion of macro 'AARCH64_BREAK_FAULT' 842 573 | return AARCH64_BREAK_FAULT; 843 | ^~~~~~~~~~~~~~~~~~~ 844 ./arch/arm64/include/asm/insn.h: In function 'aarch64_insn_gen_cas': 845 ./arch/arm64/include/asm/insn.h:26:54: error: 'FAULT_BRK_IMM' undeclared (first use in this function) 846 26 | #define AARCH64_BREAK_FAULT (AARCH64_BREAK_MON | (FAULT_BRK_IMM << 5)) 847 | ^~~~~~~~~~~~~ 848 ./arch/arm64/include/asm/insn.h:583:9: note: in expansion of macro 'AARCH64_BREAK_FAULT' 849 583 | return AARCH64_BREAK_FAULT; 850 | ^~~~~~~~~~~~~~~~~~~ 851 make[1]: *** [scripts/Makefile.build:117: arch/arm64/kernel/asm-offsets.s] Error 1 852 make: *** [Makefile:1262: prepare0] Error 2
BR, Pavel