From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 22 Feb 2013 16:03:27 +1100 From: Paul Mackerras To: "Aneesh Kumar K.V" Subject: Re: [RFC PATCH -V2 02/21] powerpc: Save DAR and DSISR in pt_regs on MCE Message-ID: <20130222050327.GB6139@drongo> References: <1361465248-10867-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1361465248-10867-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1361465248-10867-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Cc: linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Feb 21, 2013 at 10:17:09PM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > We were not saving DAR and DSISR on MCE. Save then and also print the values > along with exception details in xmon. The one reservation I have about this is that xmon will now be printing bogus values on 32-bit and embedded processors. However, it seems 32-bit doesn't set regs->dar on a DSI (300) interrupt either. So: Acked-by: Paul Mackerras