]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: support 0 length iov in buffer select in compat
authorDylan Yudaken <dylany@fb.com>
Fri, 8 Jul 2022 18:18:36 +0000 (11:18 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:17 +0000 (18:39 -0600)
commit6d2f75a0cf3048ef38c48493f66a923353bf664b
tree01fe20b3fd18fbdd07caea3ee82116d0f82a22f6
parente2df2ccb753e3b598a9045760e79f1847f7b31cd
io_uring: support 0 length iov in buffer select in compat

Match up work done in "io_uring: allow iov_len = 0 for recvmsg and buffer
select", but for compat code path.

Fixes: a68caad69ce5 ("io_uring: allow iov_len = 0 for recvmsg and buffer select")
Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220708181838.1495428-3-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c