mbox series

[GIT,PULL] io_uring fix for 6.13-rc3

Message ID a92669cb-c413-463e-b2f1-ddea802dad0c@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.13-rc3 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.13-20241213

Message

Jens Axboe Dec. 13, 2024, 8:46 p.m. UTC
Hi Linus,

Just a single fix for a regression introduced in the 6.13 merge window.
Please pull!


The following changes since commit a07d2d7930c75e6bf88683b376d09ab1f3fed2aa:

  io_uring: Change res2 parameter type in io_uring_cmd_done (2024-12-03 06:33:13 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.13-20241213

for you to fetch changes up to 99d6af6e8a22b792e1845b186f943cd10bb4b7b0:

  io_uring/rsrc: don't put/free empty buffers (2024-12-12 08:01:52 -0700)

----------------------------------------------------------------
io_uring-6.13-20241213

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/rsrc: don't put/free empty buffers

 io_uring/rsrc.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 14, 2024, 1:36 a.m. UTC | #1
The pull request you sent on Fri, 13 Dec 2024 13:46:12 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.13-20241213

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2a816e4f6a407cfbd7a8345a0c09473eff656139

Thank you!