Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1705040ybl; Sat, 31 Aug 2019 00:30:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqySH0hAsAdAu30BbBO7aYfadhR/d9I7m3hANKWwnA6zKuRqDc/nLssns8LDTWdHEdeq7/DX X-Received: by 2002:a17:902:b7cb:: with SMTP id v11mr640297plz.153.1567236623859; Sat, 31 Aug 2019 00:30:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567236623; cv=none; d=google.com; s=arc-20160816; b=icoFylIAayCy7zkiUWsRECzw3Q71aL2GaQ3NxXvgCjTBVPOo3LYDDVY59zU5A+HZKd le3OH2EYpxPX0eUwPGGIpRKcvM2NNmc+eKlz6X/sGJxS2pUVwD6Va81sRciNKFZX0ImS 2pkQSGW6yr7N5x+H0CJ9VemVHf43CGs5qkC6bDHSjcbGcGqyXhW7IVhJLf4w/PMPmXhV PyhiD+TlTpZ6GuYox3PLpHlG+6+v7RF+vhm3mwkGygS0Jm7mb9VTYTz+pMfh9NbGwGea 5ZOmIKujE/o9Rgqoz68otm//icXmmrlIBqb6iJsx1s5CQeWLJ1yFFembIuny68tkzjE1 12IA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=VHommp4BRT2l0JIcy9QRBksdQ6yDb4obpbuNPq+vtH0=; b=FpW5nuOCjKAzuKhlC0nOxr195mhEX98QmCmGJJc+YNx7SW8A5Yi0ecNRy58mwhd5yK 6vcLDyZHlLXzDyDwy4MEbFEO3IGVUM7ruvmluILLfb4S/Tv9A3XqcaI8u0ouis9SgGg7 JvR3gIqDBaFAHzpEDTVr2o7M/DUlI4gMAA7IOAKOPRUI7ECmtJ8S8nad7LunNgGuc4cr 4FZ79rAM3lRaSAy+l2n3RPkm91DTs9p+2UJoNgr7cw7Jn8UEazWFc5n5q+uKjzK99Aib NP9lK3aEdAXShwqcBEhry9oUu2k0W2iNLsWow5x/fw7WIS2abhaNIUkYljyMZIHywuxe q11w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a5si6737236plp.414.2019.08.31.00.30.07; Sat, 31 Aug 2019 00:30:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726137AbfHaH3T (ORCPT + 99 others); Sat, 31 Aug 2019 03:29:19 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:47090 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725953AbfHaH3T (ORCPT ); Sat, 31 Aug 2019 03:29:19 -0400 Received: from penelope.horms.nl (ip4dab7138.direct-adsl.nl [77.171.113.56]) by kirsty.vergenet.net (Postfix) with ESMTPA id D186225AEC1; Sat, 31 Aug 2019 17:29:16 +1000 (AEST) Received: by penelope.horms.nl (Postfix, from userid 7100) id AC331E218F0; Sat, 31 Aug 2019 09:29:14 +0200 (CEST) Date: Sat, 31 Aug 2019 09:29:14 +0200 From: Simon Horman To: Geert Uytterhoeven Cc: Russell King , Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: ARM_ERRATA_775420: Spelling s/date/data/ Message-ID: <20190831072914.54vy2mvkk2iuovsg@verge.net.au> References: <20190828133151.20585-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190828133151.20585-1-geert+renesas@glider.be> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 28, 2019 at 03:31:51PM +0200, Geert Uytterhoeven wrote: > Caching dates is never a good idea ;-) > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman > --- > arch/arm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index dcf46f0e45c24a5f..eb18279a63027c08 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -1040,7 +1040,7 @@ config ARM_ERRATA_775420 > depends on CPU_V7 > help > This option enables the workaround for the 775420 Cortex-A9 (r2p2, > - r2p6,r2p8,r2p10,r3p0) erratum. In case a date cache maintenance > + r2p6,r2p8,r2p10,r3p0) erratum. In case a data cache maintenance > operation aborts with MMU exception, it might cause the processor > to deadlock. This workaround puts DSB before executing ISB if > an abort may occur on cache maintenance. > -- > 2.17.1 >