Re: [PATCH] io_uring: add IORING_OP_URING_CMD128 to opcode checks
From: Kanchan Joshi
Date: Thu Feb 19 2026 - 08:35:24 EST
On 2/19/2026 7:05 AM, Caleb Sander Mateos wrote:
> io_should_commit(), io_uring_classic_poll(), and io_do_iopoll() compare
> struct io_kiocb's opcode against IORING_OP_URING_CMD to implement
> special treatment for uring_cmds. The recently added opcode
> IORING_OP_URING_CMD128 is meant to be equivalent to IORING_OP_URING_CMD,
> so treat it the same way in these functions.
>
> Fixes: 1cba30bf9fdd ("io_uring: add support for IORING_SETUP_SQE_MIXED")
> Signed-off-by: Caleb Sander Mateos<csander@xxxxxxxxxxxxxxx>
Reviewed-by: Kanchan Joshi <joshi.k@xxxxxxxxxxx>