diff options
| author | David Lamparter <[email protected]> | 2023-02-24 15:01:24 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2023-02-24 19:59:02 +0000 |
| commit | 7605c43d67face310b4b87dee1a28bc0c8cd8c0f (patch) | |
| tree | 0f4d1c815247cf617bb97e0780d75e6604136a1d /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | io_uring/rsrc: always initialize 'folio' to NULL (diff) | |
| download | kernel-7605c43d67face310b4b87dee1a28bc0c8cd8c0f.tar.gz kernel-7605c43d67face310b4b87dee1a28bc0c8cd8c0f.zip | |
io_uring: remove MSG_NOSIGNAL from recvmsg
MSG_NOSIGNAL is not applicable for the receiving side, SIGPIPE is
generated when trying to write to a "broken pipe". AF_PACKET's
packet_recvmsg() does enforce this, giving back EINVAL when MSG_NOSIGNAL
is set - making it unuseable in io_uring's recvmsg.
Remove MSG_NOSIGNAL from io_recvmsg_prep().
Cc: [email protected] # v5.10+
Signed-off-by: David Lamparter <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: Jens Axboe <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
