[GIT PULL] xen: branch for v7.2-rc2

From: Juergen Gross

Date: Fri Jul 03 2026 - 05:45:06 EST


Linus,

Please git pull the following tag:

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

xen: branch for v7.2-rc2

It contains the following changes:

- A patch by Jan Beulich renaming function parameters and a comment
related to xen_exchange_memory().

- A patch by Thomas Huth replacing __ASSEMBLY__ with __ASSEMBLER__.

- A patch by Michael Bommarito adding some sanity checking to the
Xen pvcalls frontend driver.

- A patch by Wentao Liang fixing error handling in the Xen gntdev
driver.

- 4 patches by Yousef Alhouseen fixing several minor bugs in Xen
related drivers.


Thanks.

Juergen

arch/x86/xen/mmu_pv.c | 15 ++++---
drivers/xen/gntalloc.c | 19 +++++---
drivers/xen/gntdev.c | 8 +++-
drivers/xen/pvcalls-front.c | 88 ++++++++++++++++++++++++++++++++-----
drivers/xen/xen-front-pgdir-shbuf.c | 12 +++--
drivers/xen/xenbus/xenbus_xs.c | 6 +++
include/xen/interface/xen-mca.h | 4 +-
include/xen/interface/xen.h | 8 ++--
8 files changed, 124 insertions(+), 36 deletions(-)

Jan Beulich (1):
x86/Xen: correct commentary and parameter naming of xen_exchange_memory()

Michael Bommarito (1):
xen/pvcalls: bound backend response req_id before indexing rsp[]

Thomas Huth (1):
xen: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files

Wentao Liang (1):
xen/gntdev: fix error handling in ioctl

Yousef Alhouseen (4):
xen/front-pgdir-shbuf: free grant reference head on errors
xen/gntalloc: make grant counters unsigned
xen/gntalloc: validate grant count before allocation
xenbus: reject unterminated directory replies