[GIT PULL] xen: branch for v6.5-rc4
From: Juergen Gross
Date: Fri Jul 28 2023 - 09:18:11 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.5a-rc4-tag
xen: branch for v6.5-rc4
It contains the following patches:
- A fix for a performance problem in QubesOS, adding a way to drain
the queue of grants experiencing delayed unmaps faster.
- A patch enabling the use of static event channels from user mode,
which was omitted when introducing supporting static event channels.
- A fix for a problem where Xen related code didn't check properly for
running in a Xen environment, resulting in a WARN splat.
Thanks.
Juergen
Documentation/ABI/testing/sysfs-module | 11 ++++++++++
drivers/xen/events/events_base.c | 16 +++++---------
drivers/xen/evtchn.c | 35 +++++++++++++++++++++--------
drivers/xen/grant-table.c | 40 ++++++++++++++++++++++++----------
drivers/xen/xenbus/xenbus_probe.c | 3 +++
include/uapi/xen/evtchn.h | 9 ++++++++
include/xen/events.h | 11 +++++++++-
7 files changed, 93 insertions(+), 32 deletions(-)
Demi Marie Obenour (1):
xen: speed up grant-table reclaim
Rahul Singh (1):
xen/evtchn: Introduce new IOCTL to bind static evtchn
Stefano Stabellini (1):
xenbus: check xen_domain in xenbus_probe_initcall