This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e84a3bf7f4aa staging: gpib: Fix allyesconfig build failures new dbf8be8218e7 docs/mm: add VMA locks documentation new 6a75f19af16f selftests/memfd: run sysctl tests when PID namespace suppo [...] new da5bd7fa789a mailmap: add entry for Ying Huang new 1a72d2ebeec5 ocfs2: revert "ocfs2: fix the la space leak when unmountin [...] new 7782e3b3b004 ocfs2: fix the space leak in LA when releasing LA new dad2dc9c92e0 mm: shmem: fix ShmemHugePages at swapout new 8aca2bc96c83 mm: use aligned address in clear_gigantic_page() new f5d09de9f1bf mm: use aligned address in copy_user_gigantic_page() new 42c4e4b20d9c mm: correctly reference merged VMA new 31c5629920b8 mm: add RCU annotation to pte_offset_map(_lock) new 5c0541e11c16 mm: introduce cpu_icache_is_aliasing() across all architectures new c51a4f11e6d8 mm: use clear_user_(high)page() for arch with special user [...] new be48c412f6eb zram: refuse to use zero sized block device as backing device new 74363ec674cb zram: fix uninitialized ZRAM not releasing backing device new 901ce9705fbb nilfs2: prevent use of deleted inode new 8ac662f5da19 fork: avoid inappropriate uprobe access to invalid mm new faeec8e23c10 mm/page_alloc: don't call pfn_to_page() on possibly non-ex [...] new a2e740e216f5 vmalloc: fix accounting with i915 new 6309b8ce98e9 nilfs2: fix buffer head leaks in calls to truncate_inode_pages() new 42b2eb69835b mm: convert partially_mapped set/clear operations to be atomic new 30c2de0a267c mm/vmstat: fix a W=1 clang compiler warning new 640a603943a7 mm/codetag: clear tags before swap new e269b5d2916d alloc_tag: fix module allocation tags populated area calculation new 60da7445a142 alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_ [...] new d3ac65d274b3 mm: huge_memory: handle strsep not finding delimiter new 4aa748dd1abf Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://g [...] new 48808b55b07c firmware: microchip: fix UL_IAP lock check in mpfs_auto_up [...] new a61dae110138 Merge tag 'riscv-soc-fixes-for-v6.13-rc4' of https://git.k [...] new 058387d9c6b7 arm64: dts: broadcom: Fix L2 linesize for Raspberry Pi 5 new a31ffd6ed5ee Merge tag 'arm-soc/for-6.13/devicetree-arm64-fixes' of htt [...] new 48f506ad0b68 Merge tag 'soc-fixes-6.13-2' of git://git.kernel.org/pub/s [...]
The 31 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: .mailmap | 1 + Documentation/mm/process_addrs.rst | 850 ++++++++++++++++++++++++++ arch/arc/Kconfig | 1 + arch/arc/include/asm/cachetype.h | 8 + arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 8 +- drivers/block/zram/zram_drv.c | 15 +- drivers/firmware/microchip/mpfs-auto-update.c | 4 +- fs/hugetlbfs/inode.c | 2 +- fs/nilfs2/btnode.c | 1 + fs/nilfs2/gcinode.c | 2 +- fs/nilfs2/inode.c | 13 +- fs/nilfs2/namei.c | 5 + fs/nilfs2/nilfs.h | 1 + fs/ocfs2/localalloc.c | 27 +- include/linux/alloc_tag.h | 9 +- include/linux/cacheinfo.h | 6 + include/linux/highmem.h | 8 +- include/linux/mm.h | 31 +- include/linux/page-flags.h | 12 +- include/linux/vmstat.h | 2 +- kernel/fork.c | 13 +- lib/alloc_tag.c | 41 +- mm/huge_memory.c | 19 +- mm/hugetlb.c | 5 +- mm/internal.h | 6 - mm/memory.c | 18 +- mm/page_alloc.c | 6 +- mm/pgtable-generic.c | 2 +- mm/shmem.c | 22 +- mm/vma.c | 5 +- mm/vmalloc.c | 6 +- tools/testing/selftests/memfd/memfd_test.c | 14 +- 32 files changed, 1055 insertions(+), 108 deletions(-) create mode 100644 arch/arc/include/asm/cachetype.h