summaryrefslogtreecommitdiff
path: root/drivers/infiniband
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-03-31 00:53:51 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2023-04-24 20:37:17 +0300
commit487c20b016dc48230367a7be017f40313e53e3bd (patch)
tree29788f6f58adb0fc0b7d584268854386fef305c5 /drivers/infiniband
parentb9dff2195f8a5847fad801046b26955e05670d31 (diff)
downloadlinux-487c20b016dc48230367a7be017f40313e53e3bd.tar.xz
iov: improve copy_iovec_from_user() code generation
Use the same pattern as the compat version of this code does: instead of copying the whole array to a kernel buffer and then having a separate phase of verifying it, just do it one entry at a time, verifying as you go. On Jens' /dev/zero readv() test this improves performance by ~6%. [ This was obviously triggered by Jens' ITER_UBUF updates series ] Reported-and-tested-by: Jens Axboe <axboe@kernel.dk> Link: https://lore.kernel.org/all/de35d11d-bce7-e976-7372-1f2caf417103@kernel.dk/ Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/infiniband')
0 files changed, 0 insertions, 0 deletions