This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 24ca36a562d6 Merge tag 'wq-for-6.10-rc5-fixes' of git://git.kernel.org/ [...] new 8c61291fd850 mm: fix incorrect vbq reference in purge_fragmented_block new 399ab86ea550 /proc/pid/smaps: add mseal info for vma new b4601d096aac mm/slab: fix 'variable obj_exts set but not used' warning new 34a023dc8869 mm: handle profiling for fake memory allocations during co [...] new 1c61990d3762 kasan: fix bad call to unpoison_slab_object new be346c1a6eeb ocfs2: fix DIO failure due to insufficient transaction credits new ff202303c398 mm: convert page type macros to enum new 8b8546d298dc selftests/mm:fix test_prctl_fork_exec return failure new f3228a2d4c3b MAINTAINERS: TPM DEVICE DRIVER: update the W-tag new c64082507035 mm/migrate: make migrate_pages_batch() stats consistent new 54e7d59841da nfs: drop the incorrect assertion in nfs_swap_rw() new bf14ed81f571 mm/page_alloc: Separate THP PCP into movable and non-movab [...] new ab1ffc86cb5b mm/memory: don't require head page for do_set_pmd() new afcd48134c58 Merge tag 'mm-hotfixes-stable-2024-06-26-17-28' of git://g [...]
The 14 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/filesystems/proc.rst | 1 + MAINTAINERS | 2 +- fs/nfs/direct.c | 2 -- fs/ocfs2/aops.c | 5 +++ fs/ocfs2/journal.c | 17 ++++++++++ fs/ocfs2/journal.h | 2 ++ fs/ocfs2/ocfs2_trace.h | 2 ++ fs/proc/task_mmu.c | 3 ++ include/linux/mm.h | 5 +++ include/linux/mmzone.h | 9 +++--- include/linux/page-flags.h | 21 +++++++------ mm/compaction.c | 11 +++++-- mm/internal.h | 5 --- mm/kasan/common.c | 2 +- mm/memory.c | 3 +- mm/migrate.c | 5 +++ mm/page_alloc.c | 9 ++++-- mm/slub.c | 7 +++-- mm/vmalloc.c | 21 +++++++++---- tools/testing/selftests/mm/ksm_functional_tests.c | 38 +++++++++++++---------- 20 files changed, 117 insertions(+), 53 deletions(-)