Re: [systemd-devel] [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs

2025-09-15 Thread Pingfan Liu
On Mon, Sep 01, 2025 at 04:30:42PM +0200, Philipp Rudo wrote: > Hi Pingfan, > > > On Tue, 19 Aug 2025 09:24:22 +0800 > Pingfan Liu wrote: > > > This patch does two things: > > First, register as a listener on bpf_copy_to_kernel() > > Second, in order that the hooked bpf-prog can call the sleepa

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

2025-09-15 Thread Pingfan Liu
On Mon, Sep 01, 2025 at 04:29:29PM +0200, Philipp Rudo wrote: Hi Philipp, Thank you for deep insight, please see the comments > 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 to

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

2025-09-15 Thread Pingfan Liu
On Mon, Sep 01, 2025 at 04:31:07PM +0200, Philipp Rudo wrote: > 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 >