From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753189AbdK0Unj (ORCPT ); Mon, 27 Nov 2017 15:43:39 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:57987 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752587AbdK0Uni (ORCPT ); Mon, 27 Nov 2017 15:43:38 -0500 Message-Id: <20171127203416.236563829@linutronix.de> User-Agent: quilt/0.63-1 Date: Mon, 27 Nov 2017 21:34:16 +0100 From: Thomas Gleixner To: LKML Cc: Dave Hansen , Andy Lutomirski , Ingo Molnar , Borislav Petkov , Brian Gerst , Denys Vlasenko , "H. Peter Anvin" , Josh Poimboeuf , Linus Torvalds , Peter Zijlstra , Rik van Riel , daniel.gruss@iaik.tugraz.at, hughd@google.com, keescook@google.com, linux-mm@kvack.org, michael.schwarz@iaik.tugraz.at, moritz.lipp@iaik.tugraz.at, richard.fellner@student.tugraz.at, Juergen Gross , Boris Ostrovsky Subject: [patch 0/4] x86/kaiser: Paravirt support and various fixlets Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The series contains the following changes against git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/asm - Remove the flush_tlb_single paravirt patching. It's not longer INVPCID anymore. Especially not with KAISER enabled. - Remove the !PARAVIRT dependency of KAISER and just disable it at boot time when the kernel runs as XEN_PV guest. - Address a few review comments. Thanks, tglx --- arch/x86/include/asm/hypervisor.h | 25 +++++++++++++++---------- arch/x86/kernel/paravirt_patch_64.c | 2 -- arch/x86/mm/debug_pagetables.c | 6 +++--- arch/x86/mm/dump_pagetables.c | 6 ++++-- arch/x86/mm/kaiser.c | 3 +++ security/Kconfig | 2 +- 6 files changed, 26 insertions(+), 18 deletions(-)