From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mta23.gyao.ne.jp ([125.63.38.249] helo=mx.gate01.com) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1KO0GV-0001Kj-6h for kexec@lists.infradead.org; Wed, 30 Jul 2008 01:14:07 +0000 Date: Wed, 30 Jul 2008 10:13:25 +0900 From: Paul Mundt Subject: Re: [patch] kdump: sh: parse elfcorehdr command line argument Message-ID: <20080730011325.GA7529@linux-sh.org> References: <20080730002937.GA21998@verge.net.au> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20080730002937.GA21998@verge.net.au> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Simon Horman Cc: kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Vivek Goyal , linux-sh@vger.kernel.org On Wed, Jul 30, 2008 at 10:29:39AM +1000, Simon Horman wrote: > A quick cut and paste from other architectures to allow SH > to parse the elfcorehdr command line argument which is required > for both is_kdump_kernel() and vmcore to function. > (the former is as yet unused on SH). > > Tested compilation only > > Signed-off-by: Simon Horman > This was the first thing I was going to do this morning, but you beat me to it. :-) Applied, thanks! _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Wed, 30 Jul 2008 01:13:25 +0000 Subject: Re: [patch] kdump: sh: parse elfcorehdr command line argument Message-Id: <20080730011325.GA7529@linux-sh.org> List-Id: References: <20080730002937.GA21998@verge.net.au> In-Reply-To: <20080730002937.GA21998@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Simon Horman Cc: linux-kernel@vger.kernel.org, kexec@lists.infradead.org, linux-sh@vger.kernel.org, Vivek Goyal On Wed, Jul 30, 2008 at 10:29:39AM +1000, Simon Horman wrote: > A quick cut and paste from other architectures to allow SH > to parse the elfcorehdr command line argument which is required > for both is_kdump_kernel() and vmcore to function. > (the former is as yet unused on SH). > > Tested compilation only > > Signed-off-by: Simon Horman > This was the first thing I was going to do this morning, but you beat me to it. :-) Applied, thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757300AbYG3BOT (ORCPT ); Tue, 29 Jul 2008 21:14:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751808AbYG3BOK (ORCPT ); Tue, 29 Jul 2008 21:14:10 -0400 Received: from mta23.gyao.ne.jp ([125.63.38.249]:20738 "EHLO mx.gate01.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751074AbYG3BOJ (ORCPT ); Tue, 29 Jul 2008 21:14:09 -0400 Date: Wed, 30 Jul 2008 10:13:25 +0900 From: Paul Mundt To: Simon Horman Cc: linux-kernel@vger.kernel.org, kexec@lists.infradead.org, linux-sh@vger.kernel.org, Vivek Goyal Subject: Re: [patch] kdump: sh: parse elfcorehdr command line argument Message-ID: <20080730011325.GA7529@linux-sh.org> Mail-Followup-To: Paul Mundt , Simon Horman , linux-kernel@vger.kernel.org, kexec@lists.infradead.org, linux-sh@vger.kernel.org, Vivek Goyal References: <20080730002937.GA21998@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080730002937.GA21998@verge.net.au> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 30, 2008 at 10:29:39AM +1000, Simon Horman wrote: > A quick cut and paste from other architectures to allow SH > to parse the elfcorehdr command line argument which is required > for both is_kdump_kernel() and vmcore to function. > (the former is as yet unused on SH). > > Tested compilation only > > Signed-off-by: Simon Horman > This was the first thing I was going to do this morning, but you beat me to it. :-) Applied, thanks!