public inbox for [email protected]
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fix for 6.7-rc2
@ 2023-11-17 17:41 Jens Axboe
  2023-11-17 22:16 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2023-11-17 17:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

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(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-17 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-17 17:41 [GIT PULL] io_uring fix for 6.7-rc2 Jens Axboe
2023-11-17 22:16 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox