mbox series

[GIT,PULL] io_uring fixes for 6.0-rc1

Message ID 6e669626-3920-47c0-8a9b-a94c229f1120@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.0-rc1 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/io_uring-6.0-2022-08-10

Message

Jens Axboe Aug. 11, 2022, 1:01 a.m. UTC
Hi Linus,

A few fixes that should go upstream before 6.0-rc1. In detail:

- Regression fix for this merge window, fixing a wrong order of
  arguments for io_req_set_res() for passthru (Dylan)

- Fix for the audit code leaking context memory (Peilin)

- Ensure that provided buffers are memcg accounted (Pavel)

- Correctly handle short zero-copy sends (Pavel)

- Sparse warning fixes for the recvmsg multishot command (Dylan)

Please pull!


The following changes since commit e2b542100719a93f8cdf6d90185410d38a57a4c1:

  Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux (2022-08-02 19:50:47 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-6.0-2022-08-10

for you to fetch changes up to d1f6222c4978817712e0f2825ce9e830763f0695:

  io_uring: fix io_recvmsg_prep_multishot sparse warnings (2022-08-05 08:41:18 -0600)

----------------------------------------------------------------
io_uring-6.0-2022-08-10

----------------------------------------------------------------
Dylan Yudaken (1):
      io_uring: fix io_recvmsg_prep_multishot sparse warnings

Ming Lei (1):
      io_uring: pass correct parameters to io_req_set_res

Pavel Begunkov (2):
      io_uring: mem-account pbuf buckets
      io_uring/net: send retry for zerocopy

Peilin Ye (1):
      audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()

 include/linux/audit.h |  5 -----
 io_uring/io-wq.c      |  3 ---
 io_uring/kbuf.c       |  2 +-
 io_uring/net.c        | 24 +++++++++++++++++++-----
 io_uring/sqpoll.c     |  4 ----
 io_uring/uring_cmd.c  |  2 +-
 kernel/auditsc.c      | 25 -------------------------
 7 files changed, 21 insertions(+), 44 deletions(-)

Comments

Jens Axboe Aug. 11, 2022, 2:35 p.m. UTC | #1
On 8/10/22 7:01 PM, Jens Axboe wrote:
> Hi Linus,
> 
> A few fixes that should go upstream before 6.0-rc1. In detail:
> 
> - Regression fix for this merge window, fixing a wrong order of
>   arguments for io_req_set_res() for passthru (Dylan)
> 
> - Fix for the audit code leaking context memory (Peilin)
> 
> - Ensure that provided buffers are memcg accounted (Pavel)
> 
> - Correctly handle short zero-copy sends (Pavel)
> 
> - Sparse warning fixes for the recvmsg multishot command (Dylan)
> 
> Please pull!

Of course a few more things came in right after sending this one. Just
disregard this pull request, will send another one in a day or two.
Thanks!
pr-tracker-bot@kernel.org Aug. 13, 2022, 9:48 p.m. UTC | #2
The pull request you sent on Wed, 10 Aug 2022 19:01:18 -0600:

> git://git.kernel.dk/linux-block.git tags/io_uring-6.0-2022-08-10

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

Thank you!