Re: linux-next: Tree for Sep 27 (fs/proc/task_mmu.c)

From: Randy Dunlap
Date: Wed Sep 27 2023 - 01:50:22 EST




On 9/26/23 20:51, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20230926:
>
> New tree: overlayfs-fixes
>
> The mm tree lost its build failure.
>
> Non-merge commits (relative to Linus' tree): 7695
> 5746 files changed, 515623 insertions(+), 144460 deletions(-)
>
> ----------------------------------------------------------------------------

on arm64:

when CONFIG_HUGETLB_PAGE is not set:

../fs/proc/task_mmu.c: In function 'pagemap_scan_thp_entry':
../fs/proc/task_mmu.c:2105:17: error: implicit declaration of function 'pagemap_scan_backout_range'; did you mean 'pagemap_scan_push_range'? [-Werror=implicit-function-declaration]
2105 | pagemap_scan_backout_range(p, start, end);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| pagemap_scan_push_range
cc1: some warnings being treated as errors
aarch64-linux-ar: fs/proc/task_mmu.o: No such file or directory


--
~Randy