You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: [email protected] # 5.3+
Reported-by: Jonas Bonn <[email protected]>
Tested-by: Jonas Bonn <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
0 commit comments