From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 24 Jan 2018 18:16:17 +0100 From: Greg KH To: David Woodhouse Cc: arjan@linux.intel.com, tglx@linutronix.de, karahmed@amazon.de, x86@kernel.org, linux-kernel@vger.kernel.org, tim.c.chen@linux.intel.com, bp@alien8.de, peterz@infradead.org, pbonzini@redhat.com, ak@linux.intel.com, torvalds@linux-foundation.org, dave.hansen@intel.com, gnomes@lxorguk.ukuu.org.uk Subject: Re: [PATCH v3 4/6] x86/msr: Add definitions for new speculation control MSRs Message-ID: <20180124171617.GB16646@kroah.com> References: <1516813025-10794-1-git-send-email-dwmw@amazon.co.uk> <1516813025-10794-5-git-send-email-dwmw@amazon.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1516813025-10794-5-git-send-email-dwmw@amazon.co.uk> User-Agent: Mutt/1.9.2 (2017-12-15) X-Mailing-List: linux-kernel@vger.kernel.org List-ID: On Wed, Jan 24, 2018 at 04:57:03PM +0000, David Woodhouse wrote: > Add MSR and bit definitions for SPEC_CTRL, PRED_CMD and ARCH_CAPABILITIES. > > See Intel's 336996-Speculative-Execution-Side-Channel-Mitigations.pdf > > Signed-off-by: David Woodhouse Reviewed-by: Greg Kroah-Hartman