[GIT PULL] io_uring fix for 7.1-rc6
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.io-uring |
|---|---|
| Message-ID | <[email protected]> |
Hi Linus,
Just a single fix for a regression introduced in this cycle, where we
should ensure the node is visible before the entry is added to the tctx
list. Please pull!
The following changes since commit e97ff8b62d4690c69297f0f6de874f0564cc01a4:
io_uring/nop: pass all errors to userspace (2026-05-21 11:10:56 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-7.1-20260529
for you to fetch changes up to a88c02915d9c6160cfc7ab1b26ed64b2993e2b94:
io_uring/tctx: set ->io_uring before publishing the tctx node (2026-05-24 12:01:15 -0600)
----------------------------------------------------------------
io_uring-7.1-20260529
----------------------------------------------------------------
Lim HyeonJun (1):
io_uring/tctx: set ->io_uring before publishing the tctx node
io_uring/tctx.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
--
Jens Axboe