[GIT PULL] xen: fixes and features for v4-18-rc1

From: Juergen Gross
Date: Fri Jun 08 2018 - 00:20:36 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.18-rc1-tag

xen: fixes and features for v4-18-rc1

It contains some minor code cleanups (fixing return types of functions),
some fixes for Linux running as Xen PVH guest, and adding of a new
guest resource mapping feature for Xen tools.


Thanks.

Juergen

arch/arm/xen/enlighten.c | 11 ++++
arch/x86/xen/mmu.c | 60 ++++++++++++-----
arch/x86/xen/xen-pvh.S | 47 ++++++++++---
drivers/net/xen-netfront.c | 2 +-
drivers/xen/privcmd.c | 135 +++++++++++++++++++++++++++++++++++++-
drivers/xen/xenbus/xenbus_probe.c | 5 +-
include/uapi/xen/privcmd.h | 11 ++++
include/xen/interface/memory.h | 66 +++++++++++++++++++
include/xen/interface/xen.h | 7 +-
include/xen/xen-ops.h | 24 ++++++-
10 files changed, 332 insertions(+), 36 deletions(-)

Boris Ostrovsky (2):
xen/PVH: Set up GS segment for stack canary
xen/PVH: Make GDT selectors PVH-specific

Luc Van Oostenryck (1):
xen-netfront: fix xennet_start_xmit()'s return type

Paul Durrant (1):
xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE

Roger Pau Monne (1):
xen/store: do not store local values in xen_start_info

Souptick Joarder (1):
xen: Change return type to vm_fault_t