From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (193.142.43.55:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 07 Jun 2020 14:57:15 -0000 Received: from mail-wm1-x333.google.com ([2a00:1450:4864:20::333]) by Galois.linutronix.de with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1jhwja-00039n-43 for speck@linutronix.de; Sun, 07 Jun 2020 16:57:14 +0200 Received: by mail-wm1-x333.google.com with SMTP id r9so12854004wmh.2 for ; Sun, 07 Jun 2020 07:57:14 -0700 (PDT) Received: from eldamar (80-218-24-251.dclient.hispeed.ch. [80.218.24.251]) by smtp.gmail.com with ESMTPSA id a1sm19863055wmd.28.2020.06.07.07.57.06 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Jun 2020 07:57:06 -0700 (PDT) Sender: Salvatore Bonaccorso Date: Sun, 7 Jun 2020 16:57:05 +0200 From: Salvatore Bonaccorso Subject: [MODERATED] Re: [PATCH 4/4] more sampling fun 4 Message-ID: <20200607145705.GA1977922@eldamar.local> References: =?utf-8?q?=3Ca49dc?= =?utf-8?q?9722824aa7630d3cbe95d43b792b61130aa=2E158800=3D=3Futf?= =?utf-8?b?LTg/cT8xMTIyPz0uZ2l0Lm1ncm9zc0BsaW51eC5pbnRlbC5jb20+?= MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: hi, On Tue, May 05, 2020 at 12:54:22AM +0100, speck for Ben Hutchings wrote: > On Thu, 2020-04-16 at 18:21 +0200, speck for Mark Gross wrote: > > From: Mark Gross > > Subject: [PATCH 4/4] x86/speculation: Add SRBDS vulnerability and mitigation > > documentation > > > > commit 7222a1b5b87417f22265c92deea76a6aecd0fb0f upstream > > > > Add documentation for the SRBDS vulnerability and its mitigation. > > > > [ bp: Massage. > > jpoimboe: sysfs table strings. ] > > > > Signed-off-by: Mark Gross > > Signed-off-by: Borislav Petkov > > Reviewed-by: Tony Luck > > Reviewed-by: Josh Poimboeuf > > --- > > .../special-register-buffer-data-sampling.rst | 148 ++++++++++++++++++ > > Documentation/hw-vuln/index.rst | 1 + > > 2 files changed, 149 insertions(+) > > create mode 100644 Documentation/admin-guide/hw-vuln/special-register-buffer-data-sampling.rst > > > > diff --git a/Documentation/admin-guide/hw-vuln/special-register-buffer-data-sampling.rst b/Documentation/admin-guide/hw-vuln/special-register-buffer-data-sampling.rst > > new file mode 100644 > > index 000000000000..6a473da80b62 > > --- /dev/null > > +++ b/Documentation/admin-guide/hw-vuln/special-register-buffer-data-sampling.rst > [...] > > This should go under Documentation/hw-vuln as there is no admin-guide > directory on 4.9... > > > --- a/Documentation/hw-vuln/index.rst > > +++ b/Documentation/hw-vuln/index.rst > > @@ -13,3 +13,4 @@ are configurable at compile, boot or run time. > > mds > > tsx_async_abort > > multihit.rst > > + special-register-buffer-data-sampling.rst > > ...and this index will be broken. This comment from Ben seems to have got lost. Do you have it on the radar for the 4.9.x backports? Regards, Salvatore