[GIT PULL] xen: fixes and cleanups for 4.19-rc1, second round

From: Juergen Gross
Date: Thu Aug 23 2018 - 08:45:40 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.19b-rc1b-tag

xen: fixes and cleanups for 4.19-rc1, second round

It contains some cleanups, some minor fixes and a fix for a bug
introduced in 4.19 hitting 32-bit PV guests.

Thanks.

Juergen

arch/x86/include/asm/xen/hypercall.h | 118 -----------------------------------
arch/x86/mm/init.c | 17 +++--
arch/x86/xen/enlighten_pv.c | 13 ++--
arch/x86/xen/mmu_pv.c | 2 +
arch/x86/xen/setup.c | 31 ---------
arch/x86/xen/xen-ops.h | 1 -
drivers/acpi/processor_core.c | 1 +
drivers/xen/mcelog.c | 2 -
drivers/xen/xen-acpi-processor.c | 6 ++
9 files changed, 30 insertions(+), 161 deletions(-)

Jan Beulich (4):
x86/Xen: mark xen_setup_gdt() __init
xen/mcelog: eliminate redundant setting of interface version
x86/Xen: further refine add_preferred_console() invocations
xen/ACPI: don't upload Px/Cx data for disabled processors

Juergen Gross (4):
x86/xen: remove unused function xen_auto_xlated_memory_setup()
xen: remove unused hypercall functions
x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest