Loading
RDMA/hns : Fix scc delay_work to execute after sysfs shutdown
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9QO9C ---------------------------------------------------------------------- After sysfs is disabled, scc delay_work may continue to be executed, causing the UAF problem. To fix it, cancel_delayde_work_sync () is introduced to ensure that scc delay_work is canceled or executed. Fixes: 523f34d8 ("RDMA/hns: Support congestion control algorithm parameter configuration") Signed-off-by:wenglianfa <wenglianfa@huawei.com>