Skip to content
Commit fcdb1eda authored by Josh Don's avatar Josh Don Committed by Tejun Heo
Browse files

cgroup: fix display of forceidle time at root



We need to reset forceidle_sum to 0 when reading from root, since the
bstat we accumulate into is stack allocated.

To make this more robust, just replace the existing cputime reset with a
memset of the overall bstat.

Signed-off-by: default avatarJosh Don <joshdon@google.com>
Fixes: 1fcf54de

 ("sched/core: add forced idle accounting for cgroups")
Cc: stable@vger.kernel.org # v6.0+
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 8d3c682a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment