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: <20250917211310.da8771af4cb50be2e657fe6a@linux-foundation.org>
Date: Wed, 17 Sep 2025 21:13:10 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: mm-commits@...r.kernel.org, linux-kernel@...r.kernel.org,
 linux-mm@...ck.org
Subject: [GIT PULL] hotfixes for 6.17-rc7


Linus, please merge this batch of hotfixes, thanks.


The following changes since commit a68172d95c2845d2b5455b072b4ff51ba32650e9:

  MAINTAINERS: add tree entry to numa memblocks and emulation block (2025-09-08 23:45:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ce4be9e4307c5a60701ff6e0cafa74caffdc54ce:

  zram: fix slot write race condition (2025-09-15 20:01:45 -0700)

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

The usual shower of singletons, plus

- A 5 patch series from Hugh which addresses various misbehaviors in
  get_user_pages()

- A 2 patch series from SeongJae which addresses a quite severe issue in
  DAMON

- A 3 patch series also from SeongJae which completes some fixes for a
  DAMON startup issue

----------------------------------------------------------------
Hugh Dickins (5):
      mm/gup: check ref_count instead of lru before migration
      mm/gup: local lru_add_drain() to avoid lru_add_drain_all()
      mm: revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"
      mm: revert "mm: vmscan.c: fix OOM on swap stress test"
      mm: folio_may_be_lru_cached() unless folio_test_large()

Lance Yang (1):
      MAINTAINERS: add Lance Yang as a THP reviewer

Lorenzo Stoakes (1):
      MAINTAINERS: add Jann Horn as rmap reviewer

Nathan Chancellor (1):
      nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*

SeongJae Park (5):
      mm/damon/core: introduce damon_call_control->dealloc_on_cancel
      mm/damon/sysfs: use dynamically allocated repeat mode damon_call_control
      samples/damon/wsse: avoid starting DAMON before initialization
      samples/damon/prcl: avoid starting DAMON before initialization
      samples/damon/mtier: avoid starting DAMON before initialization

Sergey Senozhatsky (1):
      zram: fix slot write race condition

 MAINTAINERS                   |  2 ++
 drivers/block/zram/zram_drv.c |  8 +++----
 fs/nilfs2/sysfs.c             |  4 ++--
 fs/nilfs2/sysfs.h             |  8 +++----
 include/linux/damon.h         |  2 ++
 include/linux/swap.h          | 10 +++++++++
 mm/damon/core.c               |  8 +++++--
 mm/damon/sysfs.c              | 23 +++++++++++++-------
 mm/gup.c                      | 14 +++++++++---
 mm/mlock.c                    |  6 +++---
 mm/swap.c                     | 50 ++++++++++++++++++++++---------------------
 mm/vmscan.c                   |  2 +-
 samples/damon/mtier.c         |  3 +++
 samples/damon/prcl.c          |  3 +++
 samples/damon/wsse.c          |  3 +++
 15 files changed, 94 insertions(+), 52 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ