From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759383Ab3BMATQ (ORCPT ); Tue, 12 Feb 2013 19:19:16 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:55315 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753814Ab3BMATO (ORCPT ); Tue, 12 Feb 2013 19:19:14 -0500 Date: Tue, 12 Feb 2013 16:19:12 -0800 From: Andrew Morton To: Tony Luck Cc: Xishi Qiu , Matt Fleming , fenghua.yu@intel.com, Liujiang , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, linux-mm@kvack.org, Hanjun Guo , WuJianguo Subject: Re: [PATCH V3] ia64/mm: fix a bad_page bug when crash kernel booting Message-Id: <20130212161912.6a9e9293.akpm@linux-foundation.org> In-Reply-To: References: <51074786.5030007@huawei.com> <1359995565.7515.178.camel@mfleming-mobl1.ger.corp.intel.com> <51131248.3080203@huawei.com> <5113450C.1080109@huawei.com> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) 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 On Tue, 12 Feb 2013 16:11:33 -0800 Tony Luck wrote: > Building linux-next today (tag next-20130212) I get the following errors when > building arch/ia64/configs/{tiger_defconfig, zx1_defconfig, bigsur_defconfig, > sim_defconfig} > > arch/ia64/mm/init.c: In function 'free_initrd_mem': > arch/ia64/mm/init.c:215: error: 'max_addr' undeclared (first use in > this function) > arch/ia64/mm/init.c:215: error: (Each undeclared identifier is > reported only once > arch/ia64/mm/init.c:215: error: for each function it appears in.) > arch/ia64/mm/init.c:216: error: implicit declaration of function > 'GRANULEROUNDDOWN' > > with "git blame" saying that these lines in init.c were added/changed by > > commit 5a54b4fb8f554b15c6113e30ca8412b7fe11c62e > Author: Xishi Qiu > Date: Thu Feb 7 12:25:59 2013 +1100 > > ia64/mm: fix a bad_page bug when crash kernel booting > Presumably this: --- a/arch/ia64/mm/init.c~ia64-mm-fix-a-bad_page-bug-when-crash-kernel-booting-fix +++ a/arch/ia64/mm/init.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include _ But, umm, why am I sitting here trying to maintain an ia64 bugfix and handling bug reports from the ia64 maintainer? Wanna swap?