From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A3C4C4360C for ; Fri, 27 Sep 2019 09:03:30 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2F3D92146E for ; Fri, 27 Sep 2019 09:03:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ahzEC7LA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2F3D92146E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=67of0NvTalaHDI/f2Kbw6iVF4RB7FhHoLZEymILF13c=; b=ahzEC7LAwZoBk3 BLt0P1cRYN6T6ESQYPfHJ2BaUoPZ8h7KKgD4rnRLUhWUKA4R+NNBWXHsfuWrUR0DTsO1DxqHVYVhL fB6Pc3CXVyREyxxTQ4oTimPmFhKjuQwUyIgNzniqwjBqtaxhqM18JBL++dyT80A7xjSSz+f/z62id oU94UtHdg41LIjjvh09B0clrn4sQ6s3CIE1y8MjhWvx8KrcKb8q9zrqmpWHbNolcMyCnE0lBQr+Ex qb6tk4lbha/g14B85k/miQsWdWvJEnSg/uluFQ94GYslhQsVA/DmHxvIELmthfsLjTwxe1dunReed wBVZNcg3ilgrdEiyAc4A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iDm9r-0004oR-Uq; Fri, 27 Sep 2019 09:03:23 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iDm9p-0004nk-3W for linux-arm-kernel@lists.infradead.org; Fri, 27 Sep 2019 09:03:22 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A6082337; Fri, 27 Sep 2019 02:03:18 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.78]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6C61E3F739; Fri, 27 Sep 2019 02:03:17 -0700 (PDT) Date: Fri, 27 Sep 2019 10:03:15 +0100 From: Catalin Marinas To: Marc Zyngier Subject: Re: [PATCH 1/5] arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versions Message-ID: <20190927090315.GB15760@arrakis.emea.arm.com> References: <20190925111941.88103-1-maz@kernel.org> <20190925111941.88103-2-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190925111941.88103-2-maz@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190927_020321_189588_505E4817 X-CRM114-Status: UNSURE ( 8.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , kvm@vger.kernel.org, Suzuki K Poulose , James Morse , Julien Thierry , Will Deacon , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 25, 2019 at 12:19:37PM +0100, Marc Zyngier wrote: > Rework the EL2 vector hardening that is only selected for A57 and A72 > so that the table can also be used for ARM64_WORKAROUND_1319367. > > Signed-off-by: Marc Zyngier Acked-by: Catalin Marinas -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel