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