Skip to content

Commit 1746f4d

Browse files
committed
Merge tag 'orphans-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull orphan section linker fix from Kees Cook: - Handle changes to Clang's Sanitizer section layout (Nathan Chancellor) * tag 'orphans-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: vmlinux.lds.h: Handle clang's module.{c,d}tor sections
2 parents fd66ad6 + 8483788 commit 1746f4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/asm-generic/vmlinux.lds.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@
586586
NOINSTR_TEXT \
587587
*(.text..refcount) \
588588
*(.ref.text) \
589+
*(.text.asan.* .text.tsan.*) \
589590
TEXT_CFI_JT \
590591
MEM_KEEP(init.text*) \
591592
MEM_KEEP(exit.text*) \

0 commit comments

Comments
 (0)