On Tue, May 18, 2021 at 8:38 AM Christoph Hellwig <hch@xxxxxxxxxxxxx> 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@xxxxxx> Thanks, Arnd