From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (146.0.238.70:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 12 Jul 2018 16:14:22 -0000 Received: from mx3-rdu2.redhat.com ([66.187.233.73] helo=mx1.redhat.com) by Galois.linutronix.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fdeE3-0000tk-CO for speck@linutronix.de; Thu, 12 Jul 2018 18:13:51 +0200 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8166381663FC for ; Thu, 12 Jul 2018 16:13:45 +0000 (UTC) Received: from treble (ovpn-120-114.rdu2.redhat.com [10.10.120.114]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5C9602026D6B for ; Thu, 12 Jul 2018 16:13:45 +0000 (UTC) Date: Thu, 12 Jul 2018 11:13:43 -0500 From: Josh Poimboeuf Subject: [MODERATED] Re: [patch V10 03/10] Control knobs and Documentation 3 Message-ID: <20180712161343.oqa77ekyissuv7iy@treble> References: <20180712141902.576562442@linutronix.de> <20180712142957.210129155@linutronix.de> MIME-Version: 1.0 In-Reply-To: <20180712142957.210129155@linutronix.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Thu, Jul 12, 2018 at 04:19:05PM +0200, speck for Thomas Gleixner wrote: > --- a/arch/x86/kernel/cpu/bugs.c > +++ b/arch/x86/kernel/cpu/bugs.c > @@ -701,6 +701,7 @@ static const char *l1tf_vmx_states[] = { > [VMENTER_L1D_FLUSH_NEVER] = "vulnerable", > [VMENTER_L1D_FLUSH_COND] = "conditional cache flushes", > [VMENTER_L1D_FLUSH_ALWAYS] = "cache flushes", > + [VMENTER_L1D_FLUSH_EPT_DISABLED]= "EPT disabled" The missing space looks a bit wonky, add an extra tab for all the entries instead? There's also a missing comma in the last entry. -- Josh