Linus, please merge this batch of hotfixes. The following changes since commit ec6624452e36158d0813758d837f7a2263a4109d: Merge branch 'linus' (2022-08-25 21:45:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-08-28 for you to fetch changes up to 0ebafe2ea879e97fef6bd97f72303a6ccf39f092: .mailmap: update Luca Ceresoli's e-mail address (2022-08-28 14:02:46 -0700) ---------------------------------------------------------------- Seventeen hotfixes. Mostly memory management things. Ten patches are cc:stable, addressing pre-6.0 issues. ---------------------------------------------------------------- Alex Williamson (1): mm: re-allow pinning of zero pfns (again) Badari Pulavarty (1): mm/damon/dbgfs: avoid duplicate context directory creation Colin Ian King (1): mailmap: update email address for Colin King Guilherme G. Piccoli (1): mailmap: update Guilherme G. Piccoli's email addresses Heming Zhao (1): ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown Khazhismel Kumykov (1): writeback: avoid use-after-free after removing device Liam Howlett (1): binder_alloc: add missing mmap_lock calls when using the VMA Liu Shixin (1): bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem Luca Ceresoli (1): .mailmap: update Luca Ceresoli's e-mail address Matthew Wilcox (Oracle) (1): shmem: update folio if shmem_replace_page() updates the page Miaohe Lin (1): mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte Peter Xu (1): mm/mprotect: only reference swap pfn page if type match Phillip Lougher (1): squashfs: don't call kmalloc in decompressors Quanyang Wang (1): asm-generic: sections: refactor memory_intersects Sergey Senozhatsky (1): mm/zsmalloc: do not attempt to free IS_ERR handle Shakeel Butt (1): Revert "memcg: cleanup racy sum avoidance code" Stephen Brennan (1): vmcoreinfo: add kallsyms_num_syms symbol .mailmap | 6 ++++-- drivers/android/binder_alloc.c | 31 +++++++++++++++++++++---------- fs/fs-writeback.c | 12 ++++++------ fs/ocfs2/dlmglue.c | 8 +++++--- fs/ocfs2/super.c | 3 +-- fs/squashfs/file.c | 2 +- fs/squashfs/file_direct.c | 2 +- fs/squashfs/page_actor.c | 34 +++++++++++++++------------------- fs/squashfs/page_actor.h | 5 +++++ include/asm-generic/sections.h | 7 +++++-- include/linux/memcontrol.h | 15 +++++++++++++-- include/linux/mm.h | 13 ++++++++++--- kernel/crash_core.c | 1 + mm/backing-dev.c | 10 +++++----- mm/bootmem_info.c | 2 ++ mm/damon/dbgfs.c | 3 +++ mm/hugetlb.c | 2 +- mm/mprotect.c | 3 ++- mm/page-writeback.c | 6 +++++- mm/shmem.c | 1 + mm/zsmalloc.c | 2 +- 21 files changed, 108 insertions(+), 60 deletions(-)