forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
[ARCH] s390This bug impacts ARCH=s390This bug impacts ARCH=s390[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 6.9This bug was fixed in Linux 6.9This bug was fixed in Linux 6.9[TOOL] lldThe issue is relevant to LLD linkerThe issue is relevant to LLD linker
Description
When attempting to build ARCH=s390 defconfig
with ld.lld
(available after llvm/llvm-project@fe3406e) after applying the patch for #1991, there is an error in all __bug_table
sections:
$ make -skj"$(nproc)" ARCH=s390 LLVM=1 OBJCOPY=s390x-linux-gnu-objcopy OBJDUMP=s390x-linux-gnu-objdump mrproper defconfig all
ld.lld: error: net/netlink/diag.o:(__bug_table): writable SHF_MERGE section is not supported
Patch submitted and accepted: https://git.kernel.org/s390/c/3938490e78f443fb0b734a15a50abba020638ff8
Metadata
Metadata
Assignees
Labels
[ARCH] s390This bug impacts ARCH=s390This bug impacts ARCH=s390[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 6.9This bug was fixed in Linux 6.9This bug was fixed in Linux 6.9[TOOL] lldThe issue is relevant to LLD linkerThe issue is relevant to LLD linker