From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754948AbaDNRb4 (ORCPT ); Mon, 14 Apr 2014 13:31:56 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:49924 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751174AbaDNRby (ORCPT ); Mon, 14 Apr 2014 13:31:54 -0400 Date: Mon, 14 Apr 2014 18:31:28 +0100 From: Will Deacon To: Liu hua Cc: "linux@arm.linux.org.uk" , "horms@verge.net.au" , "linux-arm-kernel@lists.infradead.org" , "kexec@lists.infradead.org" , Stephen Warren , Vijaya Kumar K , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 2/3] ARM : kdump : add arch_crash_save_vmcoreinfo Message-ID: <20140414173128.GO12916@arm.com> References: <1395907240-13308-1-git-send-email-sdu.liu@huawei.com> <1395907240-13308-3-git-send-email-sdu.liu@huawei.com> <20140414113718.GD3530@arm.com> <534BD77E.4020405@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <534BD77E.4020405@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 14, 2014 at 01:41:34PM +0100, Liu hua wrote: > 于 2014/4/14 19:37, Will Deacon 写道: > > On Thu, Mar 27, 2014 at 08:00:39AM +0000, Liu Hua wrote: > >> For vmcore generated by LPAE enabled kernel, user space > >> utility such as crash needs additional infomation to > >> parse. > >> > >> So this patch add arch_crash_save_vmcoreinfo as what PAE enabled > >> i386 linux does. > > > > Looks sensible to me: > > > > Reviewed-by: Will Deacon > > > > Will > > Hi Will, > > Thanks to you reply. How about the first one of the patch > series named "[PATCH 1/3] ARM : kdump : Add LPAE support". I don't think you CC'd me on that one, so I doubt I have it in my mailbox anymore. If you've not had any feedback, perhaps you can resend the series with me on CC next time? Thanks, Will