提交 698ed717 编写于 作者: Z Zheng Zucheng 提交者: Yang Yingliang

sched: Clear idle_stamp when unthrottle offline tasks

hulk inclusion
category: bugfix
bugzilla: 51828, https://gitee.com/openeuler/kernel/issues/I4K96G
CVE: NA

--------------------------------

When unthrottle offline tasks successfully, we should clear
idle_stamp.
Signed-off-by: NZhang Qiao <zhangqiao22@huawei.com>
Signed-off-by: NZheng Zucheng <zhengzucheng@huawei.com>
Reviewed-by: NChen Hui <judy.chenhui@huawei.com>
Reviewed-by: NXiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 f60bf584
......@@ -7144,6 +7144,7 @@ done: __maybe_unused;
#ifdef CONFIG_QOS_SCHED
if (unthrottle_qos_cfs_rqs(cpu_of(rq))) {
rq->idle_stamp = 0;
goto again;
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册