]> Git Repo - linux.git/commit
module: Sync code of is_arm_mapping_symbol()
authorTiezhu Yang <[email protected]>
Fri, 31 Mar 2023 09:15:51 +0000 (17:15 +0800)
committerLuis Chamberlain <[email protected]>
Fri, 14 Apr 2023 00:15:49 +0000 (17:15 -0700)
commit87e5b1e8f257023ac5c4d2b8f07716a7f3dcc8ea
tree940336814e51ab52dcf86cee8e32b01460d81f4a
parentb4aff7513df323553de714dcf7b54e896577be1f
module: Sync code of is_arm_mapping_symbol()

After commit 2e3a10a1551d ("ARM: avoid ARM binutils leaking ELF local
symbols") and commit d6b732666a1b ("modpost: fix undefined behavior of
is_arm_mapping_symbol()"), many differences of is_arm_mapping_symbol()
exist in kernel/module/kallsyms.c and scripts/mod/modpost.c, just sync
the code to keep consistent.

Signed-off-by: Tiezhu Yang <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>
kernel/module/kallsyms.c
scripts/mod/modpost.c
This page took 0.058813 seconds and 4 git commands to generate.