Hi Linus, A couple of minor fixes for issues introduced in the 6.10 merge window: - Ensure that all read/write ops have an appropriate cleanup handler set (Breno) - Regression for applications still doing multiple mmaps even if FEAT_SINGLE_MMAP is set (me) - Move kmsg inquiry setting above any potential failure point, avoiding a spurious NONEMPTY flag setting on early error (me) Please pull! The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.10-20240530 for you to fetch changes up to 18414a4a2eabb0281d12d374c92874327e0e3fe3: io_uring/net: assign kmsg inq/flags before buffer selection (2024-05-30 14:04:37 -0600) ---------------------------------------------------------------- io_uring-6.10-20240530 ---------------------------------------------------------------- Breno Leitao (1): io_uring/rw: Free iovec before cleaning async data Jens Axboe (2): io_uring: don't attempt to mmap larger than what the user asks for io_uring/net: assign kmsg inq/flags before buffer selection io_uring/memmap.c | 5 +++-- io_uring/net.c | 6 +++--- io_uring/opdef.c | 5 +++++ 3 files changed, 11 insertions(+), 5 deletions(-) -- Jens Axboe