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: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>
Loading
Please sign in to comment