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 3xt0z06GvHzDqkv for ; Thu, 14 Sep 2017 11:18:20 +1000 (AEST) Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) by bilbo.ozlabs.org (Postfix) with ESMTP id 3xt0z05kf4z8w9G for ; Thu, 14 Sep 2017 11:18:20 +1000 (AEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xt0z02m6tz9sPk for ; Thu, 14 Sep 2017 11:18:20 +1000 (AEST) Message-ID: <1505351509.3761.0.camel@russell.cc> Subject: Re: [PATCH 1/2] powerpc/eeh: Create PHB PEs after EEH is initialized From: Russell Currey To: Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org Date: Thu, 14 Sep 2017 11:11:49 +1000 In-Reply-To: <1504766140.12628.14.camel@kernel.crashing.org> References: <1504766140.12628.14.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2017-09-07 at 16:35 +1000, 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