mbox series

[GIT,PULL] hotfixes for 5.19

Message ID 20220726184208.db1dc1adf4f59b86f0e5099a@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 5.19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-07-26

Message

Andrew Morton July 27, 2022, 1:42 a.m. UTC
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(-)

Comments

Linus Torvalds July 27, 2022, 2:44 a.m. UTC | #1
On Tue, Jul 26, 2022 at 6:42 PM Andrew Morton <akpm@linux-foundation.org> wrote:
>
> Linus,  please merge this bunch of hotfixes for the 5.19 release.

You've screwed up your git committer name again.

I thought you fixed it, but maybe you had another machine with that
bogus GIT_COMMITTER_NAME environment variable set?

So all your committer info looks like "akpm <akpm@linux-foundation.org>"

I've pulled this, since it's clearly not fatal, but please go back and
look at your broken environment variables..

               Linus
pr-tracker-bot@kernel.org July 27, 2022, 2:57 a.m. UTC | #2
The pull request you sent on Tue, 26 Jul 2022 18:42:08 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-07-26

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/39c3c396f8131f3db454c80e0fcfcdc54ed9ec01

Thank you!