Re: [PATCH net] net: ipa: fix inter-EE IRQ register definitions

From: Jakub Kicinski
Date: Thu May 06 2021 - 20:03:21 EST


On Wed, 5 May 2021 17:36:36 -0500 Alex Elder wrote:
> In gsi_irq_setup(), two registers are written with the intention of
> disabling inter-EE channel and event IRQs.
>
> But the wrong registers are used (and defined); the ones used are
> read-only registers that indicate whether the interrupt condition is
> present.
>
> Define the mask registers instead of the status registers, and use
> them to disable the inter-EE interrupt types.
>
> Fixes: 46f748ccaf01 ("net: ipa: explicitly disallow inter-EE interrupts")
> Signed-off-by: Alex Elder <elder@xxxxxxxxxx>

Applied, thanks!