From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751474AbcFWGx1 (ORCPT ); Thu, 23 Jun 2016 02:53:27 -0400 Received: from ozlabs.org ([103.22.144.67]:58907 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751053AbcFWGx0 (ORCPT ); Thu, 23 Jun 2016 02:53:26 -0400 Date: Thu, 23 Jun 2016 16:53:21 +1000 From: Stephen Rothwell To: Andrew Morton Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Mel Gorman Subject: linux-next: build warning after merge of the akpm-current tree Message-ID: <20160623165321.01995531@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 (powerpc ppc64_defconfig and x86_64 allmodconfig) produced this warning: drivers/base/node.c: In function 'node_read_meminfo': drivers/base/node.c:127:31: warning: passing argument 1 of 'node_page_state' makes pointer from integer without a cast [-Wint-conversion] nid, node_page_state(nid, NR_KERNEL_STACK) * ^ In file included from include/linux/mm.h:999:0, from drivers/base/node.c:7: include/linux/vmstat.h:200:22: note: expected 'struct pglist_data *' but argument is of type 'int' extern unsigned long node_page_state(struct pglist_data *pgdat, ^ Introduced by commit 2bfac6c1ec44 ("mm, vmstat: add infrastructure for per-node vmstats") -- Cheers, Stephen Rothwell