[GIT PULL] xen: Fixes for rc2

From: Juergen Gross
Date: Fri Sep 22 2017 - 11:03:35 EST


Linus,

Please git pull the following tag:

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

xen: Fixes for rc2

It contains a fix for a missing __init annotation and two cleanup patches.

Thanks.

Juergen

arch/x86/xen/mmu_pv.c | 2 +-
drivers/xen/xenbus/xenbus_client.c | 130 +++++++++++++++++++------------------
include/xen/arm/page.h | 10 ---
3 files changed, 68 insertions(+), 74 deletions(-)

Arnd Bergmann (1):
xen: x86: mark xen_find_pt_base as __init

Juergen Gross (1):
xen: don't compile pv-specific parts if XEN_PV isn't configured

Tycho Andersen (1):
xen, arm64: drop dummy lookup_address()