]> 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)
commit620bfdf79e4328fc1273c99fac827bc2ff274cad
tree01fe20b3fd18fbdd07caea3ee82116d0f82a22f6
parent1a75b0600b5bfdedcb50aa609090f77be5ede448
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