Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.15b-rc3-tag
xen: branch for v5.15-rc3
It contains some minor cleanups and fixes of some theoretical bugs, as
well as a fix of a bug introduced in 5.15-rc1.
Thanks.
Juergen
arch/x86/Kconfig | 1 -
arch/x86/include/asm/xen/swiotlb-xen.h | 6 +-----
arch/x86/xen/enlighten_pv.c | 15 +++++++++------
arch/x86/xen/pci-swiotlb-xen.c | 4 ++--
arch/x86/xen/smp_pv.c | 4 ----
drivers/pci/Kconfig | 2 +-
drivers/xen/Kconfig | 1 +
drivers/xen/balloon.c | 4 ++--
drivers/xen/gntdev.c | 8 ++++++++
drivers/xen/swiotlb-xen.c | 7 ++++---
include/xen/xen-ops.h | 12 ------------
11 files changed, 28 insertions(+), 36 deletions(-)
Jan Beulich (7):
xen/x86: drop redundant zeroing from cpu_initialize_context()
Xen/gntdev: don't ignore kernel unmapping error
swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests
PCI: only build xen-pcifront in PV-enabled environments
xen/pci-swiotlb: reduce visibility of symbols
swiotlb-xen: this is PV-only on x86
xen/x86: fix PV trap handling on secondary processors
Juergen Gross (1):
xen/balloon: fix balloon kthread freezing
The pull request you sent on Sat, 25 Sep 2021 16:31:26 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.15b-rc3-tag
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5739844347518a0f4c327ae79e73fb101d864726
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
On 25.09.2021 16:31, Juergen Gross wrote:
> Linus,
>
> Please git pull the following tag:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.15b-rc3-tag
>
> xen: branch for v5.15-rc3
>
> It contains some minor cleanups and fixes of some theoretical bugs, as
> well as a fix of a bug introduced in 5.15-rc1.
Just FTR that the above doesn't apply to ...
> Jan Beulich (7):
> xen/x86: drop redundant zeroing from cpu_initialize_context()
> Xen/gntdev: don't ignore kernel unmapping error
> swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests
> PCI: only build xen-pcifront in PV-enabled environments
> xen/pci-swiotlb: reduce visibility of symbols
> swiotlb-xen: this is PV-only on x86
> xen/x86: fix PV trap handling on secondary processors
... the last one here, which fixes a regression introduced in 5.14 and
a long-standing underlying bug.
Jan