+5
−9
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/release-management/issues/IBGRJE -------------------------------- When the CPU does not require SMT expelled, the QoS timer needs to be canceled. However, when the qos_throttled_list is empty, the system incorrectly considers that the offline tasks are throttled by the CFS bandwidth. As a result, the timer is not canceled and the QoS throtting is canceled in advance. Therefore, the expelled time of offline tasks is shorter than expected. Fixes: efccb199ef7c ("hungtask: fixed offline group hung task issue under high load scenarios") Signed-off-by:Liu Kai <liukai284@huawei.com>