kernel_samsung_a53x/arch/x86/pci
Ilpo Järvinen f7a37f0e61 x86/pci/xen: Fix PCIBIOS_* return code handling
[ Upstream commit e9d7b435dfaec58432f4106aaa632bf39f52ce9f ]

xen_pcifront_enable_irq() uses pci_read_config_byte() that returns
PCIBIOS_* codes. The error handling, however, assumes the codes are
normal errnos because it checks for < 0.

xen_pcifront_enable_irq() also returns the PCIBIOS_* code back to the
caller but the function is used as the (*pcibios_enable_irq) function
which should return normal errnos.

Convert the error check to plain non-zero check which works for
PCIBIOS_* return codes and convert the PCIBIOS_* return code using
pcibios_err_to_errno() into normal errno before returning it.

Fixes: 3f2a230caf21 ("xen: handled remapped IRQs when enabling a pcifront PCI device.")
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20240527125538.13620-3-ilpo.jarvinen@linux.intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-23 23:19:56 +01:00
..
acpi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
amd_bus.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
broadcom_bus.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bus_numa.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bus_numa.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ce4100.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
common.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
direct.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
early.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fixup.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
i386.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
init.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
intel_mid_pci.c x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handling 2024-11-23 23:19:56 +01:00
irq.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
legacy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mmconfig-shared.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mmconfig_32.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mmconfig_64.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
numachip.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
olpc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcbios.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sta2x11-fixup.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xen.c x86/pci/xen: Fix PCIBIOS_* return code handling 2024-11-23 23:19:56 +01:00