Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of...
Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Pull misc hotfixes from Andrew Morton: "21 hotfixes. Thirteen of these address pre-6.1 issues and hence have the cc:stable tag" * tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (21 commits) init/Kconfig: fix typo (usafe -> unsafe) nommu: fix split_vma() map_count error nommu: fix do_munmap() error path nommu: fix memory leak in do_mmap() error path MAINTAINERS: update Robert Foss' email address proc: fix PIE proc-empty-vm, proc-pid-vm tests mm: update mmap_sem comments to refer to mmap_lock include/linux/mm: fix release_pages_arg kernel doc comment lib/win_minmax: use /* notation for regular comments kasan: mark kasan_kunit_executing as static nilfs2: fix general protection fault in nilfs_btree_insert() Docs/admin-guide/mm/zswap: remove zsmalloc's lack of writeback warning mm/hugetlb: pre-allocate pgtable pages for uffd wr-protects hugetlb: unshare some PMDs when splitting VMAs mm: fix vma->anon_name memory leak for anonymous shmem VMAs mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_protection() ...
Showing
- .mailmap 1 addition, 0 deletions.mailmap
- Documentation/admin-guide/mm/zswap.rst 1 addition, 3 deletionsDocumentation/admin-guide/mm/zswap.rst
- MAINTAINERS 3 additions, 3 deletionsMAINTAINERS
- fs/nilfs2/btree.c 12 additions, 3 deletionsfs/nilfs2/btree.c
- fs/userfaultfd.c 22 additions, 6 deletionsfs/userfaultfd.c
- include/linux/mm.h 3 additions, 3 deletionsinclude/linux/mm.h
- include/linux/mm_inline.h 1 addition, 2 deletionsinclude/linux/mm_inline.h
- include/linux/mm_types.h 1 addition, 1 deletioninclude/linux/mm_types.h
- include/linux/page_ref.h 1 addition, 1 deletioninclude/linux/page_ref.h
- init/Kconfig 1 addition, 1 deletioninit/Kconfig
- lib/win_minmax.c 1 addition, 1 deletionlib/win_minmax.c
- mm/hugetlb.c 64 additions, 35 deletionsmm/hugetlb.c
- mm/kasan/report.c 1 addition, 1 deletionmm/kasan/report.c
- mm/khugepaged.c 7 additions, 9 deletionsmm/khugepaged.c
- mm/madvise.c 1 addition, 1 deletionmm/madvise.c
- mm/mmap.c 6 additions, 2 deletionsmm/mmap.c
- mm/nommu.c 6 additions, 3 deletionsmm/nommu.c
- mm/shmem.c 2 additions, 4 deletionsmm/shmem.c
- tools/testing/selftests/proc/proc-empty-vm.c 7 additions, 5 deletionstools/testing/selftests/proc/proc-empty-vm.c
- tools/testing/selftests/proc/proc-pid-vm.c 5 additions, 4 deletionstools/testing/selftests/proc/proc-pid-vm.c
Loading
Please register or sign in to comment