[GIT PULL] xen: branch for v6.5-rc1
From: Juergen Gross
Date: Tue Jun 27 2023 - 02:09:13 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.5-rc1-tag
xen: branch for v6.5-rc1
It contains the following patches:
- 3 patches adding missing prototypes
- a fix for finding the iBFT in a Xen dom0 for supporting discless iSCSI
boot
Thanks.
Juergen
arch/x86/kernel/setup.c | 2 +-
arch/x86/xen/efi.c | 2 ++
arch/x86/xen/mmu_pv.c | 16 ++++++++++++++++
arch/x86/xen/setup.c | 28 +++++++++++++++++++---------
arch/x86/xen/smp.h | 4 ++++
arch/x86/xen/smp_pv.c | 1 -
arch/x86/xen/xen-ops.h | 5 +++--
drivers/firmware/iscsi_ibft_find.c | 26 +++++++++++++++++---------
include/linux/iscsi_ibft.h | 10 +++++++++-
include/xen/events.h | 3 +++
include/xen/xen.h | 3 +++
11 files changed, 77 insertions(+), 23 deletions(-)
Arnd Bergmann (2):
xen: xen_debug_interrupt prototype to global header
x86: xen: add missing prototypes
Juergen Gross (1):
x86/xen: add prototypes for paravirt mmu functions
Ross Lagerwall (1):
iscsi_ibft: Fix finding the iBFT under Xen Dom 0