All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sparc/module: R_SPARC_UA64 handling to help with LLVM IAS enablement
@ 2025-06-09 13:53 ` Koakuma via B4 Relay
  0 siblings, 0 replies; 11+ messages in thread
From: Koakuma @ 2025-06-09 13:53 UTC (permalink / raw)
  To: David S. Miller, Andreas Larsson, Nathan Chancellor,
	Nick Desaulniers, Bill Wendling, Justin Stitt
  Cc: sparclinux, linux-kernel, llvm, Koakuma

Hello~

This series lets the module loader handle R_SPARC_UA64, which is emitted
by LLVM's IAS in certain conditions. Additionally, I put on a small change
to the error log to make it clearer that the printed relocation number
is in hex.

The intention is to get both the kernel and LLVM in a state where
doing a clang+IAS build is possible.

As with before, on the LLVM side the project is tracked here:
https://github.com/llvm/llvm-project/issues/40792

Signed-off-by: Koakuma <koachan@protonmail.com>
---
Koakuma (2):
      sparc/module: Add R_SPARC_UA64 relocation handling
      sparc/module: Make it clear that relocation numbers are shown in hex

 arch/sparc/include/asm/elf_64.h | 1 +
 arch/sparc/kernel/module.c      | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250305-b4-sparc-relocs-65ac77ca8920

Best regards,
-- 
Koakuma <koachan@protonmail.com>


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-09-19 18:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09 13:53 [PATCH 0/2] sparc/module: R_SPARC_UA64 handling to help with LLVM IAS enablement Koakuma
2025-06-09 13:53 ` Koakuma via B4 Relay
2025-06-09 13:53 ` [PATCH 1/2] sparc/module: Add R_SPARC_UA64 relocation handling Koakuma
2025-06-09 13:53   ` Koakuma via B4 Relay
2025-08-03  1:15   ` Koakuma
2025-08-14 22:40     ` Nathan Chancellor
2025-08-15  9:30       ` Andreas Larsson
2025-08-18 16:17       ` Koakuma
2025-06-09 13:53 ` [PATCH 2/2] sparc/module: Make it clear that relocation numbers are shown in hex Koakuma
2025-06-09 13:53   ` Koakuma via B4 Relay
2025-09-19 18:00 ` [PATCH 0/2] sparc/module: R_SPARC_UA64 handling to help with LLVM IAS enablement Andreas Larsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.