Skip to content
Snippets Groups Projects
Commit 5e766499 authored by Jens Axboe's avatar Jens Axboe Committed by Greg Kroah-Hartman
Browse files

UPSTREAM: io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)


commit 4c3c0943 upstream.

Like commit 7ba89d2a for recv/recvmsg, support MSG_WAITALL for the
send side. If this flag is set and we do a short send, retry for a
stream of seqpacket socket.

Change-Id: If67a4462576af1b683d53d2dc0d46e44c9dd8863
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Bug: 268174392
(cherry picked from commit f901b4bf)
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent c7d85119
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment