mbox series

[GIT,PULL] io_uring fix for 6.7-rc2

Message ID f5892835-cf39-42ad-8280-e9f63498ea96@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.7-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-11-17

Message

Jens Axboe Nov. 17, 2023, 5:41 p.m. UTC
Hi Linus,

Just a single fixup for a change we made in this release, which caused a
regression in sometimes missing fdinfo output if the SQPOLL thread had
the lock held when fdinfo output was retrieved. This brings us back on
par with what we had before, where just the main uring_lock will prevent
that output. We'd love to get rid of that too, but that is beyond the
scope of this release and will have to wait for 6.8.

Please pull!


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-11-17

for you to fetch changes up to a0d45c3f596be53c1bd8822a1984532d14fdcea9:

  io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval (2023-11-15 06:35:46 -0700)

----------------------------------------------------------------
io_uring-6.7-2023-11-17

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval

 io_uring/fdinfo.c |  9 ++-------
 io_uring/sqpoll.c | 12 ++++++++++--
 2 files changed, 12 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 17, 2023, 10:16 p.m. UTC | #1
The pull request you sent on Fri, 17 Nov 2023 10:41:23 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-11-17

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

Thank you!