Re: [PATCH] io_uring: add IORING_OP_URING_CMD128 to opcode checks
From: Keith Busch
Date: Thu Feb 19 2026 - 10:23:25 EST
On Wed, Feb 18, 2026 at 06:35:34PM -0700, 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")
Looks good, thanks for the fix.
Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>