[GIT PULL] xen: Fixes for 4.13-rc5

From: Juergen Gross
Date: Sat Aug 12 2017 - 05:53:42 EST


Linus,

Please git pull the following tag:

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

xen: Fixes for 4.13-rc5

It contains some fixes for Xen:
- a fix for a regression introduced in 4.13 for a Xen HVM-guest configured
with KASLR
- a fix for a possible deadlock in the xenbus driver when booting the system
- a fix for lost interrupts in Xen guests

Thanks.

Juergen

arch/x86/include/asm/hypervisor.h | 10 +++++++
arch/x86/mm/init.c | 3 ++
arch/x86/xen/enlighten_hvm.c | 59 ++++++++++++++++++++++++---------------
drivers/xen/events/events_base.c | 2 +-
drivers/xen/xenbus/xenbus_xs.c | 3 +-
5 files changed, 53 insertions(+), 24 deletions(-)

Juergen Gross (4):
x86: provide an init_mem_mapping hypervisor hook
xen: split up xen_hvm_init_shared_info()
xen: fix hvm guest with kaslr enabled
xen: avoid deadlock in xenbus

Liu Shuo (1):
xen/events: Fix interrupt lost during irq_disable and irq_enable