Re: [PATCH RESEND 0/2] Uclamp cgroup fixes

From: Peter Zijlstra
Date: Thu May 13 2021 - 10:15:39 EST


On Mon, May 10, 2021 at 03:50:30PM +0100, Qais Yousef wrote:
> A couple of fixes for uclamp cgroup. The first one is addressing wrong
> implementation details that is restricting usability of uclamp in cgroup. The
> 2nd is fixing locking issues.
>
> This is a resend since I forgot to CC LKML...
>
> Qais Yousef (2):
> sched/uclamp: Fix wrong implementation of cpu.uclamp.min
> sched/uclamp: Fix locking around cpu_util_update_eff()
>
> kernel/sched/core.c | 28 ++++++++++++++++++++++++----
> 1 file changed, 24 insertions(+), 4 deletions(-)

Thanks!