forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 16
CONFIG_SECCOMP panic with LLD #282
Copy link
Copy link
Closed
Labels
[ARCH] arm32This bug impacts ARCH=armThis bug impacts ARCH=arm[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.6This bug was fixed in Linux 5.6This bug was fixed in Linux 5.6[TOOL] lldThe issue is relevant to LLD linkerThe issue is relevant to LLD linker
Metadata
Metadata
Assignees
Labels
[ARCH] arm32This bug impacts ARCH=armThis bug impacts ARCH=arm[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.6This bug was fixed in Linux 5.6This bug was fixed in Linux 5.6[TOOL] lldThe issue is relevant to LLD linkerThe issue is relevant to LLD linker
Type
Fields
Give feedbackNo fields configured for issues without a type.
Forked off from ClangBuiltLinux/continuous-integration#81
With my fork of the Pi kernel, I can successfully build, boot, and run a kernel compiled with Clang on both 4.14 and 4.20. Additionally, thanks to the top two patches, I can link the kernel successfully with
lld. However, it panics before getting to userspace. I have pulled a log, which I am happy to triage as needed but honestly, I don't know where to start.