On Mon, Dec 04, 2017 at 03:07:36PM +0100, Thomas Gleixner wrote: > From: Thomas Gleixner <t...@linutronix.de> > > Add the initial files for kernel page table isolation, with a minimal init > function and the boot time detection for this misfeature. > > Signed-off-by: Thomas Gleixner <t...@linutronix.de> > --- > Documentation/admin-guide/kernel-parameters.txt | 2 > arch/x86/boot/compressed/pagetable.c | 3 > arch/x86/entry/calling.h | 7 ++ > arch/x86/include/asm/kpti.h | 14 ++++ > arch/x86/mm/Makefile | 7 +- > arch/x86/mm/init.c | 2 > arch/x86/mm/kpti.c | 76 > ++++++++++++++++++++++++ > include/linux/kpti.h | 11 +++ > init/main.c | 2 > 9 files changed, 121 insertions(+), 3 deletions(-)
Nice splitting. Reviewed-by: Borislav Petkov <b...@suse.de> -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --