Loading
RDMA/hns: Fix deadlock when using DCA debugfs.
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9SI44 ---------------------------------------------------------------------- xa_lock of qp_table_xa may be acquired in interrupt context. Replace xa_lock()/xa_unlock() with xa_lock_irq()/xa_unlock_irq() to avoid deadlock. Fixes: a2178118 ("RDMA/hns: Add debugfs support for DCA") Signed-off-by:Chengchang Tang <tangchengchang@huawei.com> Signed-off-by:
Guofeng Yue <yueguofeng@h-partners.com>