Re: [PATCH 5/6] compat: add set_maybe_compat_user_sigmask helper

2021-01-11 Thread kernel test robot
Hi Willem, Thank you for the patch! Yet something to improve: [auto build test ERROR on kselftest/next] [also build test ERROR on linus/master v5.11-rc3 next-20210111] [cannot apply to linux/master hnaz-linux-mm/master] [If your patch is applied to the wrong git tree, kindly drop us a note. And

[PATCH 5/6] compat: add set_maybe_compat_user_sigmask helper

2021-01-11 Thread Willem de Bruijn
From: Willem de Bruijn Deduplicate the open coded branch on sigmask compat handling. Signed-off-by: Willem de Bruijn Cc: Jens Axboe --- fs/eventpoll.c | 5 + fs/io_uring.c | 9 + fs/select.c| 10 ++ include/linux/compat.h | 10 ++ 4