]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sparc/module: Add R_SPARC_UA64 relocation handling
authorKoakuma <koachan@protonmail.com>
Mon, 9 Jun 2025 13:53:11 +0000 (20:53 +0700)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 19 Sep 2025 18:23:08 +0000 (20:23 +0200)
commit05457d96175d25c976ab6241c332ae2eb5e07833
treed05acbdd85d494944961396f101ce15544438c3d
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
sparc/module: Add R_SPARC_UA64 relocation handling

This is needed so that the kernel can handle R_SPARC_UA64 relocations,
which is emitted by LLVM's IAS.

Signed-off-by: Koakuma <koachan@protonmail.com>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
arch/sparc/include/asm/elf_64.h
arch/sparc/kernel/module.c