mbox series

[GIT,PULL] io_uring fix for 6.8-rc2

Message ID 6f96ec57-ae11-4ce3-af26-1bd7eccdc248@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.8-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.8-2024-01-26

Message

Jens Axboe Jan. 26, 2024, 6:25 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 26, 2024, 11:22 p.m. UTC | #1
The pull request you sent on Fri, 26 Jan 2024 11:25:13 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.8-2024-01-26

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cced1c5e72b7466e6c9091370eaf5d55a4ddeecb

Thank you!