This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 26e7a301419d Merge tag 'sound-6.7-rc6' of git://git.kernel.org/pub/scm/ [...] new 0c92218f4e7d Merge branch 'master' into mm-hotfixes-stable new c41bd2514184 kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP new ac88ff6b9d7d riscv: fix VMALLOC_START definition new d3bb89ea9c13 mm: fix VMA heap bounds checking new a6fcd57cf2df selftests/mm: cow: print ksft header before printing anyth [...] new 6376a8245956 mm/damon/core: make damon_start() waits until kdamond_fn() starts new 655fc6cd4552 loongarch, kexec: change dependency of object files new 9bad6b75fca1 m68k, kexec: fix the incorrect ifdeffery and build depende [...] new 8cd2accb71f5 mips, kexec: fix the incorrect ifdeffery and dependency of [...] new d70c27b728b8 sh, kexec: fix the incorrect ifdeffery and dependency of C [...] new 69f8ca8d36b5 x86, kexec: fix the wrong ifdeffery CONFIG_KEXEC new 1dd11e977360 crash_core: fix the check for whether crashkernel is from [...] new 43e8832fed08 Revert "selftests: error out if kernel header files are no [...] new 55ac8bbe358b mm/shmem: fix race in shmem_undo_range w/THP new 081488051d28 mm/mglru: fix underprotected page cache new 5095a2b23987 mm/mglru: try to stop at high watermarks new 8aa420617918 mm/mglru: respect min_ttl_ms with memcgs new 4376807bf2d5 mm/mglru: reclaim offlined memcgs harder new a62aa88ba1a3 Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://g [...]
The 19 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: arch/loongarch/kernel/Makefile | 2 +- arch/m68k/include/asm/kexec.h | 4 +- arch/m68k/kernel/Makefile | 2 +- arch/mips/cavium-octeon/smp.c | 4 +- arch/mips/include/asm/kexec.h | 2 +- arch/mips/include/asm/smp-ops.h | 2 +- arch/mips/include/asm/smp.h | 2 +- arch/mips/kernel/Makefile | 2 +- arch/mips/kernel/smp-bmips.c | 4 +- arch/mips/kernel/smp-cps.c | 10 ++--- arch/mips/loongson64/reset.c | 4 +- arch/mips/loongson64/smp.c | 2 +- arch/riscv/Kconfig | 4 +- arch/riscv/include/asm/pgtable.h | 2 +- arch/riscv/kernel/crash_core.c | 4 +- arch/sh/include/asm/kexec.h | 4 +- arch/sh/kernel/Makefile | 2 +- arch/sh/kernel/reboot.c | 4 +- arch/sh/kernel/setup.c | 2 +- arch/x86/boot/compressed/acpi.c | 2 +- include/linux/damon.h | 2 + include/linux/mm.h | 8 ++-- include/linux/mm_inline.h | 23 ++++++---- include/linux/mmzone.h | 34 ++++++++------- kernel/Kconfig.kexec | 1 - kernel/crash_core.c | 10 ++--- mm/damon/core.c | 6 +++ mm/shmem.c | 19 ++++++++- mm/vmscan.c | 92 ++++++++++++++++++++++++++-------------- mm/workingset.c | 6 +-- tools/testing/selftests/Makefile | 21 +-------- tools/testing/selftests/lib.mk | 40 ++--------------- tools/testing/selftests/mm/cow.c | 3 +- 33 files changed, 171 insertions(+), 158 deletions(-)