[GIT PULL] xen: branch for v6.11-rc1

From: Juergen Gross
Date: Mon Jul 15 2024 - 01:47:43 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.11-rc1-tag

xen: branch for v6.11-rc1

It contains the following patches:

- some trivial cleanups
- a fix for the Xen timer
- a patch for adding boot time selectable debug capability to the Xen multicall
handling
- two fixes for the recently added Xen irqfd handling

Thanks.

Juergen

Documentation/admin-guide/kernel-parameters.txt | 11 +-
arch/arm/xen/p2m.c | 2 +-
arch/x86/xen/apic.c | 2 -
arch/x86/xen/debugfs.c | 2 +-
arch/x86/xen/debugfs.h | 7 --
arch/x86/xen/enlighten.c | 2 -
arch/x86/xen/enlighten_hvm.c | 2 -
arch/x86/xen/enlighten_pv.c | 4 -
arch/x86/xen/mmu.c | 3 +-
arch/x86/xen/mmu.h | 28 -----
arch/x86/xen/mmu_hvm.c | 2 +-
arch/x86/xen/mmu_pv.c | 15 ++-
arch/x86/xen/multicalls.c | 128 ++++++++++++++++----
arch/x86/xen/multicalls.h | 69 -----------
arch/x86/xen/p2m.c | 6 +-
arch/x86/xen/pmu.c | 1 -
arch/x86/xen/pmu.h | 22 ----
arch/x86/xen/setup.c | 1 -
arch/x86/xen/smp.c | 1 -
arch/x86/xen/smp.h | 51 --------
arch/x86/xen/smp_hvm.c | 2 -
arch/x86/xen/smp_pv.c | 3 -
arch/x86/xen/spinlock.c | 20 +---
arch/x86/xen/suspend.c | 2 -
arch/x86/xen/time.c | 2 +-
arch/x86/xen/xen-ops.h | 148 +++++++++++++++++++++++-
drivers/xen/evtchn.c | 1 +
drivers/xen/manage.c | 2 +-
drivers/xen/privcmd-buf.c | 1 +
drivers/xen/privcmd.c | 36 ++++--
drivers/xen/xen-pciback/pci_stub.c | 1 +
include/xen/events.h | 2 +
kernel/locking/qspinlock.c | 2 +-
33 files changed, 305 insertions(+), 276 deletions(-)

Chen Ni (2):
x86/xen: Convert comma to semicolon
xen/arm: Convert comma to semicolon

Christophe JAILLET (1):
xen/manage: Constify struct shutdown_handler

Frediano Ziglio (1):
x86/xen/time: Reduce Xen timer tick

Jeff Johnson (1):
xen: add missing MODULE_DESCRIPTION() macros

Juergen Gross (4):
xen: make multicall debug boot time selectable
x86/xen: make some functions static
x86/xen: eliminate some private header files
x86/xen: remove deprecated xen_nopvspin boot parameter

Viresh Kumar (2):
xen: privcmd: Switch from mutex to spinlock for irqfds
xen: privcmd: Fix possible access to a freed kirqfd instance