* [GIT PULL] Followup io_uring fixes for 6.1-rc1
@ 2022-10-13 19:27 Jens Axboe
2022-10-14 5:07 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2022-10-13 19:27 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A collection of fixes that ended up either being later than the initial
pull request, or dependent on multiple branches (6.0-late being one of
them) and hence deferred purposely. This pull request contains:
- Cleanup fixes for the single submitter late 6.0 change, which we
pushed to 6.1 to keep the 6.0 changes small (Dylan, Pavel)
- Fix for IORING_OP_CONNECT not handling -EINPROGRESS correctly (me)
- Ensure that the zc sendmsg variant gets audited correctly (me)
- Regression fix from this merge window where kiocb_end_write() doesn't
always gets called, which can cause issues with fs freezing (me)
- Registered files SCM handling fix (Pavel)
- Regression fix for big sqe dumping in fdinfo (Pavel)
- Registered buffers accounting fix (Pavel)
- Remove leftover notification structures, we killed them off late in
6.0 (Pavel)
- Minor optimizations (Pavel)
- Cosmetic variable shadowing fix (Stefan)
Please pull!
The following changes since commit 9d84bb40bcb30a7fa16f33baa967aeb9953dda78:
Merge tag 'drm-next-2022-10-07-1' of git://anongit.freedesktop.org/drm/drm (2022-10-07 09:47:47 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-10-13
for you to fetch changes up to 2ec33a6c3cca9fe2465e82050c81f5ffdc508b36:
io_uring/rw: ensure kiocb_end_write() is always called (2022-10-12 16:30:56 -0600)
----------------------------------------------------------------
io_uring-6.1-2022-10-13
----------------------------------------------------------------
Dylan Yudaken (2):
io_uring: simplify __io_uring_add_tctx_node
io_uring: remove io_register_submitter
Jens Axboe (3):
io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT
io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC
io_uring/rw: ensure kiocb_end_write() is always called
Pavel Begunkov (7):
io_uring: limit registration w/ SINGLE_ISSUER
io_uring/af_unix: defer registered files gc to io_uring release
io_uring: correct pinned_vm accounting
io_uring: remove notif leftovers
io_uring: remove redundant memory barrier in io_req_local_work_add
io_uring: optimise locking for local tw with submit_wait
io_uring: fix fdinfo sqe offsets calculation
Stefan Roesch (1):
io_uring: local variable rw shadows outer variable in io_write
include/linux/io_uring_types.h | 5 -----
include/linux/skbuff.h | 2 ++
io_uring/fdinfo.c | 2 +-
io_uring/io_uring.c | 33 +++++++++++++++++++-----------
io_uring/io_uring.h | 18 +++++++++++++++--
io_uring/net.c | 28 +++++++++++++++++++------
io_uring/opdef.c | 1 -
io_uring/rsrc.c | 1 +
io_uring/rw.c | 46 ++++++++++++++++++++++++++++++------------
io_uring/tctx.c | 42 +++++++++++++++++---------------------
io_uring/tctx.h | 6 ++++--
net/unix/garbage.c | 20 ++++++++++++++++++
12 files changed, 138 insertions(+), 66 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Followup io_uring fixes for 6.1-rc1
2022-10-13 19:27 [GIT PULL] Followup io_uring fixes for 6.1-rc1 Jens Axboe
@ 2022-10-14 5:07 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-10-14 5:07 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, io-uring
The pull request you sent on Thu, 13 Oct 2022 13:27:43 -0600:
> git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-10-13
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c98c70ed43cc35b6d5ca9713e037bfe2debc251c
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-14 5:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-13 19:27 [GIT PULL] Followup io_uring fixes for 6.1-rc1 Jens Axboe
2022-10-14 5:07 ` 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