Re: [PATCH v2] efistub: Only link libstub to final vmlinux
From: Tiezhu Yang
Date: Sun Oct 19 2025 - 21:24:13 EST
Hi Josh, Ard and Huacai,
On 2025/10/18 上午1:05, Josh Poimboeuf wrote:
...
But IIUC, the libstub code runs *very* early, and wouldn't show up in a
stack trace anyway, because there are no traces of it on the stack once
it branches to head.S code (which doesn't save the link register).
Thanks for your discussions.
Are you OK with this current patch?
Or should I update this patch to remove the changes of arm64 and riscv?
Or any other suggestions?
Thanks,
Tiezhu