Hi all, After merging the mm tree, today's linux-next build (powerpc allyesconfig) failed like this: In file included from mm/damon/vaddr.c:703: mm/damon/vaddr-test.h: In function '__link_vmas': mm/damon/vaddr-test.h:29:17: error: implicit declaration of function 'vma_mas_store'; did you mean 'mas_store'? [-Werror=implicit-function-declaration] 29 | vma_mas_store(&vmas[i], &mas); | ^~~~~~~~~~~~~ | mas_store Caused by commit 59904daa2b0c ("damon: convert __damon_va_three_regions to use the VMA iterator") I have merged the mm-stable, mm-nonmm-stable and mm trees from next-20220509 for today. -- Cheers, Stephen Rothwell