From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755289AbcKJC5B (ORCPT ); Wed, 9 Nov 2016 21:57:01 -0500 Received: from ozlabs.org ([103.22.144.67]:40303 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754688AbcKJC47 (ORCPT ); Wed, 9 Nov 2016 21:56:59 -0500 Date: Thu, 10 Nov 2016 13:56:57 +1100 From: Stephen Rothwell To: Andrew Morton Cc: Huang Shijie , , , Subject: Re: linux-next: build warning after merge of the akpm-current tree Message-ID: <20161110135657.2fbe73df@canb.auug.org.au> In-Reply-To: <20161109132153.60da86bfe834249ef7b294e9@linux-foundation.org> References: <20161109151006.7354dfae@canb.auug.org.au> <20161109071823.GA15161@sha-win-210.asiapac.arm.com> <20161109132153.60da86bfe834249ef7b294e9@linux-foundation.org> 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, On Wed, 9 Nov 2016 13:21:53 -0800 Andrew Morton wrote: > > On Wed, 9 Nov 2016 15:18:24 +0800 Huang Shijie wrote: > > > On Wed, Nov 09, 2016 at 03:10:06PM +1100, Stephen Rothwell wrote: > > Hi Stephen, > > > Hi Andrew, > > > > > > After merging the akpm-current tree, today's linux-next build (powerpc > > > ppc64_defconfig) produced this warning: > > > > > > mm/hugetlb.c:1166:21: warning: 'alloc_gigantic_page' defined but not used [-Wunused-function] > > > static struct page *alloc_gigantic_page(int nid, unsigned int order) > > The warning should be fixed by the patch (or next version of this patch): > > http://marc.info/?l=linux-mm&m=147867535926059&w=2 > > I'll drop "mm/hugetlb.c: rename some allocation functions" for now. > Please change it to fix this warning then add it to the surplus-page > series when resending that. I have dropped it from linux-next today. -- Cheers, Stephen Rothwell From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: Re: linux-next: build warning after merge of the akpm-current tree Date: Thu, 10 Nov 2016 13:56:57 +1100 Message-ID: <20161110135657.2fbe73df@canb.auug.org.au> References: <20161109151006.7354dfae@canb.auug.org.au> <20161109071823.GA15161@sha-win-210.asiapac.arm.com> <20161109132153.60da86bfe834249ef7b294e9@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([103.22.144.67]:40303 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754688AbcKJC47 (ORCPT ); Wed, 9 Nov 2016 21:56:59 -0500 In-Reply-To: <20161109132153.60da86bfe834249ef7b294e9@linux-foundation.org> Sender: linux-next-owner@vger.kernel.org List-ID: To: Andrew Morton Cc: Huang Shijie , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, nd@arm.com Hi Andrew, On Wed, 9 Nov 2016 13:21:53 -0800 Andrew Morton wrote: > > On Wed, 9 Nov 2016 15:18:24 +0800 Huang Shijie wrote: > > > On Wed, Nov 09, 2016 at 03:10:06PM +1100, Stephen Rothwell wrote: > > Hi Stephen, > > > Hi Andrew, > > > > > > After merging the akpm-current tree, today's linux-next build (powerpc > > > ppc64_defconfig) produced this warning: > > > > > > mm/hugetlb.c:1166:21: warning: 'alloc_gigantic_page' defined but not used [-Wunused-function] > > > static struct page *alloc_gigantic_page(int nid, unsigned int order) > > The warning should be fixed by the patch (or next version of this patch): > > http://marc.info/?l=linux-mm&m=147867535926059&w=2 > > I'll drop "mm/hugetlb.c: rename some allocation functions" for now. > Please change it to fix this warning then add it to the surplus-page > series when resending that. I have dropped it from linux-next today. -- Cheers, Stephen Rothwell