https://sourceware.org/bugzilla/show_bug.cgi?id=33830
Bug ID: 33830
Summary: Kernel build fails due to linker created .sframe
sections
Product: binutils
Version: 2.46 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: indu.bhagat at oracle dot com
Target Milestone: ---
A user report:
With current binutils (version 2.45.50.20260119-1) from Debian, users cannot
not build Linux 6.18.7:
,----
| # LD arch/x86/boot/compressed/vmlinux
| ld -m elf_x86_64 --no-ld-generated-unwind-info -pie --no-dynamic-linker
--orphan-handling=error -z noexecstack --no-warn-rwx-segments -T
arch/x86/boot/compressed/vmlinux.lds arch/x86/boot/compressed/kernel_info.o
arch/x86/boot/compressed/head_64.o arch/x86/boot/compressed/misc.o
arch/x86/boot/compressed/string.o arch/x86/boot/compressed/cmdline.o
arch/x86/boot/compressed/error.o arch/x86/boot/compressed/piggy.o
arch/x86/boot/compressed/cpuflags.o
arch/x86/boot/compressed/early_serial_console.o
arch/x86/boot/compressed/kaslr.o arch/x86/boot/compressed/ident_map_64.o
arch/x86/boot/compressed/idt_64.o arch/x86/boot/compressed/idt_handlers_64.o
arch/x86/boot/compressed/pgtable_64.o arch/x86/boot/compressed/acpi.o
arch/x86/boot/startup/lib.a -o arch/x86/boot/compressed/vmlinux
| /usr/bin/x86_64-linux-gnu-ld.bfd: error: unplaced orphan section `.sframe'
from `arch/x86/boot/compressed/kernel_info.o'
| /usr/bin/x86_64-linux-gnu-ld.bfd: error: unplaced orphan section `.sframe'
from `arch/x86/boot/compressed/kernel_info.o'
| make[6]: *** [arch/x86/boot/compressed/Makefile:116:
arch/x86/boot/compressed/vmlinux] Error 1
| make[5]: *** [arch/x86/boot/Makefile:96: arch/x86/boot/compressed/vmlinux]
Error 2
`----
https://sourceware.org/pipermail/binutils/2026-January/147826.html
--
You are receiving this mail because:
You are on the CC list for the bug.