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

From: Juergen Gross
Date: Mon Dec 12 2022 - 01:24:38 EST


Linus,

Please git pull the following tag:

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

xen: branch for v6.2-rc1

It contains:

- 2 small minor fixes
- a small series fixing memory leaks in error paths
- a small series adding support for virtio PCI-devices in Xen guests on
Arm


Thanks.

Juergen

arch/arm/xen/enlighten.c | 2 +-
arch/x86/xen/smp.c | 24 +++++-----
arch/x86/xen/smp_pv.c | 12 ++---
arch/x86/xen/spinlock.c | 6 +--
drivers/xen/grant-dma-ops.c | 105 ++++++++++++++++++++++++--------------------
drivers/xen/privcmd.c | 2 +-
include/xen/arm/xen-ops.h | 4 +-
include/xen/xen-ops.h | 16 -------
include/xen/xen.h | 4 +-
9 files changed, 84 insertions(+), 91 deletions(-)

Harshit Mogalapalli (1):
xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()

Jani Nikula (1):
xen: fix xen.h build for CONFIG_XEN_PVH=y

Oleksandr Tyshchenko (2):
xen/virtio: Optimize the setup of "xen-grant-dma" devices
xen/virtio: Handle PCI devices which Host controller is described in DT

Xiu Jianfeng (2):
x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()
x86/xen: Fix memory leak in xen_init_lock_cpu()