lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171127203416.236563829@linutronix.de>
Date:   Mon, 27 Nov 2017 21:34:16 +0100
From:   Thomas Gleixner <tglx@...utronix.de>
To:     LKML <linux-kernel@...r.kernel.org>
Cc:     Dave Hansen <dave.hansen@...ux.intel.com>,
        Andy Lutomirski <luto@...nel.org>,
        Ingo Molnar <mingo@...nel.org>, Borislav Petkov <bp@...en8.de>,
        Brian Gerst <brgerst@...il.com>,
        Denys Vlasenko <dvlasenk@...hat.com>,
        "H. Peter Anvin" <hpa@...or.com>,
        Josh Poimboeuf <jpoimboe@...hat.com>,
        Linus Torvalds <torvalds@...ux-foundation.org>,
        Peter Zijlstra <peterz@...radead.org>,
        Rik van Riel <riel@...hat.com>, daniel.gruss@...k.tugraz.at,
        hughd@...gle.com, keescook@...gle.com, linux-mm@...ck.org,
        michael.schwarz@...k.tugraz.at, moritz.lipp@...k.tugraz.at,
        richard.fellner@...dent.tugraz.at, Juergen Gross <jgross@...e.com>,
        Boris Ostrovsky <boris.ostrovsky@...cle.com>
Subject: [patch 0/4] x86/kaiser: Paravirt support and various fixlets

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ