genirq: introduce CONFIG_GENERIC_PENDING_IRQ_FIX_KABI
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: NYipeng Zou <zouyipeng@huawei.com> Reviewed-by: NLiao Chang <liaochang1@huawei.com> Reviewed-by: NZhang Jianhua <chris.zjh@huawei.com> Signed-off-by: NYongqiang Liu <liuyongqiang13@huawei.com>
Showing
想要评论请 注册 或 登录