mbox series

[GIT,PULL] io_uring tweak for 5.19-rc6

Message ID bcefaf51-69bc-ac57-972e-9419ef3d6f8a@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring tweak for 5.19-rc6 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/io_uring-5.19-2022-07-08

Message

Jens Axboe July 8, 2022, 12:47 p.m. UTC
Hi Linus,

Just a minor tweak to an addition made in the 5.19 kernel cycle, padding
a 32-bit value that's in a 64-bit union to avoid any potential funkiness
from that.

Please pull!


The following changes since commit 09007af2b627f0f195c6c53c4829b285cc3990ec:

  io_uring: fix provided buffer import (2022-06-30 11:34:41 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-5.19-2022-07-08

for you to fetch changes up to bdb2c48e4b38e6dbe82533b437468999ba3ae498:

  io_uring: explicit sqe padding for ioctl commands (2022-07-07 17:33:01 -0600)

----------------------------------------------------------------
io_uring-5.19-2022-07-08

----------------------------------------------------------------
Pavel Begunkov (1):
      io_uring: explicit sqe padding for ioctl commands

 fs/io_uring.c                 | 2 +-
 include/uapi/linux/io_uring.h | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org July 8, 2022, 6:35 p.m. UTC | #1
The pull request you sent on Fri, 8 Jul 2022 06:47:35 -0600:

> git://git.kernel.dk/linux-block.git tags/io_uring-5.19-2022-07-08

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

Thank you!