[GIT PULL] xen: branch for v6.7-rc2

From: Juergen Gross
Date: Thu Nov 16 2023 - 06:42:48 EST


Linus,

Please git pull the following tag:

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

xen: branch for v6.7-rc2

It contains the following patches:

- A fix in the Xen events driver avoiding to use RCU after the call of
rcu_report_dead() when taking a cpu down.

- A fix for running as Xen dom0 to line up ACPI's idea of power
management capabilities with the one of Xen.

- A cleasnup eliminating several kernel-doc warnings in Xen related
code.

- A cleanup series of the Xen events driver.


Thanks.

Juergen

arch/x86/include/asm/acpi.h | 14 +
arch/x86/include/asm/xen/hypervisor.h | 9 +
drivers/xen/events/events_2l.c | 8 +-
drivers/xen/events/events_base.c | 576 ++++++++++++++++------------------
drivers/xen/events/events_internal.h | 1 -
drivers/xen/pcpu.c | 22 ++
drivers/xen/xen-front-pgdir-shbuf.c | 34 +-
include/xen/events.h | 8 +-
8 files changed, 347 insertions(+), 325 deletions(-)

Juergen Gross (8):
xen/events: avoid using info_for_irq() in xen_send_IPI_one()
xen/events: fix delayed eoi list handling
xen/events: remove unused functions
xen/events: reduce externally visible helper functions
xen/events: remove some simple helpers from events_base.c
xen/events: drop xen_allocate_irqs_dynamic()
xen/events: modify internal [un]bind interfaces
xen/events: remove some info_for_irq() calls in pirq handling

Randy Dunlap (1):
xen/shbuf: eliminate 17 kernel-doc warnings

Roger Pau Monne (1):
acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0