From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 085C6C433FF for ; Tue, 6 Aug 2019 16:41:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC04F218C5 for ; Tue, 6 Aug 2019 16:41:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732940AbfHFQlB convert rfc822-to-8bit (ORCPT ); Tue, 6 Aug 2019 12:41:01 -0400 Received: from foss.arm.com ([217.140.110.172]:36768 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732917AbfHFQlB (ORCPT ); Tue, 6 Aug 2019 12:41:01 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 12764344; Tue, 6 Aug 2019 09:41:00 -0700 (PDT) Received: from e110439-lin (e110439-lin.cambridge.arm.com [10.1.194.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7CC9F3F575; Tue, 6 Aug 2019 09:40:57 -0700 (PDT) References: <20190802090853.4810-1-patrick.bellasi@arm.com> <20190806161206.GA20526@blackbody.suse.cz> User-agent: mu4e 1.3.3; emacs 26.2 From: Patrick Bellasi To: Michal =?utf-8?Q?Koutn=C3=BD?= Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-api@vger.kernel.org, cgroups@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Tejun Heo , "Rafael J . Wysocki" , "Vincent Guittot" , Viresh Kumar , Paul Turner , Quentin Perret , Dietmar Eggemann , Morten Rasmussen , Juri Lelli , Todd Kjos , Joel Fernandes , Steve Muckle , Suren Baghdasaryan , Alessio Balsini Subject: Re: [PATCH v13 0/6] Add utilization clamping support (CGroups API) In-reply-to: <20190806161206.GA20526@blackbody.suse.cz> Date: Tue, 06 Aug 2019 17:40:55 +0100 Message-ID: <87k1bqfdrc.fsf@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Tue, Aug 06, 2019 at 17:12:06 +0100, Michal Koutný wrote... > On Fri, Aug 02, 2019 at 10:08:47AM +0100, Patrick Bellasi wrote: >> Patrick Bellasi (6): >> sched/core: uclamp: Extend CPU's cgroup controller >> sched/core: uclamp: Propagate parent clamps >> sched/core: uclamp: Propagate system defaults to root group >> sched/core: uclamp: Use TG's clamps to restrict TASK's clamps >> sched/core: uclamp: Update CPU's refcount on TG's clamp changes >> sched/core: uclamp: always use enum uclamp_id for clamp_id values Hi Michal! > Thank you Patrick for your patience. Thanks to you for your reviews. > I used the time to revisit the series once again and I think the RCU > locks can be streamlined a bit. I'll have a look at those, thanks! > If you find that correct, feel free to add my Reviewed-by to the > updated series (for 1/6 and legacy, I'm just asking). Sure, actually sorry for not having already added that tag in the current version, it will be there in v14 ;) > Michal Cheers, Patrick -- #include Patrick Bellasi