Merge tag 'mm-hotfixes-stable-2024-04-18-14-41' of...
Merge tag 'mm-hotfixes-stable-2024-04-18-14-41' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Pull misc fixes from Andrew Morton: "15 hotfixes. 9 are cc:stable and the remainder address post-6.8 issues or aren't considered suitable for backporting. There are a significant number of fixups for this cycle's page_owner changes (series "page_owner: print stacks and their outstanding allocations"). Apart from that, singleton changes all over, mainly in MM" * tag 'mm-hotfixes-stable-2024-04-18-14-41' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: nilfs2: fix OOB in nilfs_set_de_type MAINTAINERS: update Naoya Horiguchi's email address fork: defer linking file vma until vma is fully initialized mm/shmem: inline shmem_is_huge() for disabled transparent hugepages mm,page_owner: defer enablement of static branch Squashfs: check the inode number is not the invalid value of zero mm,swapops: update check in is_pfn_swap_entry for hwpoison entries mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled mm/userfaultfd: allow hugetlb change protection upon poison entry mm,page_owner: fix printing of stack records mm,page_owner: fix accounting of pages when migrating mm,page_owner: fix refcount imbalance mm,page_owner: update metadata for tail pages userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly
Showing
- .mailmap 2 additions, 1 deletion.mailmap
- Documentation/mm/page_owner.rst 38 additions, 35 deletionsDocumentation/mm/page_owner.rst
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- fs/nilfs2/dir.c 1 addition, 1 deletionfs/nilfs2/dir.c
- fs/squashfs/inode.c 4 additions, 1 deletionfs/squashfs/inode.c
- include/linux/shmem_fs.h 9 additions, 0 deletionsinclude/linux/shmem_fs.h
- include/linux/swapops.h 33 additions, 32 deletionsinclude/linux/swapops.h
- kernel/fork.c 17 additions, 16 deletionskernel/fork.c
- mm/gup.c 32 additions, 22 deletionsmm/gup.c
- mm/huge_memory.c 3 additions, 3 deletionsmm/huge_memory.c
- mm/hugetlb.c 7 additions, 3 deletionsmm/hugetlb.c
- mm/internal.h 6 additions, 4 deletionsmm/internal.h
- mm/madvise.c 2 additions, 15 deletionsmm/madvise.c
- mm/memory-failure.c 15 additions, 3 deletionsmm/memory-failure.c
- mm/page_owner.c 110 additions, 80 deletionsmm/page_owner.c
- mm/shmem.c 0 additions, 6 deletionsmm/shmem.c
Please register or sign in to comment