summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.kasan
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-06-20 21:05:21 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2023-06-25 23:12:20 +0900
commit8e86ebefdd5ca15458fcb3a03da89ab9cad6382b (patch)
treefaba256667adb429ecdd19b093715ae1545774d3 /scripts/Makefile.kasan
parent8aa00e2c3da470c82148f64b6a3cac2d79bb9d16 (diff)
downloadlinux-8e86ebefdd5ca15458fcb3a03da89ab9cad6382b.tar.gz
linux-8e86ebefdd5ca15458fcb3a03da89ab9cad6382b.tar.bz2
linux-8e86ebefdd5ca15458fcb3a03da89ab9cad6382b.zip
modpost: continue even with unknown relocation type
Currently, unknown relocation types are just skipped. The value of r_addend is only needed to get the symbol name in case is_valid_name(elf, sym) returns false. Even if we do not know how to calculate r_addend, we should continue. At worst, we will get "(unknown)" as the symbol name, but it is better than failing to detect section mismatches. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/Makefile.kasan')
0 files changed, 0 insertions, 0 deletions