Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/exceptions: Enable IST guard pages

All usage sites which expected that the exception stacks in the CPU entry
area are mapped linearly are fixed up. Enable guard pages between the
IST stacks.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20190414160145.349862042@linutronix.de

authored by

Thomas Gleixner and committed by
Borislav Petkov
1bdb67e5 32074269

+2 -6
+2 -6
arch/x86/include/asm/cpu_entry_area.h
··· 26 26 ESTACKS_MEMBERS(0) 27 27 }; 28 28 29 - /* 30 - * The effective cpu entry area mapping with guard pages. Guard size is 31 - * zero until the code which makes assumptions about linear mappings is 32 - * cleaned up. 33 - */ 29 + /* The effective cpu entry area mapping with guard pages. */ 34 30 struct cea_exception_stacks { 35 - ESTACKS_MEMBERS(0) 31 + ESTACKS_MEMBERS(PAGE_SIZE) 36 32 }; 37 33 38 34 /*