Re: [PATCH] io_uring, audit: don't log IORING_OP_RECV_ZC

From: Ricardo Robaina

Date: Tue Jun 16 2026 - 11:53:13 EST


On Tue, Jun 16, 2026 at 12:49 PM Jens Axboe <axboe@xxxxxxxxx> wrote:
>
>
> On Tue, 16 Jun 2026 09:36:32 -0300, Ricardo Robaina wrote:
> > IORING_OP_RECV_ZC is a read operation. Audit only tracks file/socket
> > creation, not subsequent reads. Set audit_skip to align with
> > audit-userspace uringop_table.h.
>
> Applied, thanks!
>
> [1/1] io_uring, audit: don't log IORING_OP_RECV_ZC
> commit: bdc2fc388c348ee14b4f984ff75f2ea440cefd44
>
> Best regards,
> --
> Jens Axboe
>
>
>

Thanks, Jens!