[PATCH v3 1/4] kexec: simplify compat_sys_kexec_load
Arnd Bergmann
arnd at kernel.org
Tue May 18 00:47:27 PDT 2021
On Tue, May 18, 2021 at 8:38 AM Christoph Hellwig <hch at infradead.org> wrote:
>
> > + if (in_compat_syscall())
> > + return copy_user_compat_segment_list(image, nr_segments, segments);
>
> Annoying overly lone line here.
Oops, I was sure I had fixed all of these when you pointed this out before.
I probably rebased a slightly older branch that did not have the fixes.
> Otherwise:
>
> Reviewed-by: Christoph Hellwig <hch at lst.de>
Thanks,
Arnd
More information about the kexec
mailing list