mbox series

[0/2] um: Fix a couple of issues with stub_exe when building with clang

Message ID 20241016-uml-fix-stub_exe-clang-v1-0-3d6381dc5a78@kernel.org
Headers show
Series [1/2] um: Fix passing '-n' to linker for stub_exe | expand

Message

Nathan Chancellor Oct. 16, 2024, 9:12 p.m. UTC
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,