]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
cputime, cpuacct: Include guest time in user time in cpuacct.stat
authorAndrey Ryabinin <arbn@yandex-team.com>
Mon, 15 Nov 2021 16:46:04 +0000 (19:46 +0300)
committerPaolo Pisati <paolo.pisati@canonical.com>
Fri, 28 Jan 2022 10:03:08 +0000 (11:03 +0100)
commit40f5bda2f813b133fa5d2dd901947b77b90c4da6
tree10f45c3f0219a198fcaee8c0249dab3931145cd4
parent965e89373b290161346c9fa92cef4a17f90a9078
cputime, cpuacct: Include guest time in user time in cpuacct.stat

BugLink: https://bugs.launchpad.net/bugs/1959376
commit 9731698ecb9c851f353ce2496292ff9fcea39dff upstream.

cpuacct.stat in no-root cgroups shows user time without guest time
included int it. This doesn't match with user time shown in root
cpuacct.stat and /proc/<pid>/stat. This also affects cgroup2's cpu.stat
in the same way.

Make account_guest_time() to add user time to cgroup's cpustat to
fix this.

Fixes: ef12fefabf94 ("cpuacct: add per-cgroup utime/stime statistics")
Signed-off-by: Andrey Ryabinin <arbn@yandex-team.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Daniel Jordan <daniel.m.jordan@oracle.com>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20211115164607.23784-1-arbn@yandex-team.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
kernel/sched/cputime.c