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 ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xywGF2YWrzDr4N for ; Fri, 22 Sep 2017 11:03:33 +1000 (AEST) In-Reply-To: <1504766140.12628.14.camel@kernel.crashing.org> To: Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: Russell Currey Subject: Re: [1/2] powerpc/eeh: Create PHB PEs after EEH is initialized Message-Id: <3xywGF1mpvz9t30@ozlabs.org> Date: Fri, 22 Sep 2017 11:03:33 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2017-09-07 at 06:35:40 UTC, Benjamin Herrenschmidt wrote: > Otherwise we end up not yet having computed the right > diag data size on powernv where EEH initialization > is delayed, thus causing memory corruption later on > when calling OPAL. > > Signed-off-by: Benjamin Herrenschmidt > Acked-by: Russell Currey Patch 1 applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/3e77adeea3c5393c9b624832f65441 cheers