OSDN Git Service

net: ipa: explicitly disallow inter-EE interrupts
authorAlex Elder <elder@linaro.org>
Thu, 5 Nov 2020 18:14:05 +0000 (12:14 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 23:39:17 +0000 (15:39 -0800)
commit46f748ccaf011af0beccbfc7ae27f3f6c9a56472
tree25f62c5fd2b9b4577a33fd60db043f4327325ea1
parent06c8632833c289ad660ba6699f34e9c8820d3358
net: ipa: explicitly disallow inter-EE interrupts

It is possible for other execution environments (EEs, like the modem)
to request changes to local (AP) channel or event ring state.  We do
not support this feature.

In gsi_irq_setup(), explicitly zero the mask that defines which
channels are permitted to generate inter-EE channel state change
interrupts.  Do the same for the event ring mask.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c