Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp8540709imu; Fri, 28 Dec 2018 21:36:23 -0800 (PST) X-Google-Smtp-Source: ALg8bN7aRi+UtE9BgNbKfaK/H0ZVrMrh5OCt/AUB98k02epa++0zwYNPx+7J/6r1ewSPznGtZjg2 X-Received: by 2002:a63:77ce:: with SMTP id s197mr660019pgc.89.1546061783630; Fri, 28 Dec 2018 21:36:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546061783; cv=none; d=google.com; s=arc-20160816; b=UfkjaZoDb+31VOi1KpDnlBWGhhuN6czXSJ95JNUfh8B4spj9lwFAtRI3P4I0SkAdAc 8BADkoA7uBxtQVsmP7ZCzFiKUYjPMW1c75cl5u782KAZiGsleA0BI9MFb9P5sxlqtvJG pAuLCjeKGtt9Ge/i4wxCJU96HxIAOAtmez9ucF2kuzq0Zhl3PmDkXTrktfGl3HUan/gh 8B+3UOgDY2p8wdal1Gva/dmYAOXLN9N0bKWZHslX8fGbqo4+R7sLhnhDEFzAiGz7cR/1 x+u6nvXpqyOgJopZhgVfqtbdJEbQSc8gQIhzZqkrp8432NGg6iN2IjT4pWtUb57Tt3BM uPIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=lTN9ZG1oo0w42BovyNOaT9rAEj2MwoVZ/C/XcTin7nA=; b=pepM7lG1NMXKh57cbH5vOsxm/iDeCcILdmVUTnU3fsA/z7xfIlml59osHLgEemi/cM y6MgYUv9HIEUijphom086qTg8ZzEfIiyWUN+JqT/SFz3+kxEZGgqGGz7TwxTET7cNbRF O4gJ58yLGdoFgzHcEhcmQhdhjjaIjKpAJVzrQJWzWs0Woz+JeEKihwPAzyJA0tNFxzD8 LULZnA+Tnfp/Z630ejr8QvGSjsg2NCb0ZS04Ge+r/fdjUfujdp4yjYQ4CvZlNr2ljemk 7m4731YxexOjbmdhEhGLFVhnL0dDa5UF4N/1IVYVCV/PW3fTC5rQsyKEVx8klM4YSqzO QRqQ== 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 g5si3494906plo.108.2018.12.28.21.36.08; Fri, 28 Dec 2018 21:36:23 -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 S2387561AbeL1Rek (ORCPT + 99 others); Fri, 28 Dec 2018 12:34:40 -0500 Received: from ms.lwn.net ([45.79.88.28]:42464 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727954AbeL1Rej (ORCPT ); Fri, 28 Dec 2018 12:34:39 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 648972D9; Fri, 28 Dec 2018 17:34:38 +0000 (UTC) Date: Fri, 28 Dec 2018 10:34:37 -0700 From: Jonathan Corbet To: Tim Chen Cc: Thomas Gleixner , Jiri Kosina , Linus Torvalds , Tom Lendacky , Ingo Molnar , Peter Zijlstra , Josh Poimboeuf , Andrea Arcangeli , David Woodhouse , Andi Kleen , Dave Hansen , Asit Mallick , Arjan van de Ven , Jon Masters , Waiman Long , Greg KH , Borislav Petkov , linux-kernel@vger.kernel.org, x86@kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] x86/speculation: Add document to describe Spectre and its mitigations Message-ID: <20181228103437.4c03c181@lwn.net> In-Reply-To: <64efec3fda40c0758601bf9b1480a35d76d3c487.1545413988.git.tim.c.chen@linux.intel.com> References: <64efec3fda40c0758601bf9b1480a35d76d3c487.1545413988.git.tim.c.chen@linux.intel.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 21 Dec 2018 09:44:44 -0800 Tim Chen wrote: > Andi and I have made an update to our draft of the Spectre admin guide. > We may be out on Christmas vacation for a while. But we want to > send it out for everyone to take a look. > > Thanks. > > Tim > > From: Andi Kleen > > There are no document in admin guides describing > Spectre v1 and v2 side channels and their mitigations > in Linux. > > Create a document to describe Spectre and the mitigation > methods used in the kernel. > > Signed-off-by: Andi Kleen > Signed-off-by: Tim Chen > --- > Documentation/admin-guide/spectre.rst | 502 ++++++++++++++++++++++++++++++++++ > 1 file changed, 502 insertions(+) > create mode 100644 Documentation/admin-guide/spectre.rst I only saw this now, seems I wasn't copied... I'll take a deeper look, but I have a couple of meta comments: - This could arguably go in the security book rather than the admin guide. I don't really have a strong opinion on which is right at the moment, but others might. - Wherever it ends up, can you also please add it to the appropriate index.rst file so it actually gets built with the rest of the docs? Thanks, jon