Re: [PATCH 6.18 000/641] 6.18.14-rc1 review

From: Greg Kroah-Hartman

Date: Wed Feb 25 2026 - 09:54:34 EST


On Wed, Feb 25, 2026 at 11:43:11AM +0000, Mark Brown wrote:
> On Tue, Feb 24, 2026 at 05:15:26PM -0800, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.18.14 release.
> > There are 641 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@xxxxxxx>
> > 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.

thanks, I've dropped this from all queues now, and will push out a -rc2
in a bit.

greg k-h