[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220328092544.14418-1-jgross@suse.com>
Date: Mon, 28 Mar 2022 11:25:44 +0200
From: Juergen Gross <jgross@...e.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, xen-devel@...ts.xenproject.org,
boris.ostrovsky@...cle.com
Subject: [GIT PULL] xen: branch for v5.18-rc1
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.18-rc1-tag
xen: branch for v5.18-rc1
It contains the following patches:
- A bunch of minor cleanups
- A fix for kexec in Xen dom0 when executed on a high cpu number
- A fix for resuming after suspend of a Xen guest with assigned PCI
devices
- A fix for a crash due to not disabled preemption when resuming as
Xen dom0
Thanks.
Juergen
arch/x86/xen/apic.c | 2 +-
arch/x86/xen/pmu.c | 10 +-
arch/x86/xen/pmu.h | 3 +-
arch/x86/xen/setup.c | 2 +-
arch/x86/xen/smp_hvm.c | 6 ++
arch/x86/xen/smp_pv.c | 2 +-
arch/x86/xen/time.c | 24 ++++-
drivers/block/xen-blkfront.c | 8 +-
drivers/char/tpm/xen-tpmfront.c | 2 +-
drivers/gpu/drm/xen/xen_drm_front_evtchnl.c | 2 +-
drivers/input/misc/xen-kbdfront.c | 4 +-
drivers/net/xen-netfront.c | 13 ++-
drivers/pci/xen-pcifront.c | 2 +-
drivers/scsi/xen-scsifront.c | 4 +-
drivers/usb/host/xen-hcd.c | 4 +-
drivers/xen/balloon.c | 3 +-
drivers/xen/gntalloc.c | 2 +-
drivers/xen/gntdev-dmabuf.c | 2 +-
drivers/xen/grant-table.c | 151 ++++------------------------
drivers/xen/manage.c | 4 +-
drivers/xen/pvcalls-front.c | 6 +-
drivers/xen/sys-hypervisor.c | 5 +-
drivers/xen/xen-front-pgdir-shbuf.c | 3 +-
include/xen/grant_table.h | 13 +--
net/9p/trans_xen.c | 8 +-
sound/xen/xen_snd_front_evtchnl.c | 2 +-
26 files changed, 94 insertions(+), 193 deletions(-)
Dongli Zhang (1):
xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32
Jakub Kądziołka (1):
xen: don't hang when resuming PCI device
Jiapeng Chong (1):
x86/xen: Fix kerneldoc warning
Juergen Gross (3):
xen/grant-table: remove gnttab_*transfer*() functions
xen/grant-table: remove readonly parameter from functions
xen: fix is_xen_pmu()
Wang Qing (1):
xen: use time_is_before_eq_jiffies() instead of open coding it
jianchunfu (1):
arch:x86:xen: Remove unnecessary assignment in xen_apic_read()
zhanglianjie (1):
drivers/xen: use helper macro __ATTR_RW
Powered by blists - more mailing lists