+3
−4
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAWDO4 ----------------------------------------- In the overload_clear function, there is a bug when setting the overload_cpus, that is, when the steal_task feature is globally enabled and rq->cfs.h_nr_running is less than 2, the need_clear should be set to true. Fixes: 433c0b72 ("sched/fair: Count the number of tasks marked as steal_task on cfs_rq") Signed-off-by:Cheng Yu <serein.chengyu@huawei.com>