Re: [PATCH] powerpc: Suppress 'executable stack' warning at link

2023-03-24 Thread Tom Rini
On Fri, Mar 24, 2023 at 02:10:35PM +0100, Christophe Leroy wrote: > Following warning is observed at link. > > powerpc-linux-ld.bfd: warning: arch/powerpc/lib/reloc.o: missing > .note.GNU-stack section implies executable stack > powerpc-linux-ld.bfd: NOTE: This behaviour is deprecated and wi

[PATCH] powerpc: Suppress 'executable stack' warning at link

2023-03-24 Thread Christophe Leroy
Following warning is observed at link. powerpc-linux-ld.bfd: warning: arch/powerpc/lib/reloc.o: missing .note.GNU-stack section implies executable stack powerpc-linux-ld.bfd: NOTE: This behaviour is deprecated and will be removed in a future version of the linker Add -zexecstack to KBUILD_L