Linus, please merge this bunch of hotfixes for the 5.19 release. The following changes since commit 14c99d65941538aa33edd8dc7b1bbbb593c324a2: mm: split huge PUD on wp_huge_pud fallback (2022-07-03 15:42:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-07-26 for you to fetch changes up to 1f7ea54727caaa6701a15af0cbeddfdb015b2869: mailmap: update Gao Xiang's email addresses (2022-07-26 18:25:01 -0700) ---------------------------------------------------------------- Thirteen hotfixes, Eight are cc:stable and the remainder are for post-5.18 issues or are too minor to warrant backporting ---------------------------------------------------------------- Andrei Vagin (1): fs: sendfile handles O_NONBLOCK of out_fd ChenXiaoSong (1): ntfs: fix use-after-free in ntfs_ucsncmp() Gao Xiang (1): mailmap: update Gao Xiang's email addresses Josef Bacik (1): mm: fix page leak with multiple threads mapping the same page Junxiao Bi (1): Revert "ocfs2: mount shared volume without ha stack" Miaohe Lin (1): hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte Mike Rapoport (1): secretmem: fix unhandled fault in truncate Muchun Song (1): mm: fix missing wake-up event for FSDAX pages Nadav Amit (1): userfaultfd: provide properly masked address for huge-pages Naoya Horiguchi (1): mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range() Seth Forshee (1): mailmap: update Seth Forshee's email address Yee Lee (1): mm: kfence: apply kmemleak_ignore_phys on early allocated pool ZhaoLong Wang (1): tmpfs: fix the issue that the mount and remount results are inconsistent. .mailmap | 3 +++ fs/ntfs/attrib.c | 8 ++++++-- fs/ocfs2/ocfs2.h | 4 +--- fs/ocfs2/slot_map.c | 46 +++++++++++++++++++--------------------------- fs/ocfs2/super.c | 21 --------------------- fs/read_write.c | 3 +++ fs/userfaultfd.c | 12 +++++++----- include/linux/mm.h | 14 +++++++++----- mm/gup.c | 6 ++++-- mm/hugetlb.c | 10 ++++++++-- mm/kfence/core.c | 18 +++++++++--------- mm/memory.c | 7 +++++-- mm/memremap.c | 6 +++--- mm/secretmem.c | 33 ++++++++++++++++++++++++++------- mm/shmem.c | 7 ++----- 15 files changed, 105 insertions(+), 93 deletions(-)