Hi Linus, Just a single tweak to the newly added IORING_OP_FIXED_FD_INSTALL from Paul, ensuring it goes via the audit path and playing it safe by excluding it from using registered creds. Please pull! The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.8-2024-01-26 for you to fetch changes up to 16bae3e1377846734ec6b87eee459c0f3551692c: io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALL (2024-01-23 15:25:14 -0700) ---------------------------------------------------------------- io_uring-6.8-2024-01-26 ---------------------------------------------------------------- Paul Moore (1): io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALL io_uring/opdef.c | 1 - io_uring/openclose.c | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) -- Jens Axboe