This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ab75170520d4 Merge tag 'linux-watchdog-6.13-rc6' of git://www.linux-wat [...] new f4bf0b909a6b clk: thead: Fix TH1520 emmc and shdci clock rate new c38448100647 clk: clk-imx8mp-audiomix: fix function signature new 7a5b6fc8bd70 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 8ec396d05d1b mm: reinstate ability to map write-sealed memfd mappings r [...] new ea0916e01d0b selftests/memfd: add test for mapping write-sealed memfd r [...] new 6aaced5abd32 mm: vmscan: account for free pages to prevent infinite Loo [...] new 34d7cf637c43 mm: don't try THP alignment for FS without get_unmapped_area new 158cdce87c8c mm/readahead: fix large folio support in async readahead new 1fd8bc7cd889 maple_tree: reload mas before the second call for mas_empty_area new 59d9094df3d7 mm: hugetlb: independent PMD page table shared count new cddc76b16516 mm/kmemleak: fix sleeping function called from invalid con [...] new 4d9b90df2eb4 mailmap: modify the entry for Mathieu Othacehe new 472098f23323 docs: mm: fix the incorrect 'FileHugeMapped' field new cb0ca08b326a kcov: mark in_softirq_really() as __always_inline new 3754137d263f fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit new 5f3fd772d152 ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv new eaebeb93922c mm: zswap: fix race between [de]compression and CPU hotunplug new 11673247700e percpu: remove intermediate variable in PERCPU_PTR() new d0e6983a6d17 mm: shmem: fix incorrect index alignment for within_size policy new d77b90d2b264 mm: shmem: fix the update of 'shmem_falloc->nr_unswapped' new adcfb264c3ed vmstat: disable vmstat_work on vmstat_cpu_down_prep() new 98a6abc6cec1 mm/list_lru: fix false warning of negative counter new 8debfc5b1aa5 mm/damon/core: fix new damon_target objects leaks on damon [...] new 7d390b53067e mm/damon/core: fix ignored quota goals and filters of newl [...] new 62e72d2cf702 mm, madvise: fix potential workingset node list_lru leaks new dd2a5b5514ab mm/util: make memdup_user_nul() similar to memdup_user() new 0210d251162f scripts/sorttable: fix orc_sort_cmp() to maintain symmetry [...] new e7404921818d MAINTAINERS: change Arınç _NAL's name and email address new 5635d8bad221 Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://g [...] new 7a6c355b55c0 scripts/mksysmap: Fix escape chars '$' new bf36b4bf1b9a modpost: fix the missed iteration for the max bit in do_input() new e1352d7ead2b modpost: refactor do_vmbus_entry() new 8fe1a63d3d99 modpost: work around unaligned data access error new 385443057f47 kbuild: pacman-pkg: provide versioned linux-api-headers package new 9244696b34f2 Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/p [...]
The 35 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 | 2 +- Documentation/admin-guide/mm/transhuge.rst | 2 +- MAINTAINERS | 6 +-- drivers/clk/imx/clk-imx8mp-audiomix.c | 3 +- drivers/clk/thead/clk-th1520-ap.c | 13 ++++++- fs/ocfs2/quota_global.c | 2 +- fs/ocfs2/quota_local.c | 1 + fs/proc/task_mmu.c | 2 +- include/linux/memfd.h | 14 +++++++ include/linux/mm.h | 59 +++++++++++++++++++++--------- include/linux/mm_types.h | 30 +++++++++++++++ include/linux/percpu-defs.h | 5 +-- kernel/kcov.c | 2 +- lib/maple_tree.c | 1 + mm/damon/core.c | 10 ++++- mm/filemap.c | 9 ----- mm/hugetlb.c | 16 ++++---- mm/internal.h | 6 +++ mm/khugepaged.c | 3 ++ mm/kmemleak.c | 2 +- mm/list_lru.c | 2 +- mm/memfd.c | 2 +- mm/mmap.c | 6 ++- mm/readahead.c | 6 ++- mm/shmem.c | 7 ++-- mm/util.c | 7 +--- mm/vmscan.c | 9 ++++- mm/vmstat.c | 3 +- mm/zswap.c | 19 ++++++++-- scripts/mksysmap | 4 +- scripts/mod/file2alias.c | 36 +++++++++--------- scripts/mod/modpost.c | 24 ++++++------ scripts/mod/modpost.h | 14 +++++++ scripts/package/PKGBUILD | 2 +- scripts/sorttable.h | 5 ++- tools/testing/selftests/memfd/memfd_test.c | 43 ++++++++++++++++++++++ 36 files changed, 272 insertions(+), 105 deletions(-)