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

From: Juergen Gross
Date: Sat Dec 02 2023 - 02:24:07 EST


Linus,

Please git pull the following tag:

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

xen: branch for v6.7-rc4

It contains 2 fixes:

- A fix for the Xen event driver setting the correct return value when
experiencing an allocation failure

- A fix for allocating space for a struct in the percpu area to not
cross page boundaries (this one is for x86, a similar one for Arm was
already in the pull request for rc3)


Thanks.

Juergen

arch/x86/xen/enlighten.c | 6 +++++-
arch/x86/xen/xen-ops.h | 2 +-
drivers/xen/events/events_base.c | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)

Dan Carpenter (1):
xen/events: fix error code in xen_bind_pirq_msi_to_irq()

Juergen Gross (1):
x86/xen: fix percpu vcpu_info allocation