[GIT PULL] xen: branch for v5.15-rc2

From: Juergen Gross
Date: Fri Sep 17 2021 - 07:35:34 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.15b-rc2-tag

xen: branch for v5.15-rc2

It contains:
- The first hunk of a Xen swiotlb fixup series fixing multiple minor
issues and doing some small cleanups
- Some further Xen related fixes avoiding WARN() splats when running
as Xen guests or dom0
- A Kconfig fix allowing the pvcalls frontend to be built as a module

Thanks.

Juergen

arch/x86/xen/enlighten_pv.c | 7 +++++
arch/x86/xen/mmu_pv.c | 7 +++--
drivers/base/power/trace.c | 10 ++++++++
drivers/xen/Kconfig | 2 +-
drivers/xen/balloon.c | 62 ++++++++++++++++++++++++++++++++-------------
drivers/xen/swiotlb-xen.c | 37 +++++++++++++--------------
6 files changed, 85 insertions(+), 40 deletions(-)

Jan Beulich (9):
xen/pvcalls: backend can be a module
swiotlb-xen: avoid double free
swiotlb-xen: fix late init retry
swiotlb-xen: maintain slab count properly
swiotlb-xen: suppress certain init retries
swiotlb-xen: limit init retries
swiotlb-xen: drop leftover __ref
swiotlb-xen: arrange to have buffer info logged
swiotlb-xen: drop DEFAULT_NSLABS

Juergen Gross (4):
xen/balloon: use a kernel thread instead a workqueue
PM: base: power: don't try to use non-existing RTC for storing data
xen: reset legacy rtc flag for PV domU
xen: fix usage of pmd_populate in mremap for pv guests