mbox series

[GIT,PULL] io_uring fix for 6.13-rc2

Message ID 56e8e005-6c33-49ef-8ce8-deb852ea5e84@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.13-rc2 | expand

Pull-request

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

Message

Jens Axboe Dec. 7, 2024, 3:11 p.m. UTC
Hi Linus,

Just a single fix for a parameter type which affects 32-bit. Please
pull!


The following changes since commit cdd30ebb1b9f36159d66f088b61aee264e649d7a:

  module: Convert symbol namespace to string literal (2024-12-02 11:34:44 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a07d2d7930c75e6bf88683b376d09ab1f3fed2aa:

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

----------------------------------------------------------------
io_uring-6.13-20241207

----------------------------------------------------------------
Bernd Schubert (1):
      io_uring: Change res2 parameter type in io_uring_cmd_done

 include/linux/io_uring/cmd.h | 4 ++--
 io_uring/uring_cmd.c         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 7, 2024, 6:54 p.m. UTC | #1
The pull request you sent on Sat, 7 Dec 2024 08:11:03 -0700:

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

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

Thank you!