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-- 2.1 KB
Makefile -rw-r--r-- 157 bytes
README -rw-r--r-- 7.5 KB
inode.c -rw-r--r-- 26.2 KB
internal.h -rw-r--r-- 198 bytes
uncompress.c -rw-r--r-- 1.8 KB

README

back to top