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

From: Juergen Gross
Date: Mon Jul 28 2025 - 02:06:34 EST


Linus,

Please git pull the following tag:

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

xen: branch for v6.17-rc1

It contains the following patches:

- A fix for a UAF in the xen gntdev-dmabuf driver
- A fix in the xen netfront driver avoiding spurious interrupts
- A fix in the gntdev driver avoiding a large stack allocation
- A cleanup removing some dead code
- A build warning fix
- A cleanup of the sysfs code in the xen-pciback driver

Thanks.

Juergen

drivers/net/xen-netfront.c | 5 ---
drivers/xen/gntdev-common.h | 4 +++
drivers/xen/gntdev-dmabuf.c | 28 ++++++---------
drivers/xen/gntdev.c | 71 +++++++++++++++++++++++++++-----------
drivers/xen/manage.c | 6 ----
drivers/xen/time.c | 8 -----
drivers/xen/xen-pciback/pci_stub.c | 12 +++----
drivers/xen/xenbus/xenbus_client.c | 2 ++
drivers/xen/xenbus/xenbus_xs.c | 17 ---------
include/xen/xen-ops.h | 2 --
include/xen/xenbus.h | 2 --
11 files changed, 72 insertions(+), 85 deletions(-)

Al Viro (1):
xen: fix UAF in dmabuf_exp_from_pages()

Anthoine Bourgeois (1):
xen/netfront: Fix TX response spurious interrupts

Dr. David Alan Gilbert (1):
xen: Remove some deadcode (x)

Juergen Gross (1):
xen/gntdev: remove struct gntdev_copy_batch from stack

Peng Jiang (1):
xen/xenbus: fix W=1 build warning in xenbus_va_dev_error function

Ryan Chung (1):
xen-pciback: Replace scnprintf() with sysfs_emit_at()