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>] [day] [month] [year] [list]
Message-Id: <20250821182122.eb19072cafdbc6612e76ac8f@linux-foundation.org>
Date: Thu, 21 Aug 2025 18:21:22 -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.17-rc3


Linus, please merge this week's bunch of mainly-MM hotfixes, thanks.


The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:

  Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-08-21-18-17

for you to fetch changes up to 772e5b4a5e8360743645b9a466842d16092c4f94:

  mm/mremap: fix WARN with uffd that has remap events disabled (2025-08-19 16:35:57 -0700)

----------------------------------------------------------------
20 hotfixes.  10 are cc:stable and the remainder address post-6.16 issues
or aren't considered necessary for -stable kernels.  17 of these fixes are
for MM.

As usual, singletons all over the place, apart from a three-patch series
of KHO followup work from Pasha which is actually also a bunch of
singletons.

----------------------------------------------------------------
Alice Ryhl (1):
      mm: rust: add page.rs to MEMORY MANAGEMENT - RUST

Axel Rasmussen (1):
      MAINTAINERS: mark MGLRU as maintained

David Hildenbrand (1):
      mm/mremap: fix WARN with uffd that has remap events disabled

Dominique Martinet (1):
      iov_iter: iterate_folioq: fix handling of offset >= folio size

Easwar Hariharan (1):
      .mailmap: add entry for Easwar Hariharan

Herton R. Krzesinski (1):
      mm/debug_vm_pgtable: clear page table entries at destroy_args()

Huacai Chen (1):
      mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=m

Jinjiang Tu (1):
      mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn

Lorenzo Stoakes (4):
      tools/testing: add linux/args.h header and fix radix, VMA tests
      mm/mremap: allow multi-VMA move when filesystem uses thp_get_unmapped_area
      mm/mremap: catch invalid multi VMA moves earlier
      selftests/mm: add test for invalid multi VMA operations

Pasha Tatashin (3):
      kho: init new_physxa->phys_bits to fix lockdep
      kho: mm: don't allow deferred struct page with KHO
      kho: warn if KHO is disabled due to an error

Phillip Lougher (1):
      squashfs: fix memory leak in squashfs_fill_super

Sang-Heon Jeon (3):
      mm/damon/core: fix commit_ops_filters by using correct nth function
      selftests/damon: fix selftests by installing drgn related script
      mm/damon/core: fix damos_commit_filter not changing allow

SeongJae Park (1):
      mm/damon/sysfs-schemes: put damos dests dir after removing its files

 .mailmap                                 |   2 +
 MAINTAINERS                              |  19 +++
 fs/squashfs/super.c                      |  14 +-
 include/linux/iov_iter.h                 |  20 +--
 include/linux/migrate.h                  |   5 +
 kernel/Kconfig.kexec                     |   1 +
 kernel/kexec_handover.c                  |  29 +++-
 mm/balloon_compaction.c                  |   6 +
 mm/damon/core.c                          |  15 +-
 mm/damon/sysfs-schemes.c                 |   2 +-
 mm/debug_vm_pgtable.c                    |   9 +-
 mm/memory-failure.c                      |   8 +
 mm/migrate.c                             |  38 ++++-
 mm/mremap.c                              |  82 ++++++----
 mm/zsmalloc.c                            |  10 ++
 tools/include/linux/args.h               |  28 ++++
 tools/testing/selftests/damon/Makefile   |   1 +
 tools/testing/selftests/mm/mremap_test.c | 264 ++++++++++++++++++++++++++++++-
 tools/testing/shared/linux/idr.h         |   4 +
 19 files changed, 487 insertions(+), 70 deletions(-)
 create mode 100644 tools/include/linux/args.h


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ