[GIT PULL] xen: branch for v6.0-rc1

From: Juergen Gross
Date: Wed Aug 03 2022 - 03:52:34 EST


Linus,

Please git pull the following tag:

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

xen: branch for v6.0-rc1

It contains:

- a series fine tuning virtio support for Xen guests, including removal
the now again unused "platform_has()" feature.

- a fix for host admin triggered reboot of Xen guests

- a simple spelling fix

Thanks.

Juergen

MAINTAINERS | 8 --------
arch/arm/xen/enlighten.c | 4 +++-
arch/s390/mm/init.c | 4 ++--
arch/x86/mm/mem_encrypt_amd.c | 4 ++--
arch/x86/xen/enlighten_hvm.c | 4 +++-
arch/x86/xen/enlighten_pv.c | 5 ++++-
drivers/virtio/Kconfig | 4 ++++
drivers/virtio/Makefile | 1 +
drivers/virtio/virtio.c | 4 ++--
drivers/virtio/virtio_anchor.c | 18 ++++++++++++++++++
drivers/xen/Kconfig | 9 +++++++++
drivers/xen/grant-dma-ops.c | 10 ++++++++++
drivers/xen/manage.c | 2 +-
drivers/xen/xen-front-pgdir-shbuf.c | 4 ++--
include/asm-generic/Kbuild | 1 -
include/asm-generic/platform-feature.h | 8 --------
include/linux/platform-feature.h | 19 -------------------
include/linux/virtio_anchor.h | 19 +++++++++++++++++++
include/xen/xen-ops.h | 9 +++++++++
include/xen/xen.h | 8 --------
kernel/Makefile | 2 +-
kernel/platform-feature.c | 27 ---------------------------
22 files changed, 90 insertions(+), 84 deletions(-)

Juergen Gross (4):
virtio: replace restricted mem access flag with callback
kernel: remove platform_has() infrastructure
xen: don't require virtio with grants for non-PV guests

Ross Lagerwall (1):
xen/manage: Use orderly_reboot() to reboot

Zhang Jiaming (1):
xen: Fix spelling mistake