Hi Linus, Please pull these orphan-handling fixes for v5.10-rc2. A couple corner cases were found from the link-time orphan section handling series that landed via -tip in -rc1. As other folks are busy with other things, I've collected this to send.
Thanks! -Kees The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/orphan-handling-v5.10-rc2 for you to fetch changes up to c39866f268f89868df17724cd2262d121552d8c9: arm/build: Always handle .ARM.exidx and .ARM.extab sections (2020-10-27 11:32:21 -0700) ---------------------------------------------------------------- orphan-handling fixes for v5.10-rc2 - arm: handle .ARM.exidx and .ARM.extab sections (Nathan Chancellor) - x86: collect .ctors.* with .ctors (Kees Cook) ---------------------------------------------------------------- Kees Cook (1): vmlinux.lds.h: Keep .ctors.* with .ctors Nathan Chancellor (1): arm/build: Always handle .ARM.exidx and .ARM.extab sections arch/arm/kernel/vmlinux.lds.S | 4 ++++ include/asm-generic/vmlinux.lds.h | 1 + 2 files changed, 5 insertions(+) -- Kees Cook

