Message ID | 20230424103156.66753-1-jiaxun.yang@flygoat.com (mailing list archive) |
---|---|
Headers | show |
Series | irqchip/mips-gic fixes | expand |
> 2023年4月24日 11:31,Jiaxun Yang <jiaxun.yang@flygoat.com> 写道: > > Hi all, > > This patchset fixes two issues in the MIPS GIC driver that may block > booting on some systems. > > Please review. Ping? I expect this series go through irqchip fixes tree. Thanks - Jiaxun > > Thanks > > Jiaxun Yang (2): > irqchip/mips-gic: Don't touch vl_map if a local interrupt is not > routable > irqchip/mips-gic: Use raw spinlock for gic_lock > > drivers/irqchip/irq-mips-gic.c | 32 +++++++++++++++++--------------- > 1 file changed, 17 insertions(+), 15 deletions(-) > > -- > 2.34.1 >
Hi Jiaxun On Mon, Apr 24, 2023 at 11:31:54AM +0100, Jiaxun Yang wrote: > Hi all, > > This patchset fixes two issues in the MIPS GIC driver that may block > booting on some systems. > > Please review. Thanks for the series. Please find some comments sent in the framework of the corresponding patches which don't though prevent from having the patchset tested. No problems were found on the Baikal-T1 SoC with 2x MIPS32 P5600 core on board. So feel free to add for the entire series: Tested-by: Serge Semin <fancer.lancer@gmail.com> -Serge(y) > > Thanks > > Jiaxun Yang (2): > irqchip/mips-gic: Don't touch vl_map if a local interrupt is not > routable > irqchip/mips-gic: Use raw spinlock for gic_lock > > drivers/irqchip/irq-mips-gic.c | 32 +++++++++++++++++--------------- > 1 file changed, 17 insertions(+), 15 deletions(-) > > -- > 2.34.1 >