OSDN Git Service

x86/speculation/l1tf: Invert all not present mappings
authorAndi Kleen <ak@linux.intel.com>
Tue, 7 Aug 2018 22:09:36 +0000 (15:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2018 15:42:10 +0000 (17:42 +0200)
commit0aae5fe8413dfcd949d0df1c7d6b835efecd5b3b
treee83d7a27bf488ab7e3bb91dbc36a021bcc432611
parent09049f022a9b96b0d09d90023d4f0a097a61a767
x86/speculation/l1tf: Invert all not present mappings

commit f22cc87f6c1f771b57c407555cfefd811cdd9507 upstream

For kernel mappings PAGE_PROTNONE is not necessarily set for a non present
mapping, but the inversion logic explicitely checks for !PRESENT and
PROT_NONE.

Remove the PROT_NONE check and make the inversion unconditional for all not
present mappings.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/pgtable-invert.h