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]
Message-Id: <20241009155033.485bc6df1a01b6dfca93a9d9@linux-foundation.org>
Date: Wed, 9 Oct 2024 15:50:33 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mm@...ck.org, mm-commits@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: [GIT PULL] hotfixes for 6.12-rc3


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(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ