[GIT PULL] xen: branch for v5.17-rc1

From: Juergen Gross
Date: Wed Jan 12 2022 - 10:50:35 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.17-rc1-tag

xen: branch for v5.17-rc1

It contains the following patches:

- a fix of the Xen gntdev driver
- a fix for running as Xen dom0 booted via EFI and the EFI framebuffer
being located above 4GB
- a series for support of mapping other guest's memory by using zone
device when running as Xen guest on Arm

Thanks.

Juergen

Documentation/devicetree/bindings/arm/xen.txt | 14 +--
arch/arm/xen/enlighten.c | 132 ++++++++++++++++++++++++--
arch/x86/xen/vga.c | 12 ++-
drivers/xen/Kconfig | 2 +-
drivers/xen/balloon.c | 20 ++--
drivers/xen/gntdev.c | 6 +-
drivers/xen/unpopulated-alloc.c | 87 ++++++++++++++++-
include/xen/balloon.h | 3 +
include/xen/interface/xen.h | 3 +
include/xen/xen.h | 16 ++++
10 files changed, 259 insertions(+), 36 deletions(-)

Jan Beulich (1):
xen/x86: obtain upper 32 bits of video frame buffer address for Dom0

Oleksandr Andrushchenko (1):
xen/gntdev: fix unmap notification order

Oleksandr Tyshchenko (6):
xen/unpopulated-alloc: Drop check for virt_addr_valid() in fill_list()
arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DT
xen/balloon: Bring alloc(free)_xenballooned_pages helpers back
xen/unpopulated-alloc: Add mechanism to use Xen resource
arm/xen: Read extended regions from DT and init Xen resource
dt-bindings: xen: Clarify "reg" purpose