This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7839932417dd Merge tag 'sched_ext-for-6.19-rc3-fixes' of git://git.kern [...] new 11ce66c7a04b MAINTAINERS: add Mike Rapoport as maintainer for userfaultfd new 5393802c94e0 genalloc.h: fix htmldocs warning new 87726567d83d mailmap: update entry for Bartosz Golaszewski new c6e8e595a079 idr: fix idr_alloc() returning an ID out of range new 007f5da43b3d mm/kasan: fix incorrect unpoisoning in vrealloc for KASAN new 6f13db031e27 kasan: refactor pcpu kasan vmalloc unpoison new 6a0e5b333842 kasan: unpoison vms[area] addresses with a common tag new 6ba776b533ca mm: leafops.h: correct kernel-doc function param. names new 7838a4eb8a1d mm/page_alloc: change all pageblocks migrate type on coalescing new 612b595e08ca MAINTAINERS: update one straggling entry for Bartosz Golaszewski new 02129e623c18 mm/damon/vaddr: fix missing pte_unmap_unlock in damos_va_m [...] new fdee5216851c .mailmap: remove one of the entries for WangYuli new 8de524774b9e MAINTAINERS: add ABI headers to KHO and LIVE UPDATE new fe55ea85939e kernel/kexec: change the prototype of kimage_map_segment() new a3785ae5d334 kernel/kexec: fix IMA when allocation happens in CMA area new 632b874d59a3 selftests/mm: fix thread state check in uffd-unit-tests new 7013803444dd tools/mm/page_owner_sort: fix timestamp comparison for sta [...] new e6dbcb7c0e7b mm: fixup pfnmap memory failure handling to use pgoff new 6db12d5c474d mm: memcg: fix unit conversion for K() macro in OOM log new 6558749ef340 rust: maple_tree: rcu_read_lock() in destructor to silence [...] new f183663901f2 mm: consider non-anon swap cache folios in folio_expected_ [...] new 0c75714095e0 mm/page_alloc: report 1 as zone_batchsize for !CONFIG_MMU new 7622292d2a4c sparse: update MAINTAINERS info new ffd042a23b79 MAINTAINERS: notify the "Device Memory" community of memor [...] new 077d925b60c3 mm/memremap: fix spurious large folio warning for FS-DAX new a76a5ae2c6c6 mm/page_owner: fix memory leak in page_owner_stack_fops->r [...] new d6b5a8d6f142 mm/ksm: fix pte_unmap_unlock of wrong address in break_ksm [...] new 0b34fd0feac6 Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://g [...] new 07fe35b766a6 Revert "scripts/clang-tools: Handle included .c files in g [...] new b08fc4d0ec24 kbuild: fix compilation of dtb specified on command-line w [...] new 1f4ea4838b13 mcb: Add missing modpost build support new 8640b74557fc Merge tag 'kbuild-fixes-6.19-1' of git://git.kernel.org/pu [...]
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: .mailmap | 4 +- MAINTAINERS | 8 +- include/linux/genalloc.h | 1 + include/linux/kasan.h | 16 ++++ include/linux/kexec.h | 4 +- include/linux/leafops.h | 4 +- include/linux/memory-failure.h | 2 + include/linux/mm.h | 8 +- kernel/kexec_core.c | 16 +++- lib/idr.c | 2 + mm/damon/vaddr.c | 2 +- mm/kasan/common.c | 32 +++++++ mm/kasan/hw_tags.c | 2 +- mm/kasan/shadow.c | 4 +- mm/ksm.c | 2 +- mm/memcontrol.c | 4 +- mm/memory-failure.c | 29 +++--- mm/memremap.c | 2 - mm/page_alloc.c | 26 +++--- mm/page_owner.c | 2 +- mm/vmalloc.c | 8 +- rust/kernel/maple_tree.rs | 11 ++- scripts/Makefile.build | 26 +++--- scripts/clang-tools/gen_compile_commands.py | 135 ++------------------------- scripts/mod/devicetable-offsets.c | 3 + scripts/mod/file2alias.c | 9 ++ security/integrity/ima/ima_kexec.c | 4 +- tools/mm/page_owner_sort.c | 6 +- tools/testing/radix-tree/idr-test.c | 21 +++++ tools/testing/selftests/mm/uffd-unit-tests.c | 2 +- 30 files changed, 196 insertions(+), 199 deletions(-)