This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b0b6e2c9d354 Merge tag 'block-6.1-2022-11-11' of git://git.kernel.dk/linux new 2081b3bd0c11 arm64: fix rodata=full again new 8ec8490a1950 arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macro new acfc35cfcee5 arm64/syscall: Include asm/ptrace.h in syscall_wrapper header. new 5ad6e7ba98c2 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new c61b3a2b2d9b maple_tree: remove pointer to pointer use in mas_alloc_nodes() new 9a887877ef98 maple_tree: mas_anode_descend() clang-analyzer cleanup new 120b116208a0 maple_tree: reorganize testing to restore module testing new 8625147cafaa hugetlbfs: don't delete error page from pagecache new cc674ab3c018 mm/mmap: fix memory leak in mmap_region() new 8ac932a4921a nilfs2: fix deadlock in nilfs_count_free_blocks() new 624a2c94f5b7 Partly revert "mm/thp: carry over dirty bit when thp split [...] new 867400af90f1 mm/memremap.c: map FS_DAX device memory as decrypted new 93b0d9178743 mm/shmem: use page_mapping() to detect page cache for uffd [...] new db5e8d84319b mm: hugetlb_vmemmap: include missing linux/moduleparam.h new cbadaf71f7cf kmsan: core: kmsan_in_runtime() should return true in NMI context new 11385b261200 x86/uaccess: instrument copy_from_user_nmi() new ac66998df30a Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARN new 83d0edfa04ee kmsan: make sure PREEMPT_RT is off new ba54d194f8da x86/traps: avoid KMSAN bugs originating from handle_bug() new 8cccf05fe857 nilfs2: fix use-after-free bug of ns_writer on remount new 82e60d00b753 fs: fix leaked psi pressure state new 1fdbed657a47 arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using [...] new 9bbba5633488 maple_tree: fix depth tracking in maple_state new 7dc5ba6254bb maple_tree: don't set a new maximum on the node when not r [...] new 1de09a7281ed mm/damon/dbgfs: check if rm_contexts input is for a real context new 436fa4a699bc docs: kmsan: fix formatting of "Example report" new d7c2b1f64e44 Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.ker [...]
The 27 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/dev-tools/kmsan.rst | 1 + arch/arm64/include/asm/cputype.h | 2 +- arch/arm64/include/asm/syscall_wrapper.h | 2 +- arch/arm64/mm/pageattr.c | 5 +- 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 ++++++++++++++++++++++ 33 files changed, 37123 insertions(+), 36797 deletions(-)