[GIT PULL] xen: branch for v6.7-rc3

From: Juergen Gross
Date: Sat Nov 25 2023 - 04:22:31 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.7a-rc3-tag

xen: branch for v6.7-rc3

It contains the following patches:

- A small cleanup patch for the Xen privcmd driver.

- A fix for the swiotlb-xen driver which was missing the advertising
of the maximum mapping length.

- A fix for Xen on Arm for a long standing bug, which happened to occur
only recently: a structure in percpu memory crossed a page boundary,
which was rejected by the hypervisor.


Thanks.

Juergen

arch/arm/xen/enlighten.c | 3 ++-
drivers/xen/privcmd.c | 2 +-
drivers/xen/swiotlb-xen.c | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)

Gustavo A. R. Silva (1):
xen: privcmd: Replace zero-length array with flex-array member and use __counted_by

Keith Busch (1):
swiotlb-xen: provide the "max_mapping_size" method

Stefano Stabellini (1):
arm/xen: fix xen_vcpu_info allocation alignment