* [GIT PULL] io_uring fixes for 6.1-rc2
@ 2022-10-21 12:02 Jens Axboe
2022-10-21 22:50 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2022-10-21 12:02 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A few fixes for this release:
- Fix a potential memory leak in the error handling path of io-wq setup
(Rafael)
- Kill an errant debug statement that got added in this release (me)
- Fix an oops with an invalid direct descriptor with IORING_OP_MSG_RING
(Harshit)
- Remove unneeded FFS_SCM flagging (Pavel)
- Remove polling off the exit path (Pavel)
- Move out direct descriptor debug check to the cleanup path (Pavel)
- Use the proper helper rather than open-coding cached request get
(Pavel)
Please pull!
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-10-20
for you to fetch changes up to 996d3efeb091c503afd3ee6b5e20eabf446fd955:
io-wq: Fix memory leak in worker creation (2022-10-20 05:48:59 -0700)
----------------------------------------------------------------
io_uring-6.1-2022-10-20
----------------------------------------------------------------
Harshit Mogalapalli (1):
io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()
Jens Axboe (1):
io_uring/rw: remove leftover debug statement
Pavel Begunkov (4):
io_uring: remove FFS_SCM
io_uring: kill hot path fixed file bitmap debug checks
io_uring: reuse io_alloc_req()
io_uring: don't iopoll from io_ring_ctx_wait_and_kill()
Rafael Mendonca (1):
io-wq: Fix memory leak in worker creation
io_uring/filetable.h | 16 ++--------------
io_uring/io-wq.c | 2 +-
io_uring/io_uring.c | 24 +++++++-----------------
io_uring/msg_ring.c | 3 +++
io_uring/rsrc.c | 7 ++-----
io_uring/rsrc.h | 4 ----
io_uring/rw.c | 2 --
7 files changed, 15 insertions(+), 43 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] io_uring fixes for 6.1-rc2
2022-10-21 12:02 [GIT PULL] io_uring fixes for 6.1-rc2 Jens Axboe
@ 2022-10-21 22:50 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-10-21 22:50 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, io-uring
The pull request you sent on Fri, 21 Oct 2022 05:02:35 -0700:
> git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-10-20
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/294e73ffb0efac4c8bac2d9e6a896225098bd419
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-21 22:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-21 12:02 [GIT PULL] io_uring fixes for 6.1-rc2 Jens Axboe
2022-10-21 22:50 ` 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