mbox series

[0/2] fixes for removing provided buffers

Message ID 20230401195039.404909-1-wlukowicz01@gmail.com (mailing list archive)
Headers show
Series fixes for removing provided buffers | expand

Message

Wojciech Lukowicz April 1, 2023, 7:50 p.m. UTC
Hi,

Two fixes for removing provided buffers. They are in the same area, but
otherwise unrelated. I'll send a liburing test for the first one
shortly.

Thanks,
Wojciech

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

Jens Axboe April 1, 2023, 11:20 p.m. UTC | #1
On 4/1/23 1:50 PM, Wojciech Lukowicz wrote:
> Hi,
> 
> Two fixes for removing provided buffers. They are in the same area, but
> otherwise unrelated. I'll send a liburing test for the first one
> shortly.

Looks good, thanks for sending these in!
Jens Axboe April 1, 2023, 11:20 p.m. UTC | #2
On Sat, 01 Apr 2023 20:50:37 +0100, Wojciech Lukowicz wrote:
> Two fixes for removing provided buffers. They are in the same area, but
> otherwise unrelated. I'll send a liburing test for the first one
> shortly.
> 
> Thanks,
> Wojciech
> 
> [...]

Applied, thanks!

[1/2] io_uring: fix return value when removing provided buffers
      commit: b4a72c0589fdea6259720375426179888969d6a2
[2/2] io_uring: fix memory leak when removing provided buffers
      commit: b4a72c0589fdea6259720375426179888969d6a2

Best regards,