summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJason Liu <jason.hui.liu@nxp.com>2022-06-29 21:05:12 -0500
committerJason Liu <jason.hui.liu@nxp.com>2022-06-29 21:05:12 -0500
commitc73354f14ef3777cdc53d7000318e10bc57e9623 (patch)
treee27fd56899f9395b8de07491cfaddea596d412d6 /scripts
parent6f019ce1df93edbab59fc88a4d99673c32f5ce7d (diff)
parent37238449af786e1be06f193ab54a60a39a776826 (diff)
Merge tag 'v5.15.51' into lf-5.15.y
This is the 5.15.51 stable release * tag 'v5.15.51': (136 commits) Linux 5.15.51 powerpc/pseries: wire up rng during setup_arch() kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt) ... Signed-off-by: Jason Liu <jason.hui.liu@nxp.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mod/modpost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 94041ee32798..b284ee01fdeb 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1108,7 +1108,7 @@ static const struct sectioncheck sectioncheck[] = {
},
/* Do not export init/exit functions or data */
{
- .fromsec = { "__ksymtab*", NULL },
+ .fromsec = { "___ksymtab*", NULL },
.bad_tosec = { INIT_SECTIONS, EXIT_SECTIONS, NULL },
.mismatch = EXPORT_TO_INIT_EXIT,
.symbol_white_list = { DEFAULT_SYMBOL_WHITE_LIST, NULL },