[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230304131528.4645d19a2ab897fb7518159e@linux-foundation.org>
Date: Sat, 4 Mar 2023 13:15:28 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mm@...ck.org, mm-commits@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] hotfixes for 6.3-rc1
Linus, please merge this batch of hotfixes, thanks.
The following changes since commit 1ec35eadc3b448c91a6b763371a7073444e95f9d:
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux (2023-02-25 15:16:23 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-03-04-13-12
for you to fetch changes up to ecf1d926661bec4080a79c0ac9dbfe02b31702cf:
mailmap: map Dikshita Agarwal's old address to his current one (2023-03-02 21:54:24 -0800)
----------------------------------------------------------------
17 hotfixes. Eight are for MM and seven are for other parts of the
kernel. Seven are cc:stable and eight address post-6.3 issues or were
judged unsuitable for -stable backporting.
----------------------------------------------------------------
Andrew Morton (1):
fs/cramfs/inode.c: initialize file_ra_state
Dongliang Mu (1):
fs: hfsplus: fix UAF issue in hfsplus_put_super
Eric Biggers (1):
lib: parser: update documentation for match_NUMBER functions
Guilherme G. Piccoli (1):
panic: fix the panic_print NMI backtrace setting
Heming Zhao via Ocfs2-devel (2):
ocfs2: fix defrag path triggering jbd2 ASSERT
ocfs2: fix non-auto defrag path not working issue
Konrad Dybcio (3):
mailmap: map Georgi Djakov's old Linaro address to his current one
mailmap: map Vikash Garodia's old address to his current one
mailmap: map Dikshita Agarwal's old address to his current one
Marco Elver (4):
kasan: emit different calls for instrumentable memintrinsics
kasan: treat meminstrinsic as builtins in uninstrumented files
kasan: test: fix test for new meminstrinsic instrumentation
kasan, x86: don't rename memintrinsics in uninstrumented files
Mikhail Zaslonko (1):
lib/zlib: DFLTCC deflate does not write all available bits for Z_NO_FLUSH
Naoya Horiguchi (1):
mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
Vlastimil Babka (1):
mm/mremap: fix dup_anon_vma() in vma_merge() case 4
andrew.yang (1):
mm/damon/paddr: fix missing folio_put()
.mailmap | 3 +++
arch/x86/include/asm/string_64.h | 19 -----------------
fs/cramfs/inode.c | 2 +-
fs/hfsplus/super.c | 4 ++--
fs/ocfs2/move_extents.c | 34 ++++++++++++-------------------
include/linux/rmap.h | 2 +-
kernel/panic.c | 44 ++++++++++++++++++++++++----------------
lib/Kconfig.kasan | 9 ++++++++
lib/parser.c | 14 ++++++-------
lib/zlib_deflate/defutil.h | 4 +++-
mm/damon/paddr.c | 7 +++----
mm/kasan/Makefile | 9 +++++++-
mm/kasan/kasan.h | 4 ++++
mm/kasan/kasan_test.c | 29 ++++++++++++++++++++++++++
mm/kasan/shadow.c | 16 ++++++++++++++-
mm/memory-failure.c | 8 ++++----
mm/mmap.c | 2 +-
mm/rmap.c | 2 +-
scripts/Makefile.kasan | 17 ++++++++++++++++
19 files changed, 147 insertions(+), 82 deletions(-)
Powered by blists - more mailing lists