mbox series

[for-5.20,0/3] small io_uring/net fixes and uapi improvements

Message ID cover.1660566179.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series small io_uring/net fixes and uapi improvements | expand

Message

Pavel Begunkov Aug. 15, 2022, 12:41 p.m. UTC
Just a random bunch of changes we need in 5.20

Pavel Begunkov (3):
  io_uring/net: use right helpers for async recycle
  io_uring/net: improve zc addr import error handling
  io_uring/notif: raise limit on notification slots

 io_uring/net.c   | 18 +++++++++---------
 io_uring/notif.h |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

Comments

Jens Axboe Aug. 16, 2022, 3:34 a.m. UTC | #1
On Mon, 15 Aug 2022 13:41:59 +0100, Pavel Begunkov wrote:
> Just a random bunch of changes we need in 5.20
> 
> Pavel Begunkov (3):
>   io_uring/net: use right helpers for async recycle
>   io_uring/net: improve zc addr import error handling
>   io_uring/notif: raise limit on notification slots
> 
> [...]

Applied, thanks!

[1/3] io_uring/net: use right helpers for async recycle
      commit: 063604265f967e90901996a1b173fe6df582d350
[2/3] io_uring/net: improve zc addr import error handling
      commit: 86dc8f23bb1b68262ca5db890ec7177b2d074640
[3/3] io_uring/notif: raise limit on notification slots
      commit: 5993000dc6b31b927403cee65fbc5f9f070fa3e4

Best regards,