mbox series

[GIT,PULL] io_uring fixes for 6.3-rc6

Message ID 07df0b3d-4086-d2a4-efa8-0229579726fa@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.3-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-04-06

Message

Jens Axboe April 7, 2023, 4:48 p.m. UTC
Hi Linus,

Just two minor fixes for provided buffers - one where we could
potentially leak a buffer, and one where the returned values was
off-by-one in some cases.

Please pull!


The following changes since commit fd30d1cdcc4ff405fc54765edf2e11b03f2ed4f3:

  io_uring: fix poll/netmsg alloc caches (2023-03-30 06:53:42 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-04-06

for you to fetch changes up to b4a72c0589fdea6259720375426179888969d6a2:

  io_uring: fix memory leak when removing provided buffers (2023-04-01 16:52:12 -0600)

----------------------------------------------------------------
io_uring-6.3-2023-04-06

----------------------------------------------------------------
Wojciech Lukowicz (2):
      io_uring: fix return value when removing provided buffers
      io_uring: fix memory leak when removing provided buffers

 io_uring/io_uring.c | 2 +-
 io_uring/kbuf.c     | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org April 8, 2023, 7:01 p.m. UTC | #1
The pull request you sent on Fri, 7 Apr 2023 10:48:12 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.3-2023-04-06

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d3f05a4c428565163f26b5d34f60f02ee4ea4009

Thank you!