From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 7F7F51A1A2C for ; Wed, 22 Jul 2015 19:44:31 +1000 (AEST) In-Reply-To: <1431414332-29061-1-git-send-email-gwshan@linux.vnet.ibm.com> To: Gavin Shan , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Gavin Shan Subject: Re: powerpc/eeh: Dump PHB diag-data for non-existing PE Message-Id: <20150722094431.6482D1402D1@ozlabs.org> Date: Wed, 22 Jul 2015 19:44:31 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-12-05 at 07:05:32 UTC, Gavin Shan wrote: > When detecting EEH error on non-existing PE, including the reserved > one, the PE is simply unfrozen without dumping the PHB diag-data, > which is useful for locating the root cause of the EEH error. The > patch dumps the PHB diag-data when non-existing PE reports error. > > Signed-off-by: Gavin Shan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/79cd95200035fb4b39b0 cheers