mbox series

[GIT,PULL] hotfixes for 6.12-rc3

Message ID 20241009155033.485bc6df1a01b6dfca93a9d9@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 6.12-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-10-09-15-46

Message

Andrew Morton Oct. 9, 2024, 10:50 p.m. UTC
Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:

  Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-10-09-15-46

for you to fetch changes up to aa5f0fa6af38d96bc6f1b7e1534f5b5c025930a6:

  mm: zswap: delete comments for "value" member of 'struct zswap_entry'. (2024-10-09 12:47:19 -0700)

----------------------------------------------------------------
12 hotfixes, 5 of which are c:stable.  All singletons, about half of which
are MM.

----------------------------------------------------------------
Alexander Gordeev (1):
      fs/proc/kcore.c: allow translation of physical memory addresses

David Hildenbrand (1):
      mm/huge_memory: check pmd_special() only after pmd_present()

Donet Tom (1):
      selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map test

Fangrui Song (1):
      .mailmap: update Fangrui's email

Frederic Weisbecker (1):
      kthread: unpark only parked kthread

Huang Ying (1):
      resource, kunit: fix user-after-free in resource_test_region_intersects()

Kanchana P Sridhar (1):
      mm: zswap: delete comments for "value" member of 'struct zswap_entry'.

Krzysztof Kozlowski (1):
      CREDITS: sort alphabetically by name

Kun(llfl) (1):
      device-dax: correct pgoff align in dax_set_mapping()

Michal Hocko (2):
      bcachefs: do not use PF_MEMALLOC_NORECLAIM
      Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"

Patrick Roy (1):
      secretmem: disable memfd_secret() if arch cannot set direct map

 .mailmap                               |  1 +
 CREDITS                                | 54 +++++++++++++++++-----------------
 arch/s390/include/asm/io.h             |  2 ++
 drivers/dax/device.c                   |  2 +-
 fs/bcachefs/fs.c                       | 14 ++++-----
 fs/inode.c                             | 10 ++++---
 fs/proc/kcore.c                        | 36 +++++++++++++++++++++--
 include/linux/fs.h                     |  7 ++++-
 include/linux/sched.h                  |  4 +--
 include/linux/sched/mm.h               | 17 +++--------
 include/linux/security.h               |  4 +--
 kernel/kthread.c                       |  2 ++
 kernel/resource_kunit.c                | 18 +++++++++---
 mm/huge_memory.c                       |  2 +-
 mm/secretmem.c                         |  4 +--
 mm/zswap.c                             |  1 -
 security/security.c                    | 10 ++++---
 tools/testing/selftests/mm/hmm-tests.c |  2 +-
 18 files changed, 117 insertions(+), 73 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 9, 2024, 11:30 p.m. UTC | #1
The pull request you sent on Wed, 9 Oct 2024 15:50:33 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-10-09-15-46

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

Thank you!
pr-tracker-bot@kernel.org Oct. 9, 2024, 11:30 p.m. UTC | #2
The pull request you sent on Wed, 9 Oct 2024 15:50:33 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-10-09-15-46

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

Thank you!