public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] um: Fix a couple of issues with stub_exe when building with clang
@ 2024-10-16 21:12 Nathan Chancellor
  2024-10-16 21:12 ` [PATCH 1/2] um: Fix passing '-n' to linker for stub_exe Nathan Chancellor
  2024-10-16 21:12 ` [PATCH 2/2] um: Disable auto variable initialization for stub_exe.c Nathan Chancellor
  0 siblings, 2 replies; 6+ messages in thread
From: Nathan Chancellor @ 2024-10-16 21:12 UTC (permalink / raw)
  To: Richard Weinberger, Anton Ivanov, Johannes Berg
  Cc: Nick Desaulniers, Bill Wendling, Justin Stitt, Benjamin Berg,
	linux-um, linux-kernel, llvm, patches, Nathan Chancellor

This series fixes a couple of issues I see when building ARCH=um
defconfig with LLVM=1 after commit 32e8eaf263d9 ("um: use execveat to
create userspace MMs") in -next.

This passes my basic build and boot testing with both GCC and clang.

---
Nathan Chancellor (2):
      um: Fix passing '-n' to linker for stub_exe
      um: Disable auto variable initialization for stub_exe.c

 arch/um/kernel/skas/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
base-commit: 41ab5fe7471ff38d2909d1c93b88197a89c6a00f
change-id: 20241016-uml-fix-stub_exe-clang-cb8047247d3a

Best regards,
-- 
Nathan Chancellor <nathan@kernel.org>


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

end of thread, other threads:[~2024-10-19  5:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16 21:12 [PATCH 0/2] um: Fix a couple of issues with stub_exe when building with clang Nathan Chancellor
2024-10-16 21:12 ` [PATCH 1/2] um: Fix passing '-n' to linker for stub_exe Nathan Chancellor
2024-10-17 12:09   ` kernel test robot
2024-10-17 21:02     ` Nathan Chancellor
2024-10-19  5:06   ` kernel test robot
2024-10-16 21:12 ` [PATCH 2/2] um: Disable auto variable initialization for stub_exe.c Nathan Chancellor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox