[PATCH 7/9] kexec_core: Add and update comments regarding the KEXEC_JUMP flow
David Woodhouse
dwmw2 at infradead.org
Fri Jan 3 02:14:04 PST 2025
On Fri, 2025-01-03 at 17:24 +0800, Dave Young wrote:
> > diff --git a/kernel/kexec_core.c b/kernel/kexec_core.c
> > index c0caa14880c3..7cf8437e0f38 100644
> > --- a/kernel/kexec_core.c
> > +++ b/kernel/kexec_core.c
> > @@ -1001,6 +1001,12 @@ int kernel_kexec(void)
> >
> > #ifdef CONFIG_KEXEC_JUMP
> > if (kexec_image->preserve_context) {
> > + /*
> > + * This flow is analogous to hibernation flows that occur before
> > + * creating an image and before jumping from the restore kernel
> > + * to the image one, so it uses the same device device callbacks
>
> nitpick: s/device device/device
Thanks. Fixed up locally and will be in the resend.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5069 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/kexec/attachments/20250103/82dbe090/attachment-0001.p7s>
More information about the kexec
mailing list