Re: [PATCH v7 8/8] [DO NOT MERGE] x86/kexec: Add CFI type information to relocate_kernel()
From: Josh Poimboeuf
Date: Mon Mar 17 2025 - 20:17:34 EST
On Mon, Mar 17, 2025 at 12:40:14PM +0000, David Woodhouse wrote:
> On Fri, 2025-03-14 at 10:52 -0700, Josh Poimboeuf wrote:
> >
> > IIRC, the reasons were the patched alternative, and also you wanted to
> > disassemble (but note that's still possible with gdb).
>
> It's meaningful output from 'objdump -S' that I miss. But OK.
FYI, this works:
objdump -Srw -j .data..relocate_kernel vmlinux.o
--
Josh