LKML News v6.15-rc3
[PATCH] tools/drgn: Add script to display page state for a given PID and VADDR (Ye Liu)
https://lore.kernel.org/20250415075024.248232-1-ye.liu@linux.dev
Ye Liu introduces a drgn script for showing page information for specific virtual address range.
[RFC PATCH v4 0/6] Promotion of Unmapped Page Cache Folios. (Gregory Price)
https://lore.kernel.org/20250411221111.493193-1-gourry@gourry.net
Gregory continues his unmapped page cache folios promotion work and sent the fourth version.
[PATCH v2 0/2] separate out mmap_lock/VMA locking and update MAINTAINERS (Lorenzo Stoakes)
https://lore.kernel.org/cover.1744799282.git.lorenzo.stoakes@oracle.com
Lorenzo splits out mmap_lock
code from mm/memory.c
into mmap_lock.c
and
adds a MAINTAINERS section for those.