lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 26 Jun 2022 12:53:10 -0700
From:   Andrew Morton <akpm@...ux-foundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-mm@...ck.org, linux-kernel@...r.kernel.org,
        mm-commits@...r.kernel.org
Subject: [GIT PULL] hotfixes for 5.19-rcX


Linus,

please merge this batch of hotfixes.

The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

  Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e67679cc4264cf9b318af4e8616eaa2a7565db1f:

  mailmap: add entry for Christian Marangi (2022-06-16 19:11:32 -0700)

----------------------------------------------------------------
Minor things, mainly - mailmap updates, MAINTAINERS updates, etc.

Fixes for post-5.18 changes:

- fix for a damon boot hang, from SeongJae

- fix for a kfence warning splat, from Jason Donenfeld

- fix for zero-pfn pinning, from Alex Williamson

- fix for fallocate hole punch clearing, from Mike Kravetz

Fixes pre-5.18 material:

- fix for a performance regression, from Marcelo

- fix for a hwpoisining BUG from zhenwei pi

----------------------------------------------------------------
Abel Vesa (1):
      MAINTAINERS: update Abel Vesa's email

Alex Williamson (1):
      mm: re-allow pinning of zero pfns

Andrew Morton (1):
      MAINTAINERS: update MM tree references

Christian Marangi (1):
      mailmap: add entry for Christian Marangi

David Hildenbrand (1):
      MAINTAINERS: add MEMORY HOT(UN)PLUG section and add David as reviewer

Huacai Chen (1):
      MAINTAINERS: add maillist information for LoongArch

Jarkko Sakkinen (1):
      mailmap: add alias for jarkko@...fian.com

Jason A. Donenfeld (1):
      mm/kfence: select random number before taking raw lock

Marcelo Tosatti (1):
      mm: lru_cache_disable: use synchronize_rcu_expedited

Miaohe Lin (1):
      MAINTAINERS: add Miaohe Lin as a memory-failure reviewer

Mike Kravetz (1):
      hugetlbfs: zero partial pages during fallocate hole punch

Petr Mladek (1):
      kthread: make it clear that kthread_create_on_node() might be terminated by any fatal signal

SeongJae Park (1):
      mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is initialized

Yang Li (1):
      mm/page_isolation.c: fix one kernel-doc comment

Yang Yang (1):
      mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py

zhenwei pi (1):
      mm/memory-failure: disable unpoison once hw error happens

 .mailmap                      |  4 +++
 Documentation/vm/hwpoison.rst |  3 +-
 MAINTAINERS                   | 21 ++++++++++---
 drivers/base/memory.c         |  2 +-
 fs/hugetlbfs/inode.c          | 68 +++++++++++++++++++++++++++++++++----------
 include/linux/mm.h            |  3 +-
 kernel/kthread.c              | 14 ++++-----
 mm/damon/reclaim.c            |  8 +++++
 mm/hwpoison-inject.c          |  2 +-
 mm/kfence/core.c              |  7 +++--
 mm/madvise.c                  |  2 +-
 mm/memcontrol.c               |  2 +-
 mm/memory-failure.c           | 12 ++++++++
 mm/page_isolation.c           |  2 ++
 mm/swap.c                     |  2 +-
 15 files changed, 117 insertions(+), 35 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ