Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

modules: Drop the .export_symbol section from the final modules

Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost")
forget drop the .export_symbol section from the final modules.

Fixes: ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost")
Signed-off-by: Wang Yao <wangyao@lemote.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Wang Yao and committed by
Masahiro Yamada
8fe51b45 dfff05cc

+1
+1
scripts/module.lds.S
··· 13 13 /DISCARD/ : { 14 14 *(.discard) 15 15 *(.discard.*) 16 + *(.export_symbol) 16 17 } 17 18 18 19 __ksymtab 0 : { *(SORT(___ksymtab+*)) }