https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93195
--- Comment #10 from Fangrui Song <i at maskray dot me> --- (In reply to Jakub Jelinek from comment #9) > I believe this broke building the kernel, see > https://gcc.gnu.org/pipermail/gcc-patches/2020-December/561974.html > for details. For > ld: .init.data has both ordered [`__patchable_function_entries' in > init/main.o] and unordered [`.init.data' in > ./drivers/firmware/efi/libstub/vsprintf.stub.o] sections ld should be flexible in mixed SHF_LINK_ORDER & non-SHF_LINK_ORDER components in an output section https://sourceware.org/bugzilla/show_bug.cgi?id=26256