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: <20250525010153.4e008d81730ac2137a80fb77@linux-foundation.org>
Date: Sun, 25 May 2025 01:01:53 -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 against 6.15-rc7


Linus, please pull this batch of hotfixes, thanks.


The following changes since commit 75cb1cca2c880179a11c7dd9380b6f14e41a06a4:

  mm: userfaultfd: correct dirty flags set for both present and swap pte (2025-05-11 17:29:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-05-25-00-58

for you to fetch changes up to 1ec971da1c10e6376411e6d4a3f3b2351217d94f:

  mailmap: add Jarkko's employer email address (2025-05-25 00:53:49 -0700)

----------------------------------------------------------------
22 hotfixes.  13 are cc:stable and the remainder address post-6.14 issues
or aren't considered necessary for -stable kernels.  19 are for MM.

----------------------------------------------------------------
Alexander Gordeev (1):
      kasan: avoid sleepable page allocation from atomic context

Breno Leitao (1):
      memcg: always call cond_resched() after fn()

David Wang (1):
      module: release codetag section when module load fails

Florent Revest (1):
      mm: fix VM_UFFD_MINOR == VM_SHADOW_STACK on USERFAULTFD=y && ARM64_GCS=y

Ge Yang (1):
      mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios

Ignacio Moreno Gonzalez (1):
      mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled

Jarkko Sakkinen (1):
      mailmap: add Jarkko's employer email address

Kees Cook (2):
      mm: vmalloc: actually use the in-place vrealloc region
      mm: vmalloc: only zero-init on vrealloc shrink

Lance Yang (1):
      MAINTAINERS: add hung-task detector section

Lorenzo Stoakes (4):
      MAINTAINERS: update page allocator section
      MAINTAINERS: add mm reclaim section
      MAINTAINERS: add mm ksm section
      MAINTAINERS: add mm memory policy section

Matthew Wilcox (Oracle) (1):
      highmem: add folio_test_partial_kmap()

Mike Rapoport (Microsoft) (1):
      mm/cma: make detection of highmem_start more robust

Ricardo CaƱuelo Navarro (1):
      mm: fix copy_vma() error handling for hugetlb mappings

Suren Baghdasaryan (1):
      alloc_tag: allocate percpu counters for module tags dynamically

Tianyang Zhang (1):
      mm/page_alloc.c: avoid infinite retries caused by cpuset race

Uladzislau Rezki (Sony) (1):
      MAINTAINERS: add myself as vmalloc co-maintainer

Wang Yaxin (1):
      taskstats: fix struct taskstats breaks backward compatibility since version 15

Zhang Yi (1):
      mm/truncate: fix out-of-bounds when doing a right-aligned split

 .mailmap                       |  1 +
 MAINTAINERS                    | 66 ++++++++++++++++++++++++++++--
 include/linux/alloc_tag.h      | 12 ++++++
 include/linux/codetag.h        |  8 ++--
 include/linux/highmem.h        | 10 ++---
 include/linux/hugetlb.h        |  5 +++
 include/linux/mm.h             |  2 +-
 include/linux/mman.h           |  2 +
 include/linux/page-flags.h     |  7 ++++
 include/linux/percpu.h         |  4 --
 include/uapi/linux/taskstats.h | 47 ++++++++++++---------
 kernel/module/main.c           |  1 +
 lib/alloc_tag.c                | 87 ++++++++++++++++++++++++++++++---------
 lib/codetag.c                  |  5 ++-
 mm/cma.c                       |  5 ++-
 mm/hugetlb.c                   | 24 ++++++++++-
 mm/kasan/shadow.c              | 92 +++++++++++++++++++++++++++++++++++-------
 mm/memcontrol.c                |  6 +--
 mm/mremap.c                    |  3 +-
 mm/page_alloc.c                |  8 ++++
 mm/truncate.c                  | 20 +++++----
 mm/vma.c                       |  1 +
 mm/vmalloc.c                   | 13 +++---
 23 files changed, 338 insertions(+), 91 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ