[GIT PULL] xen: branch for v6.1-rc6

From: Juergen Gross
Date: Wed Nov 16 2022 - 07:07:32 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.1-rc6-tag

xen: branch for v6.1-rc6

It contains two trivial cleanups, and 3 simple fixes.


Thanks.

Juergen

arch/x86/xen/enlighten_pv.c | 3 ++-
arch/x86/xen/setup.c | 3 ++-
drivers/xen/pcpu.c | 2 +-
drivers/xen/platform-pci.c | 10 +++++++---
drivers/xen/xen-pciback/conf_space_capability.c | 9 ++++++---
5 files changed, 18 insertions(+), 9 deletions(-)

Christophe JAILLET (1):
x86/xen: Use kstrtobool() instead of strtobool()

Juergen Gross (1):
xen/platform-pci: use define instead of literal number

Marek Marczykowski-Górecki (1):
xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too

Yang Yingliang (1):
xen/pcpu: fix possible memory leak in register_pcpu()

ruanjinjie (1):
xen/platform-pci: add missing free_irq() in error path