io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 5.8-rc5
@ 2020-07-12 16:30 Jens Axboe
  2020-07-12 19:30 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2020-07-12 16:30 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring, linux-kernel

Hi Linus,

Two late fixes again, but they should make -rc5.

- Fix missing msg_name assignment in certain cases (Pavel)

- Correct a previous fix for full coverage (Pavel)

Please pull!


The following changes since commit 309fc03a3284af62eb6082fb60327045a1dabf57:

  io_uring: account user memory freed when exit has been queued (2020-07-10 09:18:35 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-5.8-2020-07-12

for you to fetch changes up to 16d598030a37853a7a6b4384cad19c9c0af2f021:

  io_uring: fix not initialised work->flags (2020-07-12 09:40:50 -0600)

----------------------------------------------------------------
io_uring-5.8-2020-07-12

----------------------------------------------------------------
Pavel Begunkov (2):
      io_uring: fix missing msg_name assignment
      io_uring: fix not initialised work->flags

 fs/io_uring.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] io_uring fixes for 5.8-rc5
  2020-07-12 16:30 [GIT PULL] io_uring fixes for 5.8-rc5 Jens Axboe
@ 2020-07-12 19:30 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-07-12 19:30 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring, linux-kernel

The pull request you sent on Sun, 12 Jul 2020 10:30:40 -0600:

> git://git.kernel.dk/linux-block.git tags/io_uring-5.8-2020-07-12

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] io_uring fixes for 5.8-rc5
  2020-07-10 16:01 Jens Axboe
@ 2020-07-10 17:05 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-07-10 17:05 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring, linux-kernel

The pull request you sent on Fri, 10 Jul 2020 10:01:20 -0600:

> git://git.kernel.dk/linux-block.git tags/io_uring-5.8-2020-07-10

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] io_uring fixes for 5.8-rc5
@ 2020-07-10 16:01 Jens Axboe
  2020-07-10 17:05 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2020-07-10 16:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring, linux-kernel

Hi Linus,

- Fix memleak for error path in registered files (Yang)
- Export CQ overflow state in flags, necessary to fix a case where
  liburing doesn't know if it needs to enter the kernel (Xiaoguang)
- Fix for a regression in when user memory is accounted freed, causing
  issues with back-to-back ring exit + init if the ulimit -l setting is
  very tight.

Please pull!


The following changes since commit b7db41c9e03b5189bc94993bd50e4506ac9e34c1:

  io_uring: fix regression with always ignoring signals in io_cqring_wait() (2020-07-04 13:44:45 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-5.8-2020-07-10

for you to fetch changes up to 309fc03a3284af62eb6082fb60327045a1dabf57:

  io_uring: account user memory freed when exit has been queued (2020-07-10 09:18:35 -0600)

----------------------------------------------------------------
io_uring-5.8-2020-07-10

----------------------------------------------------------------
Jens Axboe (1):
      io_uring: account user memory freed when exit has been queued

Xiaoguang Wang (1):
      io_uring: export cq overflow status to userspace

Yang Yingliang (2):
      io_uring: fix memleak in __io_sqe_files_update()
      io_uring: fix memleak in io_sqe_files_register()

 fs/io_uring.c                 | 29 +++++++++++++++++++++++------
 include/uapi/linux/io_uring.h |  1 +
 2 files changed, 24 insertions(+), 6 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-12 19:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-12 16:30 [GIT PULL] io_uring fixes for 5.8-rc5 Jens Axboe
2020-07-12 19:30 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-07-10 16:01 Jens Axboe
2020-07-10 17:05 ` 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;
as well as URLs for NNTP newsgroup(s).