This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a859eca0e4cc Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedes [...] new d552fc632cf5 x86/hv: Add gitignore entry for generated header file new d2ea4d254d04 file: ensure cleanup new fc6bcf9ac4de powerpc/pseries/cmm: call balloon_devinfo_init() also with [...] new 0da2ba35c0d5 powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages new 1cba2eba9b73 mm/sparse: fix sparse_vmemmap_init_nid_early definition wi [...] new bdd0d69a32c2 mm/huge_memory: change folio_split_supported() to folio_ch [...] new 5842bcbfc316 mm/huge_memory: replace can_split_folio() with direct refc [...] new 2f78910659c7 mm/huge_memory: make min_order_for_split() always return an order new 9dcdc0c207fe mm/huge_memory: fix folio split stats counting new 40a4af52e047 mm: fix CONFIG_STACK_GROWSUP typo in mm.h new 9ee5d1766c8b mm/hugetlb: fix incorrect error return from hugetlb_reserv [...] new 12c1fa8d4631 MAINTAINERS: add idr core-api doc file to XARRAY new 49d921b471c5 mm: vmscan: correct nr_requested tracing in scan_folios new dafdba0964bd mm/damon/tests/core-kunit: avoid damos_test_commit stack warning new 2516a8715318 Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel [...] new b2135d1cb0e3 liveupdate: luo_file: don't use invalid list iterator new 4ac577ae741e ocfs2: check tl_used after reading it from trancate log inode new d86fea4294cb ocfs2: replace deprecated strcpy with strscpy new acce46aaf8c6 fs/fat: remove unnecessary wrapper fat_max_cache() new 2a4f33430e96 ocfs2: validate inline xattr size and entry count in ocfs2 [...] new bf2c7bf5c483 liveupdate: luo_core: fix redundant bound check in luo_ioctl() new 039bef30e320 ocfs2: fix kernel BUG in ocfs2_find_victim_chain new e6b4d264c8c8 args: fix documentation to reflect the correct numbers new 01da5216c572 checkpatch: add uninitialized pointer with __free attribute check new 752ba0976b25 ocfs2: add ocfs2_emergency_state helper and apply to setattr new 7eff54dfd245 ocfs2: convert remaining read-only checks to ocfs2_emergen [...] new 76b9701a54a2 ocfs2: avoid -Wflex-array-member-not-at-end warning new 7efb45f9685f ocfs2: invalidate inode if i_mode is zero after block read new 2214ec4bf89d ocfs2: fix memory leak in ocfs2_merge_rec_left() new 402736a591b0 mm: shmem: avoid build warning for CONFIG_SHMEM=n new 601cc399a010 mm: memfd_luo: add CONFIG_SHMEM dependency new 9d9c1cfec01c Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git. [...]
The 32 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/checkpatch.rst | 23 +++++ MAINTAINERS | 1 + arch/powerpc/platforms/pseries/cmm.c | 3 +- arch/x86/hyperv/.gitignore | 1 + fs/fat/cache.c | 7 +- fs/ocfs2/alloc.c | 12 ++- fs/ocfs2/buffer_head_io.c | 2 +- fs/ocfs2/cluster/nodemanager.c | 3 +- fs/ocfs2/dir.c | 10 +- fs/ocfs2/file.c | 14 ++- fs/ocfs2/inode.c | 11 ++- fs/ocfs2/move_extents.c | 2 +- fs/ocfs2/namei.c | 3 +- fs/ocfs2/ocfs2.h | 18 ++++ fs/ocfs2/resize.c | 4 +- fs/ocfs2/stackglue.c | 3 +- fs/ocfs2/suballoc.c | 13 ++- fs/ocfs2/super.c | 2 +- fs/ocfs2/xattr.c | 38 +++++++- include/linux/args.h | 4 +- include/linux/file.h | 13 ++- include/linux/huge_mm.h | 13 ++- include/linux/mm.h | 2 +- include/linux/mmzone.h | 2 +- kernel/liveupdate/Kconfig | 1 + kernel/liveupdate/luo_core.c | 4 +- kernel/liveupdate/luo_file.c | 7 +- mm/damon/tests/core-kunit.h | 9 +- mm/huge_memory.c | 165 ++++++++++++++++++--------------- mm/hugetlb.c | 25 +++-- mm/shmem.c | 11 ++- mm/vmscan.c | 8 +- scripts/checkpatch.pl | 6 ++ 33 files changed, 292 insertions(+), 148 deletions(-) create mode 100644 arch/x86/hyperv/.gitignore