[GIT PULL] xen: fixes for 4.12-rc0
From: Juergen Gross
Date: Fri May 12 2017 - 03:35:15 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.12b-rc0c-tag
xen: fixes for 4.12-rc0
It contains 2 fixes for booting under Xen introduced in 4.12 and 2 fixes
for older problems, where one is just much more probable due to another
4.12 change.
Thanks.
Juergen
arch/x86/kernel/cpu/amd.c | 5 +++--
arch/x86/xen/enlighten_pv.c | 40 +++++++++++++++-------------------------
arch/x86/xen/mmu_pv.c | 7 ++++---
arch/x86/xen/time.c | 2 +-
4 files changed, 23 insertions(+), 31 deletions(-)
Boris Ostrovsky (1):
xen/x86: Do not call xen_init_time_ops() until shared_info is initialized
Juergen Gross (3):
x86/xen: fix xsave capability setting
x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under Xen
xen: adjust early dom0 p2m handling to xen hypervisor behavior