Re: [PATCH v4 mips-next 0/7] MIPS: vmlinux.lds.S sections fixes & cleanup
From: Kees Cook <hidden>
Date: 2021-01-07 21:52:38
Also in:
linux-mips, lkml, stable
From: Kees Cook <hidden>
Date: 2021-01-07 21:52:38
Also in:
linux-mips, lkml, stable
On Thu, Jan 07, 2021 at 12:33:38PM +0000, Alexander Lobakin wrote:
This series hunts the problems discovered after manual enabling of ARCH_WANT_LD_ORPHAN_WARN. Notably: - adds the missing PAGE_ALIGNED_DATA() section affecting VDSO placement (marked for stable); - properly stops .eh_frame section generation. Compile and runtime tested on MIPS32R2 CPS board with no issues using two different toolkits: - Binutils 2.35.1, GCC 10.2.0; - LLVM stack 11.0.0.
Nice! Thanks for hunting down the corner cases. :) -- Kees Cook