On 17/03/2021 22:36, Jens Axboe wrote: > On 3/16/21 9:33 AM, Stefan Metzmacher wrote: >> Hi, >> >> here're patches which fix linking of send[msg]()/recv[msg]() calls >> and make sure io_uring_enter() never generate a SIGPIPE. 1/2 breaks userspace. Sounds like 2/2 might too, does it? >> >> Stefan Metzmacher (2): >> io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() >> calls >> io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls >> >> fs/io_uring.c | 24 ++++++++++++++++-------- >> 1 file changed, 16 insertions(+), 8 deletions(-) > > Applied for 5.12, thanks. > -- Pavel Begunkov