Revision ad32bb41fca67936c0c1d6d0bdd6d3e2e9c5432f authored by Pavankumar Kondeti on 10 May 2020, 12:56:41 UTC, committed by Peter Zijlstra on 19 May 2020, 18:34:10 UTC
The intention of commit 96e74ebf8d59 ("sched/debug: Add task uclamp
values to SCHED_DEBUG procfs") was to print requested and effective
task uclamp values. The requested values printed are read from p->uclamp,
which holds the last effective values. Fix this by printing the values
from p->uclamp_req.

Fixes: 96e74ebf8d59 ("sched/debug: Add task uclamp values to SCHED_DEBUG procfs")
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Tested-by: Valentin Schneider <valentin.schneider@arm.com>
Link: https://lkml.kernel.org/r/1589115401-26391-1-git-send-email-pkondeti@codeaurora.org
1 parent b34cb07
History
File Mode Size
Kconfig -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 363 bytes
acl.c -rw-r--r-- 5.6 KB
addr.c -rw-r--r-- 55.7 KB
cache.c -rw-r--r-- 8.6 KB
cache.h -rw-r--r-- 4.2 KB
caps.c -rw-r--r-- 116.4 KB
ceph_frag.c -rw-r--r-- 401 bytes
debugfs.c -rw-r--r-- 8.0 KB
dir.c -rw-r--r-- 51.0 KB
export.c -rw-r--r-- 13.0 KB
file.c -rw-r--r-- 64.5 KB
inode.c -rw-r--r-- 66.0 KB
io.c -rw-r--r-- 4.5 KB
io.h -rw-r--r-- 387 bytes
ioctl.c -rw-r--r-- 7.5 KB
ioctl.h -rw-r--r-- 3.6 KB
locks.c -rw-r--r-- 12.9 KB
mds_client.c -rw-r--r-- 127.9 KB
mds_client.h -rw-r--r-- 16.8 KB
mdsmap.c -rw-r--r-- 10.2 KB
quota.c -rw-r--r-- 14.0 KB
snap.c -rw-r--r-- 31.7 KB
strings.c -rw-r--r-- 4.2 KB
super.c -rw-r--r-- 31.6 KB
super.h -rw-r--r-- 37.1 KB
util.c -rw-r--r-- 2.4 KB
xattr.c -rw-r--r-- 32.7 KB

back to top