[GIT PULL] xen: branch for v6.6-rc1
From: Juergen Gross
Date: Thu Aug 24 2023 - 10:37:31 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.6-rc1-tag
xen: branch for v6.6-rc1
It contains the following patches:
- a bunch of minor cleanups
- a patch adding irqfd support for virtio backends running as user
daemon supporting Xen guests
Thanks.
Juergen
arch/x86/include/asm/xen/page.h | 5 +-
arch/x86/xen/enlighten_pv.c | 2 +-
arch/x86/xen/mmu_pv.c | 18 +-
arch/x86/xen/setup.c | 4 +-
drivers/xen/Kconfig | 7 +
drivers/xen/grant-table.c | 2 +-
drivers/xen/privcmd.c | 282 +++++++++++++++++++++++++++-
drivers/xen/xen-acpi-processor.c | 7 +-
drivers/xen/xen-pciback/conf_space_quirks.h | 2 -
drivers/xen/xen-pciback/pciback.h | 3 -
drivers/xen/xenbus/xenbus_probe_frontend.c | 2 +-
drivers/xen/xenbus/xenbus_xs.c | 4 +-
include/uapi/xen/privcmd.h | 14 ++
include/xen/events.h | 1 -
14 files changed, 320 insertions(+), 33 deletions(-)
Li Zetao (1):
xen: xenbus: Use helper function IS_ERR_OR_NULL()
Linus Walleij (1):
x86/xen: Make virt_to_pfn() a static inline
Petr Pavlu (1):
xen/xenbus: Avoid a lockdep warning when adding a watch
Petr Tesarik (1):
xen: remove a confusing comment on auto-translated guest I/O
Ruan Jinjie (1):
xen: Switch to use kmemdup() helper
Viresh Kumar (1):
xen: privcmd: Add support for irqfd
Yang Li (1):
xen: Fix one kernel-doc comment
Yue Haibing (2):
xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn()
xen-pciback: Remove unused function declarations