[GIT PULL] xen: branch for v5.15-rc5

From: Juergen Gross
Date: Fri Oct 08 2021 - 10:19:16 EST


Linus,

Please git pull the following tag:

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

xen: branch for v5.15-rc5

It contains the following patches:

- a small series to fix two minor issues in the Xen privcmd driver plus
a cleanup patch for that driver

- a series fixing multiple issues related to running as PVH guest and
some related earlyprintk fixes for other Xen guest types

- another fix of an issue introduced in 5.15 the Xen balloon driver

Thanks.

Juergen

Documentation/admin-guide/kernel-parameters.txt | 2 +-
arch/x86/include/asm/xen/pci.h | 11 +++--
arch/x86/pci/xen.c | 15 ++++---
arch/x86/platform/pvh/enlighten.c | 12 +++---
arch/x86/xen/Kconfig | 19 +++++----
arch/x86/xen/Makefile | 2 +-
arch/x86/xen/enlighten.c | 54 ++++++++++++++++++++++---
arch/x86/xen/enlighten_pv.c | 35 +---------------
arch/x86/xen/enlighten_pvh.c | 10 ++++-
arch/x86/xen/mmu_pv.c | 2 +-
arch/x86/xen/xen-ops.h | 5 ++-
drivers/tty/hvc/hvc_xen.c | 13 +++---
drivers/xen/Kconfig | 4 +-
drivers/xen/balloon.c | 21 +++++++---
drivers/xen/privcmd.c | 18 ++++-----
include/xen/xen-ops.h | 15 +++----
16 files changed, 135 insertions(+), 103 deletions(-)

Jan Beulich (12):
xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pages
xen/privcmd: fix error handling in mmap-resource processing
xen/privcmd: drop "pages" parameter from xen_remap_pfn()
xen/x86: prevent PVH type from getting clobbered
xen/x86: allow PVH Dom0 without XEN_PV=y
xen/x86: make "earlyprintk=xen" work better for PVH Dom0
xen/x86: allow "earlyprintk=xen" to work for PV Dom0
xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU
xen/x86: generalize preferred console model from PV to PVH Dom0
xen/x86: hook up xen_banner() also for PVH
x86/PVH: adjust function/data placement
xen/x86: adjust data placement

Juergen Gross (1):
xen/balloon: fix cancelled balloon action