WSL2-Linux-Kernel/arch/powerpc/sysdev/xive
Yang Yingliang 8b49670f3b powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data()
If remapping 'data->trig_page' fails, the 'data->eoi_mmio' need be unmapped
before returning from xive_spapr_populate_irq_data().

Fixes: eac1e731b5 ("powerpc/xive: guest exploitation of the XIVE interrupt controller")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20221017032333.1852406-1-yangyingliang@huawei.com
2022-11-24 23:31:49 +11:00
..
Kconfig
Makefile
common.c
native.c powerpc/sysdev: Remove some duplicate prefix in some messages 2022-11-24 23:31:48 +11:00
spapr.c powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data() 2022-11-24 23:31:49 +11:00
xive-internal.h