mbox series

[GIT,PULL] io_uring fix for 6.4-rc2

Message ID ddd808a0-f4a6-b002-f978-d6f04ccae10c@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.4-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-05-12

Message

Jens Axboe May 12, 2023, 5:52 p.m. UTC
Hi Linus,

Just a single fix making io_uring_sqe_cmd() available regardless of
CONFIG_IO_URING, fixing a regression introduced in 6.4-rc1 if nvme
was selected but io_uring was not.

Please pull!


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-05-12

for you to fetch changes up to 293007b033418c8c9d1b35d68dec49a500750fde:

  io_uring: make io_uring_sqe_cmd() unconditionally available (2023-05-09 07:59:54 -0600)

----------------------------------------------------------------
io_uring-6.4-2023-05-12

----------------------------------------------------------------
Jens Axboe (1):
      io_uring: make io_uring_sqe_cmd() unconditionally available

 include/linux/io_uring.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org May 12, 2023, 10:14 p.m. UTC | #1
The pull request you sent on Fri, 12 May 2023 11:52:20 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-05-12

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

Thank you!