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(-) -- Jens Axboe