From: Mark Brown <broonie@kernel.org>
To: Josh Poimboeuf <jpoimboe@kernel.org>,
Nick Desaulniers <ndesaulniers@google.com>,
Ard Biesheuvel <ardb@kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: linux-next: build failure in the final build
Date: Tue, 18 Aug 2026 21:54:26 +0100 [thread overview]
Message-ID: <aoTGgoeZ_FormkL-@sirena.org.uk> (raw)
[-- Attachment #1: Type: text/plain, Size: 3923 bytes --]
Hi all,
After merging the tree, today's linux-next build
(arm64 allyesconfig) failed like this:
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/efi-stub-entry.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/efi-stub.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/fdt.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/file.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/gop.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/intrinsics.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/lib-fdt.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/lib-fdt_empty_tree.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/lib-fdt_ro.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/lib-fdt_rw.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/lib-fdt_sw.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/lib-fdt_wip.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/mem.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/printk.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/random.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/secureboot.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/string.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/systable.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/tpm.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/vsprintf.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/alignedmem.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/arm64-stub.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/arm64.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/efi-stub-helper.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/kaslr.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/lib-cmdline.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/lib-ctype.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/pci.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/randomalloc.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/skip_spaces.stub.o'
ld: error: unplaced orphan section `.init.note.gnu.property' from `./drivers/firmware/efi/libstub/smbios.stub.o'
make[3]: *** [/tmp/next/build/scripts/Makefile.vmlinux:72: vmlinux.unstripped] Error 1
Presumably caused by commit
c19ac4abbd696 (efi/libstub: Remove obsolete .note.gnu.property workaround)
though I did not verify. I have ignored this for today.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next reply other threads:[~2026-08-18 20:54 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-18 20:54 Mark Brown [this message]
2026-08-18 23:49 ` linux-next: build failure in the final build Josh Poimboeuf
-- strict thread matches above, loose matches on Subject: below --
2026-07-13 17:48 Mark Brown
2026-07-15 15:37 ` Mark Brown
2026-07-17 13:47 ` Manuel Ebner
2026-07-17 14:35 ` Greg Kroah-Hartman
2026-07-17 14:40 ` Johan Hovold
2026-07-17 14:54 ` Mark Brown
2026-07-17 15:06 ` Johan Hovold
2026-07-07 12:11 linux-next: build warnings after merge of the kvm-arm-fixes tree Mark Brown
2026-07-07 12:58 ` linux-next: Build failure in the final build Mark Brown
2026-07-06 14:50 linux-next: build " Mark Brown
2026-07-06 14:52 ` Johannes Berg
2026-06-10 15:51 Mark Brown
2026-01-21 17:14 Mark Brown
2026-01-21 17:18 ` Miguel Ojeda
2026-01-21 17:24 ` Mark Brown
2026-01-21 18:14 ` Miguel Ojeda
2026-01-21 19:14 ` Alice Ryhl
2026-01-21 19:24 ` Miguel Ojeda
2026-01-22 11:20 ` Mark Brown
2026-01-22 0:42 ` Deborah Brouwer
2026-01-22 11:17 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aoTGgoeZ_FormkL-@sirena.org.uk \
--to=broonie@kernel.org \
--cc=ardb@kernel.org \
--cc=jpoimboe@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=ndesaulniers@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.