Hi Joe, > nit: s/func-fdata-sections/-fdata-sections [...] > Also the commit message says, "Make sure they get linked into > .init.data," but should that read, "... into .init.bss"?
Yes to both. I'll fix the "func-fdata-sections" typo and change ".init.data" to ".init.bss" in the commit message -- the .init.bss.* globs land in .init.bss, not .init.data. > Both arch/arm64/kernel/vmlinux.lds.S and > arch/loongarch/kernel/vmlinux.lds.S contain a "/* from the EFI stub */" > comment documenting the wildcard. [...] > ^^ typo: I meant the riscv version as well Will do -- I'll add the "/* from the EFI stub */" comment next to the wildcard, matching arm64 and riscv. Thanks, George

