All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/paravirt changes for v5.3
@ 2019-07-08 16:14 Ingo Molnar
  2019-07-09  1:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2019-07-08 16:14 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Borislav Petkov, Peter Zijlstra,
	Andrew Morton

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] x86/paravirt changes for v5.3
  2019-07-08 16:14 [GIT PULL] x86/paravirt changes for v5.3 Ingo Molnar
@ 2019-07-09  1:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-07-09  1:45 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Thomas Gleixner, Borislav Petkov,
	Peter Zijlstra, Andrew Morton

The pull request you sent on Mon, 8 Jul 2019 18:14:48 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/da1770238597a4619b7845583881543ca81270cd

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-09  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-08 16:14 [GIT PULL] x86/paravirt changes for v5.3 Ingo Molnar
2019-07-09  1:45 ` pr-tracker-bot

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.