Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4054645imm; Mon, 20 Aug 2018 09:03:26 -0700 (PDT) X-Google-Smtp-Source: AA+uWPxaG05yUYZj6QyysKAwXGHqybckruVxhF4Uqu9DMgN+L7Xbp+eYJ0DnV0l7VJkQn1A+wiH5 X-Received: by 2002:a17:902:543:: with SMTP id 61-v6mr46545860plf.126.1534781006748; Mon, 20 Aug 2018 09:03:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534781006; cv=none; d=google.com; s=arc-20160816; b=i9JXusxvd6b0JDwYcfMZr1vtP82kocd1mP/zHLSaTPEExQ/Kc4aMXAbY4jAJFdoS/6 42iZC5Kf7doXW532eZFisHo2BfKQVUCYS0+ikaMWCSDwm4hbrCcsdonC+VCVjb+rAhpo 5Nh6lzu7QSzVFeMzasJj5D0xLIjrKzprRYZ/XSn+pfSd9GqTDF6r8VYChiBjV1XOyNA4 WE/pOVkUgLyBcke9HanynO3R2skUCi251Yd+V8vKuFOma/tO5pzbLq3cvWRlysNkR9cl phzqA/7swxXJaTy97QXlz2G4HlD+bhYyswyMbxTLXM94zZaF1WSU16wFzsWRJlK2HltU krAg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=qNUB0SJstoE8L3wrJo4zKqyVK5+BaePBN2K6Ljag7D8=; b=rg/OjDTrG/W62U/LtrSgzZlGWSLn8n39wDg14HoLBuXrixiZMsmKws9LEdXQGPXGCj g7qZMQa0rJbF2G6u3TgLUv98gcBMcIDsuUOL5LoyvftIZvwJ7e2ZQugwhd/suWY5Zbbk Bc3lFk5hCZwdX+JI/4xuYqDhVWdcpITPgMumD740cZBt38qHg94jriooVMJN+tZtnnkj FC7OkByi+oBglSit+QMUU0qK4tsn3FZhS7JD5U/E1m15Vhrilnbc6RdeMTKAS1JnwM2b PXjIZjagIUwRxQva8b3hwE4j6CqqjlXRiuPfClxWs/cJYxuzrJV7XbDaBjCfvJxZMcKQ AZCA== 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 r18-v6si9563792pgj.194.2018.08.20.09.03.11; Mon, 20 Aug 2018 09:03:26 -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 S1727260AbeHTTRU (ORCPT + 99 others); Mon, 20 Aug 2018 15:17:20 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:55896 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726667AbeHTTRU (ORCPT ); Mon, 20 Aug 2018 15:17:20 -0400 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1frmbs-0000HZ-2U; Mon, 20 Aug 2018 18:00:52 +0200 Date: Mon, 20 Aug 2018 18:00:51 +0200 (CEST) From: Thomas Gleixner To: Jim Mattson cc: Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Borislav Petkov , Konrad Rzeszutek Wilk , David Woodhouse , linux-kernel@vger.kernel.org, Fred Jacobs , Peter Shier Subject: Re: [PATCH] x86/spectre: Expand test for vulnerability to empty RSB exploits In-Reply-To: <20180807222535.143193-1-jmattson@google.com> Message-ID: References: <20180807222535.143193-1-jmattson@google.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 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 Tue, 7 Aug 2018, Jim Mattson wrote: > Skylake-era Intel CPUs are vulnerable to exploits of empty RSB > conditions. On hardware, platform vulnerability can be determined > simply by checking the processor's DisplayModel/DisplayFamily > signature. However, when running in a VM, the operating system should > also query IA32_ARCH_CAPABILITIES.RSBA[bit 2], a synthetic bit that > can be set by a hypervisor to indicate that the VM might run on a > vulnerable physical processor, regardless of the > DisplayModel/DisplayFamily reported by CPUID. > > Note that IA32_ARCH_CAPABILITIES.RSBA[bit 2] is always clear on > hardware, so the DisplayModel/DisplayFamily check is still required. > > For all of the details, see the Intel white paper, "Retpoline: A > Branch Target Injection Mitigation" (document number 337131-001), > section 5.3: Virtual Machine CPU Identification. > > Signed-off-by: Jim Mattson > Reviewed-by: Peter Shier That has been superseeded by: fdf82a7856b3 ("x86/speculation: Protect against userspace-userspace spectreRSB") right? At least it does not apply anymore... Thanks, tglx