On Tue, Oct 4, 2022 at 4:02 PM Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote: > > On Tue, Oct 4, 2022 at 3:53 PM Jason A. Donenfeld <Jason@xxxxxxxxx> wrote: > > > > As of 987f20a9dcce ("a.out: Remove the a.out implementation"), > > sys_osf_{readv,writev} is now the same as sys_{readv,writev}. So remove > > the osf indirection, and point the syscall table directly at the generic > > functions, as is done on other platforms. > > > > Reported-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> > > Cc: Kees Cook <keescook@xxxxxxxxxxxx> > > Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> > > Cc: Arnd Bergmann <arnd@xxxxxxxx> > > Cc: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > > Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx> > > --- > > Only compiled and QEMU-booted with no userspace, but seems simple > > enough? > > > > This patch looks exactly the same as the patch I sent a few hours ago: Whoops, my bad for not searching first. Jason