diff options
| author | Jens Axboe <[email protected]> | 2022-03-23 09:32:35 -0600 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2022-03-23 16:40:20 -0600 |
| commit | 7ba89d2af17aa879dda30f5d5d3f152e587fc551 (patch) | |
| tree | c702aa2fdea4a5ca0af2dd672e23ce890d8b20c0 /drivers/fpga/xilinx-selectmap.c | |
| parent | 4d55f238f8b89124f73e50abbd05e413def514fe (diff) | |
io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly
We currently don't attempt to get the full asked for length even if
MSG_WAITALL is set, if we get a partial receive. If we do see a partial
receive, then just note how many bytes we did and return -EAGAIN to
get it retried.
The iov is advanced appropriately for the vector based case, and we
manually bump the buffer and remainder for the non-vector case.
Cc: [email protected]
Reported-by: Constantine Gavrilov <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'drivers/fpga/xilinx-selectmap.c')
0 files changed, 0 insertions, 0 deletions