[GIT PULL] xen: fixes for 4.16-rc2

From: Juergen Gross
Date: Sat Feb 17 2018 - 03:48:26 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.16a-rc2-tag

xen: fixes for 4.16-rc2

It contains fixes for the Xen pvcalls frontend driver, a fix for
booting Xen pv domains and a fix for the xenbus driver user interface.


Thanks.

Juergen

arch/x86/include/asm/smp.h | 1 +
arch/x86/kernel/smpboot.c | 10 +-
arch/x86/xen/smp.c | 2 +
drivers/xen/pvcalls-front.c | 197 ++++++++++++++++----------------------
drivers/xen/xenbus/xenbus.h | 1 +
drivers/xen/xenbus/xenbus_comms.c | 1 +
drivers/xen/xenbus/xenbus_xs.c | 3 +
7 files changed, 101 insertions(+), 114 deletions(-)

Joao Martins (1):
xenbus: track caller request id

Prarit Bhargava (1):
x86/xen: Calculate __max_logical_packages on PV domains

Stefano Stabellini (2):
pvcalls-front: introduce a per sock_mapping refcount
pvcalls-front: wait for other operations to return when release passive sockets