Linus, Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.7-rc1-tag xen: branch for v6.7-rc1 It contains the following patches: - 2 small cleanup patches - a fix for PCI passthrough under Xen - a 4 patch series speeding up virtio under Xen with user space backends Thanks. Juergen drivers/xen/Kconfig | 8 +- drivers/xen/events/events_base.c | 3 +- drivers/xen/evtchn.c | 2 +- drivers/xen/privcmd.c | 407 +++++++++++++++++++++++- drivers/xen/xen-pciback/conf_space.c | 19 +- drivers/xen/xen-pciback/conf_space_capability.c | 8 +- drivers/xen/xen-pciback/conf_space_header.c | 21 +- drivers/xen/xenbus/xenbus_dev_frontend.c | 4 +- drivers/xen/xenbus/xenbus_probe.c | 2 +- include/uapi/xen/privcmd.h | 22 +- include/xen/interface/hvm/ioreq.h | 51 +++ 11 files changed, 508 insertions(+), 39 deletions(-) Gustavo A. R. Silva (1): xen/xenbus: Add __counted_by for struct read_buffer and use struct_size() Juergen Gross (1): xenbus: fix error exit in xenbus_init() Marek Marczykowski-Górecki (1): xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled Viresh Kumar (4): xen: Make struct privcmd_irqfd's layout architecture independent xen: irqfd: Use _IOW instead of the internal _IOC() macro xen: evtchn: Allow shared registration of IRQ handers xen: privcmd: Add support for ioeventfd