From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 575071A1A2C for ; Wed, 22 Jul 2015 19:44:30 +1000 (AEST) In-Reply-To: <1431414322-28995-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: Fix wrong printed PE number Message-Id: <20150722094430.452301402D0@ozlabs.org> Date: Wed, 22 Jul 2015 19:44:30 +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:22 UTC, Gavin Shan wrote: > On LE kernel, the non-existing PE number in BE format derived from > skiboot firmware isn't converted to LE format properly as following > kernel log indicates: > > EEH: Clear non-existing PHB#4-PE#200000000000000 > > Signed-off-by: Gavin Shan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/0f36db77643b6fb57331 cheers