mbox series

[GIT,PULL] hotfixes for 5.18-rc7

Message ID 20220513100825.701c0801de7f18168c4d838c@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 5.18-rc7 | expand

Pull-request

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

Message

Andrew Morton May 13, 2022, 5:08 p.m. UTC
Linus,

Please pull a bunch of hotfixes for 5.18-rc7.


The following changes since commit 38d741cb70b30741c0e802cbed7bd9cf4fd15fa4:

  Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drm (2022-04-28 18:00:34 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9039b8335276569670caaf23606335946625e764:

  MAINTAINERS: add a mailing list for DAMON development (2022-05-09 17:34:29 -0700)

----------------------------------------------------------------

Seven MM fixes, three of which address issues added in the most recent
merge window, four of which are cc:stable.

Three non-MM fixes, none very serious.

----------------------------------------------------------------
Hyeonggon Yoo (1):
      mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool

Joel Savitz (1):
      selftests: vm: Makefile: rename TARGETS to VMTARGETS

Kalesh Singh (1):
      procfs: prevent unprivileged processes accessing fdinfo dir

Martyna Szapar-Mudlaw (1):
      mailmap: add entry for martyna.szapar-mudlaw@intel.com

Mike Rapoport (1):
      arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map

Naoya Horiguchi (1):
      mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()

Niels Dossche (1):
      mm: mremap: fix sign for EFAULT error return value

SeongJae Park (1):
      MAINTAINERS: add a mailing list for DAMON development

Xu Yu (2):
      Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"
      mm/huge_memory: do not overkill when splitting huge_zero_page

 .mailmap                            |  1 +
 MAINTAINERS                         |  1 +
 arch/arm/include/asm/io.h           |  3 +++
 arch/arm/mm/ioremap.c               |  8 ++++++++
 arch/arm64/include/asm/io.h         |  4 ++++
 arch/arm64/mm/ioremap.c             |  8 ++++++++
 fs/proc/fd.c                        | 23 ++++++++++++++++++++++-
 mm/huge_memory.c                    |  7 ++++++-
 mm/kfence/core.c                    | 10 ++++++++++
 mm/memory-failure.c                 | 15 +--------------
 mm/mremap.c                         |  2 +-
 tools/testing/selftests/vm/Makefile | 10 +++++-----
 12 files changed, 70 insertions(+), 22 deletions(-)

Comments

Linus Torvalds May 13, 2022, 5:27 p.m. UTC | #1
On Fri, May 13, 2022 at 10:08 AM Andrew Morton
<akpm@linux-foundation.org> wrote:
>
> Please pull a bunch of hotfixes for 5.18-rc7.

W00t. Pulled.

One day your workflow will also keep patch dates intact.

That day is not today, but it was still really nice to just pull from you.

Thanks,
                Linus
pr-tracker-bot@kernel.org May 13, 2022, 5:29 p.m. UTC | #2
The pull request you sent on Fri, 13 May 2022 10:08:25 -0700:

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

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

Thank you!