generic: backport PPC boot wrapper VDSO executable stack fix
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 9 Jun 2023 20:09:42 +0000 (22:09 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 10 Jun 2023 04:56:18 +0000 (06:56 +0200)
commit1c058f9b183650453a2b29b3f56922c688991713
treee85a0a3987231171ad54772e918113899d84a981
parented79519b8d89ec19587df9869d7b0a0745034ed3
generic: backport PPC boot wrapper VDSO executable stack fix

Backport upstream fix for PowerPC that fix VDSO executable stack warning
for the boot wrapper.

Fix the compilation error:
powerpc-openwrt-linux-musl-ld.bin: warning: div64.o: missing .note.GNU-stack section implies executable stack
powerpc-openwrt-linux-musl-ld.bin: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
powerpc-openwrt-linux-musl-ld.bin: warning: arch/powerpc/boot/simpleImage.ws-ap3825i has a LOAD segment with RWX permissions

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/generic/backport-5.15/303-v6.2-powerpc-suppress-some-linker-warnings-in-recent-link.patch [new file with mode: 0644]
target/linux/generic/backport-6.1/300-v6.2-powerpc-suppress-some-linker-warnings-in-recent-link.patch [new file with mode: 0644]