* [GIT PULL] io_uring fixes for 6.12-rc2
@ 2024-10-04 15:10 Jens Axboe
2024-10-04 17:50 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2024-10-04 15:10 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A few minor fixes that should go into 6.12-rc2:
- Fix an error path memory leak, if one part fails to allocate.
Obviously not something that'll generally hit without error injection.
- Fix an io_req_flags_t cast to make sparse happier.
- Improve the recv multishot termination. Not a bug now, but could be
one in the future. This makes it do the same thing that recvmsg does
in terms of when to terminate a request or not.
Please pull!
The following changes since commit 6fa6588e5964473356f0e2a02093ea42a5b3fd56:
Merge tag 'sched_ext-for-6.12-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext (2024-09-24 11:33:50 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.12-20241004
for you to fetch changes up to c314094cb4cfa6fc5a17f4881ead2dfebfa717a7:
io_uring/net: harden multishot termination case for recv (2024-09-30 08:26:59 -0600)
----------------------------------------------------------------
io_uring-6.12-20241004
----------------------------------------------------------------
Guixin Liu (1):
io_uring: fix memory leak when cache init fail
Jens Axboe (1):
io_uring/net: harden multishot termination case for recv
Min-Hua Chen (1):
io_uring: fix casts to io_req_flags_t
io_uring/io_uring.c | 7 +++++--
io_uring/net.c | 4 +++-
2 files changed, 8 insertions(+), 3 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-04 17:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 15:10 [GIT PULL] io_uring fixes for 6.12-rc2 Jens Axboe
2024-10-04 17: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