From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750818AbdESEok (ORCPT ); Fri, 19 May 2017 00:44:40 -0400 Received: from ozlabs.org ([103.22.144.67]:53133 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750728AbdESEoh (ORCPT ); Fri, 19 May 2017 00:44:37 -0400 Date: Fri, 19 May 2017 14:44:32 +1000 From: Stephen Rothwell To: Andrew Morton Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Michal Hocko Subject: linux-next: build warning after merge of the akpm-current tree Message-ID: <20170519144432.0191fdf8@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: mm/vmstat.c: In function 'pagetypeinfo_showblockcount_print': mm/vmstat.c:1230:8: warning: 'page' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!memmap_valid_within(pfn, page, zone)) ^ Introduced by commit 36c7473b3c85 ("mm, vmstat: skip reporting offline pages in pagetypeinfo") That really doesn't look good. -- Cheers, Stephen Rothwell