[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230424145148.GFZEaXhA07fMrO9ooE@fat_crate.local>
Date: Mon, 24 Apr 2023 16:51:48 +0200
From: Borislav Petkov <bp@...en8.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: x86-ml <x86@...nel.org>, lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] x86/paravirt updates for v6.4-rc1
Hi Linus,
please pull a couple of x86/paravirt updates for 6.4.
Thx.
---
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_paravirt_for_v6.4_rc1
for you to fetch changes up to 11af36cb898123fd4e0034f1bc6550aedcc87800:
x86/paravirt: Convert simple paravirt functions to asm (2023-03-17 13:29:47 +0100)
----------------------------------------------------------------
- Convert a couple of paravirt callbacks to asm to prevent
-fzero-call-used-regs builds from zeroing live registers because
paravirt hides the CALLs from the compiler so latter doesn't know
there's a CALL in the first place
- Merge two paravirt callbacks into one, as their functionality is
identical
----------------------------------------------------------------
Juergen Gross (2):
x86/paravirt: Merge activate_mm() and dup_mmap() callbacks
x86/paravirt: Convert simple paravirt functions to asm
arch/x86/include/asm/mmu_context.h | 11 ++---------
arch/x86/include/asm/paravirt.h | 14 +++-----------
arch/x86/include/asm/paravirt_types.h | 15 +++++++++------
arch/x86/kernel/paravirt.c | 30 +++++++-----------------------
arch/x86/mm/init.c | 2 +-
arch/x86/xen/mmu_pv.c | 12 ++----------
6 files changed, 24 insertions(+), 60 deletions(-)
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
Powered by blists - more mailing lists