This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fc444ada1310 Merge tag 'soc-fixes-6.14-2' of git://git.kernel.org/pub/s [...] new 9130945f8161 MAINTAINERS: Remove myself new 654b33ada4ab proc: fix UAF in proc_get_inode() new 665575cff098 filemap: move prefaulting out of hot write path new 39a326e6daba mm/damon: respect core layer filters' allowance decision o [...] new 73d7a69de212 mm/damon/core: initialize damos->walk_completed in damon_n [...] new cb402bbdabca mm/hugetlb: fix surplus pages in dissolve_free_huge_page() new 60cf233b585c mm/migrate: fix shmem xarray update during migration new d7147a33570c squashfs: fix invalid pointer dereference in squashfs_cach [...] new 8c6ff7f18178 mm/vma: do not register private-anon mappings with khugepa [...] new 73f839b6d2ed mm: memcontrol: fix swap counter leak from offline cgroup new 182db972c956 mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT new 67a2f86846f2 selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation new 14efb4793519 mm/huge_memory: drop beyond-EOF folios with the right numb [...] new 9f01b4954490 memcg: drain obj stock on cpu hotplug teardown new b9c0e49abfca mm: decline to manipulate the refcount on a slab page new 800f1059c99e mm/page_alloc: fix memory accept before watermarks gets in [...] new 76b6905c11fd Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://g [...]
The 17 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: MAINTAINERS | 3 --- fs/proc/generic.c | 10 +++++++- fs/proc/inode.c | 6 ++--- fs/proc/internal.h | 14 +++++++++++ fs/squashfs/cache.c | 2 +- include/linux/damon.h | 5 ++++ include/linux/mm.h | 8 ++++++- include/linux/proc_fs.h | 7 ++++-- include/linux/swap_cgroup.h | 4 ++-- lib/iov_iter.c | 8 +++++-- mm/damon/core.c | 7 +++++- mm/damon/paddr.c | 3 +++ mm/filemap.c | 40 +++++++++++++++++++++---------- mm/huge_memory.c | 2 +- mm/hugetlb.c | 8 +++++-- mm/memcontrol.c | 13 ++++++++-- mm/migrate.c | 10 ++++---- mm/page_alloc.c | 14 +++++++++-- mm/swap_cgroup.c | 7 +++--- mm/vma.c | 3 ++- tools/testing/selftests/mm/run_vmtests.sh | 4 +++- 21 files changed, 132 insertions(+), 46 deletions(-)