From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 12 Jan 2012 05:45:39 +0900 From: Simon Horman Subject: Re: [PATCH] kdump: Define KEXEC_NOTE_BYTES arch specific for s390x Message-ID: <20120111204539.GB23752@verge.net.au> References: <1326281412.2819.3.camel@br98xy6r> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1326281412.2819.3.camel@br98xy6r> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Michael Holzheu Cc: akpm@linux-foundation.org, linux-s390@vger.kernel.org, heiko.carstens@de.ibm.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, "Eric W. Biederman" , schwidefsky@de.ibm.com, Vivek Goyal List-ID: On Wed, Jan 11, 2012 at 12:30:12PM +0100, Michael Holzheu wrote: > From: Michael Holzheu > > kdump only allocates memory for the prstatus ELF note. For s390x, > besides of prstatus multiple ELF notes for various different register > types are stored. Therefore the currently allocated memory is not > sufficient. With this patch the KEXEC_NOTE_BYTES macro can be > defined by architecture code and for s390x it is set to the correct > size now. > > Signed-off-by: Michael Holzheu This seems reasonable to me. Reviewed-by: Simon Horman