Hi all, After merging the mm tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: mm/page_alloc.c: In function 'build_zonelists': mm/page_alloc.c:5324:13: warning: unused variable 'node' [-Wunused-variable] 5324 | int node, local_node; | ^~~~ Introduced by commit 95d0185255a3 ("mm/page_alloc.c: remove unneeded codes in !NUMA version of build_zonelists()") from the mm-unstable branch of the mm tree. -- Cheers, Stephen Rothwell