mbox series

[GIT,PULL] io_uring fixes for 6.5-rc6

Message ID 3f5e6dc7-0391-47e0-a430-e544c42c86f4@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.5-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.5-2023-08-11

Message

Jens Axboe Aug. 11, 2023, 6:34 p.m. UTC
Hi Linus,

A followup fix for the parisc/SHM_COLOUR fix, also from Helge, which is
heading to stable. And then just the io_uring equivalent RESOLVE_CACHED
fix that went into -git last week for build_open_flags().

Please pull!


The following changes since commit 52a93d39b17dc7eb98b6aa3edb93943248e03b2f:

  Linux 6.5-rc5 (2023-08-06 15:07:51 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.5-2023-08-11

for you to fetch changes up to 56675f8b9f9b15b024b8e3145fa289b004916ab7:

  io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc (2023-08-08 12:37:01 -0600)

----------------------------------------------------------------
io_uring-6.5-2023-08-11

----------------------------------------------------------------
Aleksa Sarai (1):
      io_uring: correct check for O_TMPFILE

Helge Deller (1):
      io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc

 arch/parisc/kernel/sys_parisc.c | 15 +++++----------
 io_uring/io_uring.c             |  3 +++
 io_uring/openclose.c            |  6 ++++--
 3 files changed, 12 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 11, 2023, 7:24 p.m. UTC | #1
The pull request you sent on Fri, 11 Aug 2023 12:34:33 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.5-2023-08-11

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

Thank you!