[GIT PULL] xen: fixes for 4.14-rc3
From: Juergen Gross
Date: Fri Sep 29 2017 - 11:23:50 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.14c-rc3-tag
xen: fixes for 4.14-rc3
It contains 3 fixes:
- avoid a warning when compiling with clang
- consider read-only bits in xen-pciback when writing to a BAR
- fix a boot crash of pv-domains
Thanks.
Juergen
arch/x86/include/asm/xen/hypercall.h | 4 ++--
arch/x86/xen/mmu_pv.c | 13 ++++---------
drivers/xen/xen-pciback/conf_space_header.c | 11 ++++++++++-
3 files changed, 16 insertions(+), 12 deletions(-)
Colin Ian King (1):
x86/xen: clean up clang build warning
Jan Beulich (1):
xen-pciback: relax BAR sizing write value check
Zhenzhong Duan (1):
xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mapping