[GIT PULL] xen: fixes for 4.14-rc7

From: Juergen Gross
Date: Fri Oct 27 2017 - 03:37:35 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.14c-rc7-tag

xen: fixes for 4.14-rc7

It contains:
- a fix for the Xen gntdev device repairing an issue in case of partial
failure of mapping multiple pages of another domain
- a fix of a regression in the Xen balloon driver introduced in 4.13
- a build fix for Xen on ARM which will trigger e.g. for Linux RT
- a maintainers update for pvops (not really Xen, but carrying through
this tree just for convenience)

Thanks.

Juergen

MAINTAINERS | 1 -
arch/arm/xen/p2m.c | 2 +-
drivers/xen/gntdev.c | 2 +-
drivers/xen/xen-balloon.c | 19 +++++++++++++------
4 files changed, 15 insertions(+), 9 deletions(-)

Juergen Gross (3):
xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()
xen: fix booting ballooned down hvm guest
maintainers: drop Chris Wright from pvops

Sebastian Andrzej Siewior (1):
arm/xen: don't inclide rwlock.h directly.