On Tue, Feb 24, 2026 at 05:11:49PM -0800, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.19.4 release. There are 781 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Kevin Brodsky kevin.brodsky@arm.com selftests/mm: fix faulting-in code in pagemap_ioctl test
This breaks the build of the mm selftests:
CC pagemap_ioctl pagemap_ioctl.c: In function ‘sanity_tests’: pagemap_ioctl.c:1169:9: error: implicit declaration of function ‘force_read_pages’ [-Wimplicit-function-declaration] 1169 | force_read_pages(fmem, nr_pages, page_size); | ^~~~~~~~~~~~~~~~
IIRC there was a patch adding that function.