From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org by pdx-caf-mail.web.codeaurora.org (Dovecot) with LMTP id EQKxJ1rUG1sHEQAAmS7hNA ; Sat, 09 Jun 2018 13:21:30 +0000 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 7DDA5608BA; Sat, 9 Jun 2018 13:21:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by smtp.codeaurora.org (Postfix) with ESMTP id 08B21600D0; Sat, 9 Jun 2018 13:21:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 08B21600D0 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753292AbeFINV2 (ORCPT + 25 others); Sat, 9 Jun 2018 09:21:28 -0400 Received: from foss.arm.com ([217.140.101.70]:40522 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753203AbeFINV1 (ORCPT ); Sat, 9 Jun 2018 09:21:27 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 18B791435; Sat, 9 Jun 2018 06:21:27 -0700 (PDT) Received: from big-swifty.misterjones.org (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A0D833F557; Sat, 9 Jun 2018 06:21:21 -0700 (PDT) Date: Sat, 09 Jun 2018 14:21:12 +0100 Message-ID: <86vaas859z.wl-marc.zyngier@arm.com> From: Marc Zyngier To: Jon Masters Cc: , , , Will Deacon , Catalin Marinas , Thomas Gleixner , Andy Lutomirski , Kees Cook , Greg Kroah-Hartman , Christoffer Dall , Randy Dunlap , Dominik Brodowski , Julien Grall , Mark Rutland Subject: Re: [PATCH v2 07/17] arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation In-Reply-To: <9bd005f5-60e3-510d-24f6-235e98487ced@jonmasters.org> References: <20180529121121.24927-1-marc.zyngier@arm.com> <20180529121121.24927-8-marc.zyngier@arm.com> <9bd005f5-60e3-510d-24f6-235e98487ced@jonmasters.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Organization: ARM Ltd MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 09 Jun 2018 14:03:51 +0100, Jon Masters wrote: > > On 05/29/2018 08:11 AM, Marc Zyngier wrote: > > > +void __init arm64_enable_wa2_handling(struct alt_instr *alt, > > + __le32 *origptr, __le32 *updptr, > > + int nr_inst) > > Where does the name "wa2" come from here? ARCH_WORKAROUND_2, as described in the SMCCC specification. M. -- Jazz is not dead, it just smell funny.