Commit 22aa10fc authored by Jianguo Chen's avatar Jianguo Chen Committed by Xie XiuQi
Browse files

irqchip/mbigen: Don't clear eventid when freeing an MSI



mainline inclusion
from mainline-5.1-rc2
commit fca269f2
category: bugfix
bugzilla: 13674
CVE: NA

-------------------------------------------------

mbigen_write_msg clears eventid bits of a mbigen register
when free a interrupt, because msi_domain_deactivate memset
struct msg to zero. Then multiple mbigen pins with zero eventid
will report the same interrupt number.

The eventid clear call trace:
                free_irq
                __free_irq
                irq_shutdown
                irq_domain_deactivate_irq
                __irq_domain_deactivate_irq
                __irq_domain_deactivate_irq
                msi_domain_deactivate
                platform_msi_write_msg
                mbigen_write_msg

Signed-off-by: default avatarJianguo Chen <chenjianguo3@huawei.com>
[maz: massaged subject]
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>

Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
parent 916607ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment