[PATCHv7 1/5] kexec/arm64: Simplify the code for zImage
Dave Young
dyoung at redhat.com
Thu Aug 10 17:31:44 PDT 2023
On Thu, 10 Aug 2023 at 20:11, Simon Horman <horms at kernel.org> wrote:
>
> On Mon, Aug 07, 2023 at 09:26:49PM +0800, Dave Young wrote:
> > On Mon, 7 Aug 2023 at 21:23, Simon Horman <horms at kernel.org> 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 <piliu at redhat.com>
> > > > Co-authored-by: Dave Young <dyoung at redhat.com>
> > >
> > > 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>>
Sure, please feel free to add:
Signed-off-by: Dave Young <dyoung at redhat.com>
>
> >
> > >
> > > I think simply replying to the relevant emails should be sufficient.
> > >
> > > _______________________________________________
> > > kexec mailing list
> > > kexec at lists.infradead.org
> > > http://lists.infradead.org/mailman/listinfo/kexec
> > >
> >
>
More information about the kexec
mailing list