On Mon, Aug 07, 2023 at 09:26:49PM +0800, Dave Young wrote: > On Mon, 7 Aug 2023 at 21:23, Simon Horman <[email protected]> wrote: > > > > On Thu, Aug 03, 2023 at 10:41:48AM +0800, Pingfan Liu wrote: > > > Inside zimage_probe(), it uncompresses the kernel and performs some > > > check, similar to image_probe(). Taking a close look, the uncompressing > > > has already executed before the image probe is called. What is missing > > > here is to provide a fd, pointing to an uncompressed kernel image. > > > > > > This patch creates a memfd based on the result produced by > > > slurp_decompress_file(), and finally simplify the logical of the probe > > > for aarch64. > > > > > > The credit goes to the Dave Young, who contributes the original code. > > > > > > Signed-off-by: Pingfan Liu <[email protected]> > > > Co-authored-by: Dave Young <[email protected]> > > > > Dave, could I get a Signed-off-by line from you? > > Likewise for patch 2/5. > > I Simon, sounds good to me, thanks!
Thanks, could your respond to the two patches with the following? Signed-off by: <<your details go here>> > > > > > I think simply replying to the relevant emails should be sufficient. > > > > _______________________________________________ > > kexec mailing list > > [email protected] > > http://lists.infradead.org/mailman/listinfo/kexec > > > _______________________________________________ kexec mailing list [email protected] http://lists.infradead.org/mailman/listinfo/kexec
