mbox series

[GIT,PULL] hotfixes for 6.4-rc1

Message ID 20230503162943.f6dc961eec9488db9ae411b0@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 6.4-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-05-03-16-27

Message

Andrew Morton May 3, 2023, 11:29 p.m. UTC
Linus, please merge this set of hotfixes, thanks.


The following changes since commit 22b8cc3e78f5448b4c5df00303817a9137cd663f:

  Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-04-28 09:43:49 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-05-03-16-27

for you to fetch changes up to 6152e53d9671b0ccc21c1bca842617b32ccfc5d8:

  mm: change per-VMA lock statistics to be disabled by default (2023-05-02 17:23:28 -0700)

----------------------------------------------------------------
Five hotfixes.  Three are cc:stable, two for this -rc cycle.

----------------------------------------------------------------
Lorenzo Stoakes (1):
      mm/mempolicy: correctly update prev when policy is equal on mbind

Mark Rutland (1):
      kasan: hw_tags: avoid invalid virt_to_page()

Michal Simek (1):
      MAINTAINERS: update Michal Simek's email

Suren Baghdasaryan (1):
      mm: change per-VMA lock statistics to be disabled by default

Zhang Zhengming (1):
      relayfs: fix out-of-bounds access in relay_file_read

 .mailmap           |  1 +
 MAINTAINERS        |  4 ++--
 kernel/relay.c     |  3 ++-
 mm/Kconfig.debug   | 10 ++++++++--
 mm/kasan/hw_tags.c |  4 ++--
 mm/mempolicy.c     |  4 +++-
 6 files changed, 18 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org May 4, 2023, 8:23 p.m. UTC | #1
The pull request you sent on Wed, 3 May 2023 16:29:43 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-05-03-16-27

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

Thank you!