Received: by 10.223.176.46 with SMTP id f43csp2812571wra; Mon, 22 Jan 2018 03:56:59 -0800 (PST) X-Google-Smtp-Source: AH8x22695v1aTF5Qrw6yqzuYdA1UbmZqpKGOAsfShyRYzvSa5tZvusnCrYYyBwkazad28XS5C/fF X-Received: by 2002:a17:902:2f84:: with SMTP id t4-v6mr710766plb.81.1516622219464; Mon, 22 Jan 2018 03:56:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516622219; cv=none; d=google.com; s=arc-20160816; b=lxlt3dl66wm/W97pzmvqYoO49G+RGmPvVtbYmEqlVgzw5fC1pvOuLo9jd4938u/n/e CfdqNqV/FO3+2Taab/WCPA4xCYBzcV9Ay/k/5podCqvgIy2P26jn0pG5OJjMHX6+s5Km EjmiSaCegdeX0esoZB4KIrl1J+Rpr/N0PKhC/QqcK9H4LAZacarx8VCtV4xgYLuv0O5O 6HcTQF/geY4amkVyNzrVt6+WNZD5DOEtEugT84epAeQR0RLB2RX+f4V7Ppshz9/4lKHm 1Q6yu1CTBWsadiWOQcc91sQcg+05MjzND+iUyWgGVJ4dbSkOJ8Ng38C+IFuRUWkP3IXo VTVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=gzgeflfxwT8bHzJHAvjdsEsY+mSsgEexJGY8IQQq+5s=; b=pQjluQizfobWsOgq/PfXjKH+Ny0CmiwCQtfeowj/h1K7mxsl7soJ7Sw0yK8S6sJQGK yYlCha3PAKwtrAybbRuawP+xMzzLtsbiOE3N8L08kbjnX3ylKthEkpIddmVNfp8lICsc K1lMGYvPSN2xCfvrfrii4dFx1FKPr9NDXOjvUUJNpo1Up7ZrT+pfh/KeS9hSaRSRez/w P4WsV4aw1JyFcJc4bfZpiSBL1155TI2XYNmR8miqmQAG8rUNR4ao6ES2w9DTbpziJNZb Gzpl66H82YG1ojnFqd+osGqCzhioBsBF70Ya5oZA79WrlaUXnTYFYTDU6Fik3T77kwtR QQgQ== 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 x81si69710pfe.361.2018.01.22.03.56.45; Mon, 22 Jan 2018 03:56:59 -0800 (PST) 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 S1751099AbeAVLzJ (ORCPT + 99 others); Mon, 22 Jan 2018 06:55:09 -0500 Received: from foss.arm.com ([217.140.101.70]:57836 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbeAVLzI (ORCPT ); Mon, 22 Jan 2018 06:55:08 -0500 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 C199315AD; Mon, 22 Jan 2018 03:55:07 -0800 (PST) Received: from edgewater-inn.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 9278B3F53D; Mon, 22 Jan 2018 03:55:07 -0800 (PST) Received: by edgewater-inn.cambridge.arm.com (Postfix, from userid 1000) id 740AF1AE2F75; Mon, 22 Jan 2018 11:55:15 +0000 (GMT) Date: Mon, 22 Jan 2018 11:55:15 +0000 From: Will Deacon To: Ard Biesheuvel Cc: Jayachandran C , Jon Masters , Marc Zyngier , linux-arm-kernel , Lorenzo Pieralisi , Catalin Marinas , Linux Kernel Mailing List , Laura Abbott , Christoffer Dall , "Suzuki K. Poulose" Subject: Re: [PATCH v3 2/2] arm64: Turn on KPTI only on CPUs that need it Message-ID: <20180122115515.GF15456@arm.com> References: <20180118135354.GB20783@arm.com> <1516364568-95577-1-git-send-email-jnair@caviumnetworks.com> <1516364568-95577-2-git-send-email-jnair@caviumnetworks.com> <20180122114155.GC15456@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 22, 2018 at 11:51:34AM +0000, Ard Biesheuvel wrote: > On 22 January 2018 at 11:41, Will Deacon wrote: > > On Fri, Jan 19, 2018 at 04:22:48AM -0800, Jayachandran C wrote: > >> Whitelist Broadcom Vulcan/Cavium ThunderX2 processors in > >> unmap_kernel_at_el0(). These CPUs are not vulnerable to > >> CVE-2017-5754 and do not need KPTI when KASLR is off. > >> > >> Signed-off-by: Jayachandran C > >> --- > >> arch/arm64/kernel/cpufeature.c | 7 +++++++ > >> 1 file changed, 7 insertions(+) > >> > >> diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c > >> index 647d44b..fb698ca 100644 > >> --- a/arch/arm64/kernel/cpufeature.c > >> +++ b/arch/arm64/kernel/cpufeature.c > >> @@ -866,6 +866,13 @@ static bool unmap_kernel_at_el0(const struct arm64_cpu_capabilities *entry, > >> if (IS_ENABLED(CONFIG_RANDOMIZE_BASE)) > >> return true; > >> > >> + /* Don't force KPTI for CPUs that are not vulnerable */ > >> + switch (read_cpuid_id() & MIDR_CPU_MODEL_MASK) { > >> + case MIDR_CAVIUM_THUNDERX2: > >> + case MIDR_BRCM_VULCAN: > >> + return false; > >> + } > >> + > >> /* Defer to CPU feature registers */ > >> return !cpuid_feature_extract_unsigned_field(pfr0, > >> ID_AA64PFR0_CSV3_SHIFT); > > > > We'll need to re-jig this to work properly with big/little because this is > > only called once, but that's ok for now: > > > > Acked-by: Will Deacon > > > > Suzuki has a series reworking much of the cpufeatures code so that we can > > do this properly for 4.17. > > > > If we start adding opt outs here, we should at least include A53, and > probably replace > > >> if (IS_ENABLED(CONFIG_RANDOMIZE_BASE)) > >> return true; > > with > > >> if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && kaslr_offset() > 0) > >> return true; > > so that adding 'nokaslr' to the command line also disables KPTI. Yup, I was going to do this once we have the new cpufeatures code from Suzuki and can safely whitelist cores that can appear in big/little configurations. Will