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(-) -- Jens Axboe