Skip to content
Commit b537916c authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: retain sockaddr_storage across send/recvmsg async punt



Jonas reports that he sometimes sees -97/-22 error returns from
sendmsg, if it gets punted async. This is due to not retaining the
sockaddr_storage between calls. Include that in the state we copy when
going async.

Cc: stable@vger.kernel.org # 5.3+
Reported-by: default avatarJonas Bonn <jonas@norrbonn.se>
Tested-by: default avatarJonas Bonn <jonas@norrbonn.se>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 6ab23144
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment