Re: [PATCH v2] sched/debug: Fix requested task uclamp values shown in procfs

2020-05-11 Thread Dietmar Eggemann
On 11/05/2020 03:53, Pavankumar Kondeti wrote: > 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 val

[PATCH v2] sched/debug: Fix requested task uclamp values shown in procfs

2020-05-10 Thread Pavankumar Kondeti
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