[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221111171202.b8b7ff671c97cb9782ad8e78@linux-foundation.org>
Date: Fri, 11 Nov 2022 17:12:02 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
mm-commits@...r.kernel.org
Subject: [GIT PULL] hotfixes for 6.1-rc5
Linus, please merge this batch of hotfixes.
Thanks.
The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:
Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-11-11
for you to fetch changes up to 436fa4a699bcd1c368bea9199e22b0a1b9cf9e0f:
docs: kmsan: fix formatting of "Example report" (2022-11-08 15:57:25 -0800)
----------------------------------------------------------------
22 hotfixes. 8 are cc:stable and the remainder address issues which were
introduced post-6.0 or which aren't considered serious enough to justify a
-stable backport.
----------------------------------------------------------------
Alexander Potapenko (6):
kmsan: core: kmsan_in_runtime() should return true in NMI context
x86/uaccess: instrument copy_from_user_nmi()
Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARN
kmsan: make sure PREEMPT_RT is off
x86/traps: avoid KMSAN bugs originating from handle_bug()
docs: kmsan: fix formatting of "Example report"
James Houghton (1):
hugetlbfs: don't delete error page from pagecache
Johannes Weiner (1):
fs: fix leaked psi pressure state
Li Zetao (1):
mm/mmap: fix memory leak in mmap_region()
Liam Howlett (5):
maple_tree: remove pointer to pointer use in mas_alloc_nodes()
maple_tree: mas_anode_descend() clang-analyzer cleanup
maple_tree: reorganize testing to restore module testing
maple_tree: fix depth tracking in maple_state
maple_tree: don't set a new maximum on the node when not reusing nodes
Naoya Horiguchi (1):
arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level paging
Pankaj Gupta (1):
mm/memremap.c: map FS_DAX device memory as decrypted
Peter Xu (2):
Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"
mm/shmem: use page_mapping() to detect page cache for uffd continue
Ryusuke Konishi (2):
nilfs2: fix deadlock in nilfs_count_free_blocks()
nilfs2: fix use-after-free bug of ns_writer on remount
SeongJae Park (1):
mm/damon/dbgfs: check if rm_contexts input is for a real context
Vasily Gorbik (1):
mm: hugetlb_vmemmap: include missing linux/moduleparam.h
Documentation/dev-tools/kmsan.rst | 1 +
arch/x86/kernel/traps.c | 7 +
arch/x86/lib/usercopy.c | 3 +
arch/x86/mm/hugetlbpage.c | 4 +
fs/btrfs/compression.c | 14 +-
fs/erofs/zdata.c | 18 +-
fs/hugetlbfs/inode.c | 13 +-
fs/nilfs2/segment.c | 15 +-
fs/nilfs2/super.c | 2 -
fs/nilfs2/the_nilfs.c | 2 -
include/linux/maple_tree.h | 7 +
lib/Kconfig.debug | 6 +-
lib/Kconfig.kmsan | 1 +
lib/Makefile | 1 +
lib/maple_tree.c | 58 +-
lib/test_maple_tree.c | 37926 +-----------------------
mm/damon/dbgfs.c | 7 +
mm/huge_memory.c | 9 +-
mm/hugetlb.c | 4 +
mm/hugetlb_vmemmap.c | 1 +
mm/kmsan/kmsan.h | 2 +
mm/memory-failure.c | 5 +-
mm/memremap.c | 1 +
mm/mmap.c | 6 +-
mm/userfaultfd.c | 2 +-
tools/testing/radix-tree/.gitignore | 1 +
tools/testing/radix-tree/Makefile | 19 +-
tools/testing/radix-tree/generated/autoconf.h | 2 +-
tools/testing/radix-tree/linux.c | 4 +
tools/testing/radix-tree/maple.c | 35770 ++++++++++++++++++++++
30 files changed, 37118 insertions(+), 36793 deletions(-)
Powered by blists - more mailing lists