[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220814090737.29335-1-jgross@suse.com>
Date: Sun, 14 Aug 2022 11:07:37 +0200
From: Juergen Gross <jgross@...e.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, xen-devel@...ts.xenproject.org,
sstabellini@...nel.org
Subject: [GIT PULL] xen: 2nd round of patches for 6.0-rc1
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.0-rc1b-tag
xen: 2nd round of patches for 6.0-rc1
It contains the following patches:
- a series for fixing the handling of the "persistent grants" feature
negotiation between Xen blkfront and Xen blkback drivers
- a cleanup of xen.config and adding xen.config to Xen section in
MAINTAINERS
- a patch for supporting HVMOP_set_evtchn_upcall_vector, which is more
compliant to "normal" interrupt handling than the global callback used
up to now
- 2 further small cleanups
Thanks.
Juergen
Documentation/ABI/testing/sysfs-driver-xen-blkback | 2 +-
.../ABI/testing/sysfs-driver-xen-blkfront | 2 +-
MAINTAINERS | 2 +
arch/x86/include/asm/xen/cpuid.h | 2 +
arch/x86/include/asm/xen/events.h | 3 +-
arch/x86/xen/enlighten.c | 2 +-
arch/x86/xen/enlighten_hvm.c | 24 +++++++---
arch/x86/xen/suspend_hvm.c | 10 +++-
drivers/block/xen-blkback/xenbus.c | 20 ++++----
drivers/block/xen-blkfront.c | 4 +-
drivers/xen/events/events_base.c | 53 +++++++++++++++++++---
drivers/xen/xen-pciback/pciback_ops.c | 2 +-
drivers/xen/xenbus/xenbus_dev_frontend.c | 4 +-
include/xen/hvm.h | 2 +
include/xen/interface/hvm/hvm_op.h | 19 ++++++++
kernel/configs/xen.config | 1 -
16 files changed, 116 insertions(+), 36 deletions(-)
Dan Carpenter (1):
xen/xenbus: fix return type in xenbus_file_read()
Jane Malalane (1):
x86/xen: Add support for HVMOP_set_evtchn_upcall_vector
Jason Wang (1):
xen/pciback: Fix comment typo
Lukas Bulwahn (2):
xen: remove XEN_SCRUB_PAGES in xen.config
MAINTAINERS: add xen config fragments to XEN HYPERVISOR sections
Maximilian Heyne (1):
xen-blkback: Apply 'feature_persistent' parameter when connect
SeongJae Park (2):
xen-blkback: fix persistent grants negotiation
xen-blkfront: Apply 'feature_persistent' parameter when connect
Powered by blists - more mailing lists