All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Fix objtool warnings with RUST on LoongArch
@ 2025-09-09  9:27 Tiezhu Yang
  2025-09-09  9:27 ` [PATCH v1 1/2] LoongArch: Make LTO case independent in Makefile Tiezhu Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Tiezhu Yang @ 2025-09-09  9:27 UTC (permalink / raw)
  To: Huacai Chen, Miguel Ojeda
  Cc: WANG Rui, rust-for-linux, loongarch, linux-kernel

This series is to fix objtool warnings when compiling with LLVM and
CONFIG_RUST is set, thanks WANG Rui and Miguel for your suggestions
about RUST.

The second patch uses the option -Zno-jump-tables, here is a related
discussion:

https://github.com/rust-lang/rust/pull/145974#issuecomment-3236418282

Tiezhu Yang (2):
  LoongArch: Make LTO case independent in Makefile
  LoongArch: Handle jump tables option for RUST

 arch/loongarch/Kconfig  |  4 ++++
 arch/loongarch/Makefile | 16 +++++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2025-09-23  3:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09  9:27 [PATCH v1 0/2] Fix objtool warnings with RUST on LoongArch Tiezhu Yang
2025-09-09  9:27 ` [PATCH v1 1/2] LoongArch: Make LTO case independent in Makefile Tiezhu Yang
2025-09-20  6:15   ` Nathan Chancellor
2025-09-20  8:23     ` Huacai Chen
2025-09-20  9:19       ` Tiezhu Yang
2025-09-20 10:22         ` Tiezhu Yang
2025-09-20 11:41           ` Huacai Chen
2025-09-20 12:52             ` Tiezhu Yang
2025-09-23  1:10               ` Nathan Chancellor
2025-09-23  3:13                 ` Tiezhu Yang
2025-09-09  9:27 ` [PATCH v1 2/2] LoongArch: Handle jump tables option for RUST Tiezhu Yang
2025-09-09 10:16   ` Miguel Ojeda
2025-09-09 18:06     ` Matthew Maurer
2025-09-09 20:14       ` Miguel Ojeda
2025-09-18  9:15 ` [PATCH v1 0/2] Fix objtool warnings with RUST on LoongArch Huacai Chen

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.