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]
Date:   Mon, 8 Jul 2019 18:14:48 +0200
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
        Borislav Petkov <bp@...en8.de>,
        Peter Zijlstra <a.p.zijlstra@...llo.nl>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/paravirt changes for v5.3

Linus,

Please pull the latest x86-paravirt-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-paravirt-for-linus

   # HEAD: 46938cc8ab91354e6d751dc0790ddb4244b6703a x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::type

A handful of paravirt patching code enhancements to make it more robust 
against patching failures, and related cleanups and not so related 
cleanups - by Thomas Gleixner and myself.

 Thanks,

	Ingo

------------------>
Ingo Molnar (5):
      x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns()
      x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call()
      x86/paravirt: Match paravirt patchlet field definition ordering to initialization ordering
      x86/paravirt: Standardize 'insn_buff' variable names
      x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::type

Thomas Gleixner (3):
      x86/paravirt: Remove bogus extern declarations
      x86/paravirt: Unify the 32/64 bit paravirt patching code
      x86/paravirt: Replace the paravirt patch asm magic


 arch/x86/events/intel/ds.c            |   8 +--
 arch/x86/include/asm/paravirt_types.h |  21 ++----
 arch/x86/kernel/Makefile              |   4 +-
 arch/x86/kernel/alternative.c         |  53 +++++++-------
 arch/x86/kernel/kprobes/opt.c         |  16 ++---
 arch/x86/kernel/paravirt.c            |  46 ++++++-------
 arch/x86/kernel/paravirt_patch.c      | 126 ++++++++++++++++++++++++++++++++++
 arch/x86/kernel/paravirt_patch_32.c   |  67 ------------------
 arch/x86/kernel/paravirt_patch_64.c   |  75 --------------------
 arch/x86/tools/insn_decoder_test.c    |   8 +--
 arch/x86/tools/insn_sanity.c          |  28 ++++----
 11 files changed, 214 insertions(+), 238 deletions(-)
 create mode 100644 arch/x86/kernel/paravirt_patch.c
 delete mode 100644 arch/x86/kernel/paravirt_patch_32.c
 delete mode 100644 arch/x86/kernel/paravirt_patch_64.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ