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