This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f1b785f4c787 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new e7ac4daeed91 mm: count zeromap read and set for swapout and swapin new 66edc3a5894c mm: page_alloc: move mlocked flag clearance into free_page [...] new cd45e963e44b nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint new 2026559a6c4c nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint new 23aab037106d ocfs2: fix UBSAN warning in ocfs2_verify_volume() new 247d720b2c5d nommu: pass NULL argument to vma_iter_prealloc() new 94efde1d1539 mm/gup: avoid an unnecessary allocation call for FOLL_LONG [...] new a3477c9e02cc mm/thp: fix deferred split queue not partially_mapped: fix new fae1980347bf selftests: hugetlb_dio: fixup check for initial conditions [...] new dcf32ea7eced mm: swapfile: fix cluster reclaim work crash on rotational [...] new 4b49c0ba4eeb Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://g [...] new a6654a40a852 LoongArch: For all possible CPUs setup logical-physical CP [...] new 30cec747d6bf LoongArch: Fix early_numa_add_cpu() usage for FDT systems new c859900a841b LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS new a410656643ce LoongArch: Make KASAN work with 5-level page-tables new 227ca9f6f6ae LoongArch: Disable KASAN if PGDIR_SIZE is too large for cp [...] new 139d42ca5101 LoongArch: Add WriteCombine shadow mapping in KASAN new 6ce031e5d6f4 LoongArch: Fix AP booting issue in VM mode new c5f404511890 Merge tag 'loongarch-fixes-6.12-2' of git://git.kernel.org [...] new 6801cf7890f2 selftests/bpf: Use -4095 as the bad address for bits iterator new 44d0469f79bd bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx new fb86c42a2a5d bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6 new 9f8e716d46c6 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 23 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/admin-guide/cgroup-v2.rst | 9 ++ arch/loongarch/include/asm/kasan.h | 13 ++- arch/loongarch/include/asm/page.h | 5 +- arch/loongarch/kernel/acpi.c | 81 +++++++++----- arch/loongarch/kernel/paravirt.c | 15 +++ arch/loongarch/kernel/smp.c | 5 +- arch/loongarch/mm/kasan_init.c | 46 +++++++- fs/nilfs2/btnode.c | 2 - fs/nilfs2/gcinode.c | 4 +- fs/nilfs2/mdt.c | 1 - fs/nilfs2/page.c | 2 +- fs/ocfs2/super.c | 13 ++- include/linux/memcontrol.h | 12 ++- include/linux/vm_event_item.h | 2 + include/net/tls.h | 12 ++- mm/gup.c | 116 ++++++++++++++------- mm/huge_memory.c | 4 +- mm/memcontrol.c | 4 + mm/nommu.c | 2 +- mm/page_alloc.c | 15 +++ mm/page_io.c | 16 +++ mm/swap.c | 14 --- mm/swapfile.c | 2 +- mm/vmstat.c | 2 + mm/zswap.c | 6 +- net/core/filter.c | 2 +- .../selftests/bpf/progs/verifier_bits_iter.c | 32 +++++- tools/testing/selftests/mm/hugetlb_dio.c | 7 ++ 28 files changed, 321 insertions(+), 123 deletions(-)