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 ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3v8g1Z3SnCzDq5s for ; Fri, 27 Jan 2017 11:40:34 +1100 (AEDT) In-Reply-To: <20170104061852.18512-1-vaibhav@linux.vnet.ibm.com> To: Vaibhav Jain , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Philippe Bergheaud , frederic.barrat@fr.ibm.com, Vaibhav Jain , Ian Munsie , Andrew Donnellan , Gregory Kurz , Christophe Lombard Subject: Re: [RESEND] cxl: Force psl data-cache flush during device shutdown Message-Id: <3v8g1Z2jnyz9t2G@ozlabs.org> Date: Fri, 27 Jan 2017 11:40:34 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-01-04 at 06:18:52 UTC, Vaibhav Jain wrote: > This change adds a force psl data cache flush during device shutdown > callback. This should reduce a possibility of psl holding a dirty > cache line while the CAPP is being reinitialized, which may result in > a UE [load/store] machine check error. > > Signed-off-by: Vaibhav Jain > Reviewed-by: Andrew Donnellan > Acked-by: Frederic Barrat Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/d7b1946c7925a270062b2e0718aa57 cheers