]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Jun 2025 15:18:09 +0000 (08:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Jun 2025 15:18:09 +0000 (08:18 -0700)
commit27b9989b87119da2f33f2c0fcbb8984ab4ebdf1a
treebe292b2777957fdd56cd18e3d1b021071baf98a4
parent4774cfe3543abb8ee98089f535e28ebfd45b975a
parentbb666b7c27073b986b75699e51a7102910f58060
Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Pull misc fixes from Andrew Morton:
 "9 hotfixes. 3 are cc:stable and the remainder address post-6.15 issues
  or aren't considered necessary for -stable kernels. Only 4 are for MM"

* tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
  mm: add mmap_prepare() compatibility layer for nested file systems
  init: fix build warnings about export.h
  MAINTAINERS: add Barry as a THP reviewer
  drivers/rapidio/rio_cm.c: prevent possible heap overwrite
  mm: close theoretical race where stale TLB entries could linger
  mm/vma: reset VMA iterator on commit_merge() OOM failure
  docs: proc: update VmFlags documentation in smaps
  scatterlist: fix extraneous '@'-sign kernel-doc notation
  selftests/mm: skip failed memfd setups in gup_longterm
MAINTAINERS