Hi Linus, 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. Please pull! The following changes since commit a0d45c3f596be53c1bd8822a1984532d14fdcea9: io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval (2023-11-15 06:35:46 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-11-23 for you to fetch changes up to d6fef34ee4d102be448146f24caf96d7b4a05401: io_uring: fix off-by one bvec index (2023-11-20 15:21:38 -0700) ---------------------------------------------------------------- io_uring-6.7-2023-11-23 ---------------------------------------------------------------- Charles Mirabile (1): io_uring/fs: consider link->flags when getting path for LINKAT Keith Busch (1): io_uring: fix off-by one bvec index io_uring/fs.c | 2 +- io_uring/rsrc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Jens Axboe