* [GIT PULL] io_uring fixes for 6.0-final
@ 2022-09-30 13:43 Jens Axboe
2022-09-30 16:38 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2022-09-30 13:43 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
Two fixes that should go into 6.0:
- Tweak the single issuer logic to register the task at creation, rather
than at first submit. SINGLE_ISSUER was added for 6.0, and after some
discussion on this, we decided to make it a bit stricter while it's
still possible to do so (Dylan).
- Stefan from Samba had some doubts on the level triggered poll that was
added for this release. Rather than attempt to mess around with it
now, just do the quick one-liner to disable it for release and we have
time to discuss and change it for 6.1 instead (me).
Please pull!
The following changes since commit e775f93f2ab976a2cdb4a7b53063cbe890904f73:
io_uring: ensure that cached task references are always put on exit (2022-09-23 18:51:08 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.0-2022-09-29
for you to fetch changes up to d59bd748db0a97a5d6a33b284b6c58b7f6f4f768:
io_uring/poll: disable level triggered poll (2022-09-28 19:27:11 -0600)
----------------------------------------------------------------
io_uring-6.0-2022-09-29
----------------------------------------------------------------
Dylan Yudaken (1):
io_uring: register single issuer task at creation
Jens Axboe (1):
io_uring/poll: disable level triggered poll
io_uring/io_uring.c | 7 +++++++
io_uring/poll.c | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-30 16:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30 13:43 [GIT PULL] io_uring fixes for 6.0-final Jens Axboe
2022-09-30 16:38 ` 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