From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yHbzF26t7zDqDF for ; Thu, 19 Oct 2017 15:48:25 +1100 (AEDT) In-Reply-To: <20171011061441.16795-1-vaibhav@linux.vnet.ibm.com> To: Vaibhav Jain , linuxppc-dev@lists.ozlabs.org, Frederic Barrat From: Michael Ellerman Cc: Philippe Bergheaud , Alastair D'Silva , Vaibhav Jain , Andrew Donnellan , Christophe Lombard Subject: Re: [v2] cxl: Dump PSL_FIR register on PSL9 error irq Message-Id: <3yHbzD6zL7z9tXP@ozlabs.org> Date: Thu, 19 Oct 2017 15:48:24 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-10-11 at 06:14:41 UTC, Vaibhav Jain wrote: > For PSL9 currently we aren't dumping the PSL FIR register when a > PSL error interrupt is triggered. Contents of this register are useful > in debugging AFU issues. > > This patch fixes issue by adding a new service_layer_ops callback > cxl_native_err_irq_dump_regs_psl9() to dump the PSL_FIR registers on a > PSL error interrupt thereby bringing the behavior in line with PSL on > POWER-8. Also the existing service_layer_ops callback > for PSL8 has been renamed to cxl_native_err_irq_dump_regs_psl8(). > > Signed-off-by: Vaibhav Jain > Acked-by: Frederic Barrat > Acked-by: Andrew Donnellan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/990f19ae6feefb4a6e718355719cde cheers