mbox series

[GIT,PULL] io_uring fixes for 6.10-rc2

Message ID d59d3b10-823d-460b-bad5-fae40b43e14f@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.10-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.10-20240530

Message

Jens Axboe May 31, 2024, 2:29 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 31, 2024, 11:40 p.m. UTC | #1
The pull request you sent on Fri, 31 May 2024 08:29:50 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.10-20240530

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6d541d6672eeaf526d67b67b5407f48fe0522c6d

Thank you!