Merge tag 'io_uring-6.7-2023-11-23' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Nov 2023 01:36:29 +0000 (17:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Nov 2023 01:36:29 +0000 (17:36 -0800)
commit004442384416cbb3cedf99eb8ab5f10c32e4dd34
treebf95e95053fe7e33033f5c2c597b08dbf1d0f0b1
parent1f342790ad3c2456e15351829ad5d8919cccc03f
parentd6fef34ee4d102be448146f24caf96d7b4a05401
Merge tag 'io_uring-6.7-2023-11-23' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "A fix for ensuring that LINKAT always propagates flags correctly, and
  a fix for an off-by-one in segment skipping for registered buffers.

  Both heading to stable as well"

* tag 'io_uring-6.7-2023-11-23' of git://git.kernel.dk/linux:
  io_uring: fix off-by one bvec index
  io_uring/fs: consider link->flags when getting path for LINKAT