From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933291AbdJaXbs (ORCPT ); Tue, 31 Oct 2017 19:31:48 -0400 Received: from mail-io0-f195.google.com ([209.85.223.195]:49785 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932449AbdJaXbp (ORCPT ); Tue, 31 Oct 2017 19:31:45 -0400 X-Google-Smtp-Source: ABhQp+RLxlSgjb2OFOuQkhuk8U/kTF5vsDa7RWZ8G1IGLkUqchET/F14bSRDzR1vWpDpP4Ioih51l7+7mYFjsNPrh8k= MIME-Version: 1.0 In-Reply-To: <20171031223156.B967E819@viggo.jf.intel.com> References: <20171031223146.6B47C861@viggo.jf.intel.com> <20171031223156.B967E819@viggo.jf.intel.com> From: Kees Cook Date: Tue, 31 Oct 2017 16:31:43 -0700 Message-ID: Subject: Re: [PATCH 05/23] x86, mm: document X86_CR4_PGE toggling behavior To: Dave Hansen Cc: LKML , Linux-MM , moritz.lipp@iaik.tugraz.at, daniel.gruss@iaik.tugraz.at, michael.schwarz@iaik.tugraz.at, Andy Lutomirski , Linus Torvalds , Hugh Dickins , x86@kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 31, 2017 at 3:31 PM, Dave Hansen wrote: > > The comment says it all here. The problem here is that the > X86_CR4_PGE bit affects all PCIDs in a way that is totally > obscure. > > This makes it easier for someone to find if grepping for PCID- > related stuff and documents the hardware behavior that we are > depending on. > > Signed-off-by: Dave Hansen > Cc: Moritz Lipp > Cc: Daniel Gruss > Cc: Michael Schwarz > Cc: Andy Lutomirski > Cc: Linus Torvalds > Cc: Kees Cook > Cc: Hugh Dickins > Cc: x86@kernel.org > --- > > b/arch/x86/include/asm/tlbflush.h | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff -puN arch/x86/include/asm/tlbflush.h~kaiser-prep-document-cr4-pge-behavior arch/x86/include/asm/tlbflush.h > --- a/arch/x86/include/asm/tlbflush.h~kaiser-prep-document-cr4-pge-behavior 2017-10-31 15:03:50.479119470 -0700 > +++ b/arch/x86/include/asm/tlbflush.h 2017-10-31 15:03:50.482119612 -0700 > @@ -258,9 +258,11 @@ static inline void __native_flush_tlb_gl > WARN_ON_ONCE(!(cr4 & X86_CR4_PGE)); > /* > * Architecturally, any _change_ to X86_CR4_PGE will fully flush the > - * TLB of all entries including all entries in all PCIDs and all > - * global pages. Make sure that we _change_ the bit, regardless of > + * all entries. Make sure that we _change_ the bit, regardless of nit: "... flush the all entries." Drop "the" in the line above? > * whether we had X86_CR4_PGE set in the first place. > + * > + * Note that just toggling PGE *also* flushes all entries from all > + * PCIDs, regardless of the state of X86_CR4_PCIDE. > */ > native_write_cr4(cr4 ^ X86_CR4_PGE); > /* Put original CR3 value back: */ pre-existing nit: s/CR3/CR4/ -Kees -- Kees Cook Pixel Security