Loading
sched: fix a deadlock in task_net_group()
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IATU6E CVE: NA -------------------------------- If req->tx_pid == req->tx_pid when sched_net_relationship_submit() called, which cause rship->net_lock AA deadlock in task_net_group(). Fixes: 2ac826b2 ("sched: Introduce task relationship by net and memory") Signed-off-by:Hui Tang <tanghui20@huawei.com>