-
- Downloads
Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of...
Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Pull misc hotfixes from Andrew Morton: "15 hotfixes. 7 are cc:stable and the remainder address post-6.13 issues or aren't considered necessary for -stable kernels. 13 are for MM and the other two are for squashfs and procfs. All are singletons. Please see the individual changelogs for details" * tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: mm/page_alloc: fix memory accept before watermarks gets initialized mm: decline to manipulate the refcount on a slab page memcg: drain obj stock on cpu hotplug teardown mm/huge_memory: drop beyond-EOF folios with the right number of refs selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT mm: memcontrol: fix swap counter leak from offline cgroup mm/vma: do not register private-anon mappings with khugepaged during mmap squashfs: fix invalid pointer dereference in squashfs_cache_delete mm/migrate: fix shmem xarray update during migration mm/hugetlb: fix surplus pages in dissolve_free_huge_page() mm/damon/core: initialize damos->walk_completed in damon_new_scheme() mm/damon: respect core layer filters' allowance decision on ops layer filemap: move prefaulting out of hot write path proc: fix UAF in proc_get_inode()
Showing
- fs/proc/generic.c 9 additions, 1 deletionfs/proc/generic.c
- fs/proc/inode.c 3 additions, 3 deletionsfs/proc/inode.c
- fs/proc/internal.h 14 additions, 0 deletionsfs/proc/internal.h
- fs/squashfs/cache.c 1 addition, 1 deletionfs/squashfs/cache.c
- include/linux/damon.h 5 additions, 0 deletionsinclude/linux/damon.h
- include/linux/mm.h 7 additions, 1 deletioninclude/linux/mm.h
- include/linux/proc_fs.h 5 additions, 2 deletionsinclude/linux/proc_fs.h
- include/linux/swap_cgroup.h 2 additions, 2 deletionsinclude/linux/swap_cgroup.h
- lib/iov_iter.c 6 additions, 2 deletionslib/iov_iter.c
- mm/damon/core.c 6 additions, 1 deletionmm/damon/core.c
- mm/damon/paddr.c 3 additions, 0 deletionsmm/damon/paddr.c
- mm/filemap.c 28 additions, 12 deletionsmm/filemap.c
- mm/huge_memory.c 1 addition, 1 deletionmm/huge_memory.c
- mm/hugetlb.c 6 additions, 2 deletionsmm/hugetlb.c
- mm/memcontrol.c 11 additions, 2 deletionsmm/memcontrol.c
- mm/migrate.c 4 additions, 6 deletionsmm/migrate.c
- mm/page_alloc.c 12 additions, 2 deletionsmm/page_alloc.c
- mm/swap_cgroup.c 4 additions, 3 deletionsmm/swap_cgroup.c
- mm/vma.c 2 additions, 1 deletionmm/vma.c
- tools/testing/selftests/mm/run_vmtests.sh 3 additions, 1 deletiontools/testing/selftests/mm/run_vmtests.sh
Loading
Please register or sign in to comment