Re: [PATCH] io_uring, audit: don't log IORING_OP_RECV_ZC
Ricardo Robaina <[email protected]>
| Newsgroups | org.kernel.vger.io-uring,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAABTaaD9QnHihQpVtXpROHgxYEx353iKFHDZRY3oxxtF59mJ7g@mail.gmail.com> |
On Tue, Jun 16, 2026 at 12:49 PM Jens Axboe <[email protected]> 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!