From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
Borislav Petkov <bp@alien8.de>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/paravirt changes for v5.3
Date: Mon, 8 Jul 2019 18:14:48 +0200 [thread overview]
Message-ID: <20190708161448.GA115581@gmail.com> (raw)
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
next reply other threads:[~2019-07-08 16:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-08 16:14 Ingo Molnar [this message]
2019-07-09 1:45 ` [GIT PULL] x86/paravirt changes for v5.3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190708161448.GA115581@gmail.com \
--to=mingo@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=bp@alien8.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.