diff options
author | Keith Busch <kbusch@kernel.org> | 2023-11-21 01:18:31 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-03 09:33:07 +0300 |
commit | 9ab2b084737963812371d071fc83e886e3525147 (patch) | |
tree | f9993fc6a122c136d46bcd390bb93be5f5afcf8c /io_uring/openclose.c | |
parent | 2214e2bb5489145aba944874d0ee1652a0a63dc8 (diff) | |
download | linux-9ab2b084737963812371d071fc83e886e3525147.tar.xz |
io_uring: fix off-by one bvec index
commit d6fef34ee4d102be448146f24caf96d7b4a05401 upstream.
If the offset equals the bv_len of the first registered bvec, then the
request does not include any of that first bvec. Skip it so that drivers
don't have to deal with a zero length bvec, which was observed to break
NVMe's PRP list creation.
Cc: stable@vger.kernel.org
Fixes: bd11b3a391e3 ("io_uring: don't use iov_iter_advance() for fixed buffers")
Signed-off-by: Keith Busch <kbusch@kernel.org>
Link: https://lore.kernel.org/r/20231120221831.2646460-1-kbusch@meta.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'io_uring/openclose.c')
0 files changed, 0 insertions, 0 deletions