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

From: Juergen Gross
Date: Sun Mar 23 2025 - 06:26:35 EST


Linus,

Please git pull the following tag:

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

xen: branch for v6.15-rc1

It contains:

- A cleanup patch removing an used function.

- A patch adding support for a XenServer specific virtual PCI device.

- A patch fixing the handling of a sparse Xen hypervisor symbol table.

- A patch avoiding warnings when building the kernel with gcc 15.

- A series fixing usage of devices behind a VMD bridge when running as
a Xen PV dom0.


Thanks.

Juergen

arch/x86/pci/xen.c | 8 ++------
drivers/pci/controller/vmd.c | 20 ++++++++++++++++++++
drivers/pci/msi/msi.c | 37 +++++++++++++++++++++----------------
drivers/xen/pci.c | 32 ++++++++++++++++++++++++++++++++
drivers/xen/platform-pci.c | 4 ++++
drivers/xen/xen-pciback/pci_stub.c | 20 --------------------
drivers/xen/xen-pciback/pciback.h | 2 --
drivers/xen/xenfs/xensyms.c | 4 ++--
include/linux/msi.h | 3 ++-
include/xen/interface/xen-mca.h | 2 +-
kernel/irq/msi.c | 2 +-
11 files changed, 85 insertions(+), 49 deletions(-)

Dr. David Alan Gilbert (1):
xen/pciback: Remove unused pcistub_get_pci_dev

Frediano Ziglio (1):
xen: Add support for XenServer 6.1 platform device

Jan Beulich (1):
xenfs/xensyms: respect hypervisor's "next" indication

Kees Cook (1):
xen/mcelog: Add __nonstring annotations for unterminated strings

Roger Pau Monne (3):
xen/pci: Do not register devices with segments >= 0x10000
PCI: vmd: Disable MSI remapping bypass under Xen
PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag