Re: [systemd-devel] [PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF

2025-09-01 Thread Philipp Rudo
On Tue, 19 Aug 2025 09:24:24 +0800 Pingfan Liu wrote: > The routine to search a symbol in ELF can be shared, so split it out. > > Signed-off-by: Pingfan Liu > Cc: Baoquan He > Cc: Dave Young > Cc: Andrew Morton > Cc: Philipp Rudo > To: [email protected] > --- > include/linux/kexec.

Re: [systemd-devel] [PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file

2025-09-01 Thread Philipp Rudo
Hi Pingfan, a few nits in addition to what is mentioned in the cover letter. On Tue, 19 Aug 2025 09:24:21 +0800 Pingfan Liu wrote: > As UEFI becomes popular, a few architectures support to boot a PE format > kernel image directly. But the internal of PE format varies, which means > each parser

Re: [systemd-devel] [PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image

2025-09-01 Thread Philipp Rudo
Hi Pingfan, thanks for sharing the updated version of the series. There are a few small nits you can find in my comments to the individual patches. I also took an other look at the bigger picture. The way I see it the series contains two major changes. 1. A generic mechanism to parse and run bpf