+2
−1
+6
−0
+1
−1
+19
−0
+5
−3
Loading
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I6BO2R CVE: NA ------------------------------- Since CONFIG_GENERIC_PENDING_IRQ has been introduced for gic-v3-its, there has some kabi changed(irq_desc->pending_mask). Introduce CONFIG_GENERIC_PENDING_IRQ_FIX_KABI to fix it. The main way is to use an static array(irq_pending_mask) to replace pending_mask in irq_desc. Signed-off-by:Yipeng Zou <zouyipeng@huawei.com> Reviewed-by:
Liao Chang <liaochang1@huawei.com> Reviewed-by:
Zhang Jianhua <chris.zjh@huawei.com> Signed-off-by:
Yongqiang Liu <liuyongqiang13@huawei.com>