From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758213Ab3BMALg (ORCPT ); Tue, 12 Feb 2013 19:11:36 -0500 Received: from mail-ve0-f172.google.com ([209.85.128.172]:64342 "EHLO mail-ve0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751968Ab3BMALe (ORCPT ); Tue, 12 Feb 2013 19:11:34 -0500 MIME-Version: 1.0 In-Reply-To: <5113450C.1080109@huawei.com> References: <51074786.5030007@huawei.com> <1359995565.7515.178.camel@mfleming-mobl1.ger.corp.intel.com> <51131248.3080203@huawei.com> <5113450C.1080109@huawei.com> Date: Tue, 12 Feb 2013 16:11:33 -0800 Message-ID: Subject: Re: [PATCH V3] ia64/mm: fix a bad_page bug when crash kernel booting From: Tony Luck To: Xishi Qiu Cc: Matt Fleming , fenghua.yu@intel.com, Liujiang , Andrew Morton , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, linux-mm@kvack.org, Hanjun Guo , WuJianguo Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Luck Subject: Re: [PATCH V3] ia64/mm: fix a bad_page bug when crash kernel booting Date: Tue, 12 Feb 2013 16:11:33 -0800 Message-ID: References: <51074786.5030007@huawei.com> <1359995565.7515.178.camel@mfleming-mobl1.ger.corp.intel.com> <51131248.3080203@huawei.com> <5113450C.1080109@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <5113450C.1080109-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Xishi Qiu Cc: Matt Fleming , fenghua.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, Liujiang , Andrew Morton , linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, Hanjun Guo , WuJianguo List-Id: linux-efi@vger.kernel.org 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 -Tony From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx180.postini.com [74.125.245.180]) by kanga.kvack.org (Postfix) with SMTP id 062526B0005 for ; Tue, 12 Feb 2013 19:11:34 -0500 (EST) Received: by mail-vb0-f46.google.com with SMTP id b13so433676vby.5 for ; Tue, 12 Feb 2013 16:11:34 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <5113450C.1080109@huawei.com> References: <51074786.5030007@huawei.com> <1359995565.7515.178.camel@mfleming-mobl1.ger.corp.intel.com> <51131248.3080203@huawei.com> <5113450C.1080109@huawei.com> Date: Tue, 12 Feb 2013 16:11:33 -0800 Message-ID: Subject: Re: [PATCH V3] ia64/mm: fix a bad_page bug when crash kernel booting From: Tony Luck Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-linux-mm@kvack.org List-ID: To: Xishi Qiu Cc: Matt Fleming , fenghua.yu@intel.com, Liujiang , Andrew Morton , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, linux-mm@kvack.org, Hanjun Guo , WuJianguo 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 -Tony -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Luck Date: Wed, 13 Feb 2013 00:11:33 +0000 Subject: Re: [PATCH V3] ia64/mm: fix a bad_page bug when crash kernel booting Message-Id: List-Id: References: <51074786.5030007@huawei.com> <1359995565.7515.178.camel@mfleming-mobl1.ger.corp.intel.com> <51131248.3080203@huawei.com> <5113450C.1080109@huawei.com> In-Reply-To: <5113450C.1080109@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Xishi Qiu Cc: Matt Fleming , fenghua.yu@intel.com, Liujiang , Andrew Morton , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, linux-mm@kvack.org, Hanjun Guo , WuJianguo 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 -Tony