On Sun, Dec 20, 2020 at 11:00 AM Heiko Carstens <h...@linux.ibm.com> wrote: > > Commit b0a0c2615f6f ("epoll: wire up syscall epoll_pwait2") wired up > the 64 bit syscall instead of the compat variant in a couple of places. > > Cc: Willem de Bruijn <will...@google.com> > Cc: Al Viro <v...@zeniv.linux.org.uk> > Cc: Arnd Bergmann <a...@arndb.de> > Cc: Matthew Wilcox (Oracle) <wi...@infradead.org> > Cc: Catalin Marinas <catalin.mari...@arm.com> > Cc: Will Deacon <w...@kernel.org> > Cc: Thomas Bogendoerfer <tsbog...@alpha.franken.de> > Cc: Vasily Gorbik <g...@linux.ibm.com> > Cc: Christian Borntraeger <borntrae...@de.ibm.com> > Cc: "David S. Miller" <da...@davemloft.net> > Fixes: b0a0c2615f6f ("epoll: wire up syscall epoll_pwait2") > Signed-off-by: Heiko Carstens <h...@linux.ibm.com> > --- > arch/arm64/include/asm/unistd32.h | 2 +- > arch/mips/kernel/syscalls/syscall_n32.tbl | 2 +- > arch/s390/kernel/syscalls/syscall.tbl | 2 +- > arch/sparc/kernel/syscalls/syscall.tbl | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-)
I double-checked all the entries to make sure you caught all the missing ones, looks good. Acked-by: Arnd Bergmann <a...@arndb.de>