mbox series

[GIT,PULL] io_uring fixes for 6.7-rc6

Message ID 3c762dfe-f297-4b2d-b7e3-b0306fee349b@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.7-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-12-15

Message

Jens Axboe Dec. 15, 2023, 4:48 p.m. UTC
Hi Linus,

Just two minor fixes:

- Fix for the io_uring socket option commands using the wrong value on
  some archs (Al)

- Tweak to the poll lazy wake enable (me)

Please pull!


The following changes since commit 705318a99a138c29a512a72c3e0043b3cd7f55f4:

  io_uring/af_unix: disable sending io_uring over sockets (2023-12-07 10:35:19 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-12-15

for you to fetch changes up to 1ba0e9d69b2000e95267c888cbfa91d823388d47:

  io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation (2023-12-14 16:52:13 -0700)

----------------------------------------------------------------
io_uring-6.7-2023-12-15

----------------------------------------------------------------
Al Viro (1):
      io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation

Jens Axboe (1):
      io_uring/poll: don't enable lazy wake for POLLEXCLUSIVE

 include/linux/io_uring_types.h |  3 +++
 io_uring/poll.c                | 20 +++++++++++++++++---
 io_uring/uring_cmd.c           |  2 +-
 3 files changed, 21 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 15, 2023, 8:22 p.m. UTC | #1
The pull request you sent on Fri, 15 Dec 2023 09:48:29 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-12-15

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

Thank you!