You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
UPSTREAM: cgroup/rstat: Fix forceidle time in cpu.stat
[ Upstream commit c4af66a ]
The commit b824766 ("cgroup/rstat: add force idle show helper")
retrieves forceidle_time outside cgroup_rstat_lock for non-root cgroups
which can be potentially inconsistent with other stats.
Rather than reverting that commit, fix it in a way that retains the
effort of cleaning up the ifdef-messes.
Fixes: b824766 ("cgroup/rstat: add force idle show helper")
Change-Id: Idfe355016afe579d853c8c62dcc632ff3101f28d
Signed-off-by: Abel Wu <wuyun.abel@bytedance.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 3501677)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
0 commit comments