On Fri, Aug 11, 2023 at 11:29:53AM +0200, Greg Kroah-Hartman wrote: > On Thu, Aug 10, 2023 at 07:24:32AM -0700, Guenter Roeck wrote: > > On 8/10/23 06:55, Guenter Roeck wrote: > > > On 8/9/23 03:37, Greg Kroah-Hartman wrote: > > > > This is the start of the stable review cycle for the 4.19.291 release. > > > > There are 323 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, 11 Aug 2023 10:36:10 +0000. > > > > Anything received after that time might be too late. > > > > > > > > > > Building sparc64:allnoconfig ... failed > > > -------------- > > > Error log: > > > <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp] > > > /opt/kernel/gcc-11.4.0-2.40-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/11.4.0/../../../../sparc64-linux/bin/ld: warning: arch/sparc/vdso/vdso-note.o: missing .note.GNU-stack section implies executable stack > > > /opt/kernel/gcc-11.4.0-2.40-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/11.4.0/../../../../sparc64-linux/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker > > > /opt/kernel/gcc-11.4.0-2.40-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/11.4.0/../../../../sparc64-linux/bin/ld: warning: arch/sparc/vdso/vdso32/vdso-note.o: missing .note.GNU-stack section implies executable stack > > > /opt/kernel/gcc-11.4.0-2.40-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/11.4.0/../../../../sparc64-linux/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker > > > sparc64-linux-ld: init/main.o: in function `start_kernel': > > > main.c:(.init.text+0x77c): undefined reference to `arch_cpu_finalize_init' > > > > > > Building sparc64:tinyconfig ... failed > > > -------------- > > > Error log: > > > <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp] > > > /opt/kernel/gcc-11.4.0-2.40-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/11.4.0/../../../../sparc64-linux/bin/ld: warning: arch/sparc/vdso/vdso-note.o: missing .note.GNU-stack section implies executable stack > > > /opt/kernel/gcc-11.4.0-2.40-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/11.4.0/../../../../sparc64-linux/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker > > > /opt/kernel/gcc-11.4.0-2.40-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/11.4.0/../../../../sparc64-linux/bin/ld: warning: arch/sparc/vdso/vdso32/vdso-note.o: missing .note.GNU-stack section implies executable stack > > > /opt/kernel/gcc-11.4.0-2.40-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/11.4.0/../../../../sparc64-linux/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker > > > sparc64-linux-ld: init/main.o: in function `start_kernel': > > > main.c:(.init.text+0x764): undefined reference to `arch_cpu_finalize_init' > > > > Introduced with v4.19.290. > > Thanks for the report, I'll fix these up separately after this release. Finally figured it out, I messed up on the backport for the sparc32 changes in the Kconfig file. I've queued up a fix for this now. thanks, greg k-h