summaryrefslogtreecommitdiff
path: root/scripts/lto-used-symbollist.txt
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-02-26 09:25:48 +0300
committerMasahiro Yamada <masahiroy@kernel.org>2021-02-28 09:19:21 +0300
commita6aaeb841198016083663ae56c568de4e065d090 (patch)
tree12339f936fba7c5c2c152ce3dcd0dd427cfaeee4 /scripts/lto-used-symbollist.txt
parentda83616bcd3fa84233f6e37e2cf8cbfa979c6927 (diff)
downloadlinux-a6aaeb841198016083663ae56c568de4e065d090.tar.xz
kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO
Commit fbe078d397b4 ("kbuild: lto: add a default list of used symbols") does not work as expected if the .config file has already specified CONFIG_UNUSED_KSYMS_WHITELIST="my/own/white/list" before enabling CONFIG_LTO_CLANG. So, the user-supplied whitelist and LTO-specific white list must be independent of each other. I refactored the shell script so CONFIG_MODVERSIONS and CONFIG_CLANG_LTO handle whitelists in the same way. Fixes: fbe078d397b4 ("kbuild: lto: add a default list of used symbols") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Diffstat (limited to 'scripts/lto-used-symbollist.txt')
-rw-r--r--scripts/lto-used-symbollist.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/lto-used-symbollist.txt b/scripts/lto-used-symbollist.txt
deleted file mode 100644
index 406ada65e926..000000000000
--- a/scripts/lto-used-symbollist.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-memcpy
-memmove
-memset
-_mcount
-__stack_chk_fail
-__stack_chk_guard