mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Eduardo Valentin <edubezval@gmail.com>,
	Javi Merino <javi.merino@kernel.org>,
	Leo Yan <leo.yan@linaro.org>,
	Kevin Wangtao <kevin.wangtao@linaro.org>,
	Vincent Guittot <vincent.guittot@linaro.org>,
	Rui Zhang <rui.zhang@intel.com>,
	Daniel Thompson <daniel.thompson@linaro.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Andrea Parri <andrea.parri@amarulasolutions.com>,
	"open list:POWER MANAGEMENT CORE" <linux-pm@vger.kernel.org>
Subject: Re: [PATCH V9] powercap/drivers/idle_injection: Add an idle injection framework
Date: Tue, 26 Jun 2018 00:15:01 +0200	[thread overview]
Message-ID: <dd30daab-caf6-91d6-2f72-998f640f85ae@linaro.org> (raw)
In-Reply-To: <CAJZ5v0gv_y9DfEsqq_46D5hi3SA+UYy7cUoaCwb3_+HtRadDOg@mail.gmail.com>

On 25/06/2018 23:55, Rafael J. Wysocki wrote:
> On Mon, Jun 25, 2018 at 1:52 PM, Daniel Lezcano
> <daniel.lezcano@linaro.org> wrote:
>> On 25/06/2018 10:23, Rafael J. Wysocki wrote:
>>
>> [ ... ]
>>
>>>> + * It is up to the user of this framework to provide a lock at an
>>>> + * upper level to prevent stupid things to happen, like starting while
>>>> + * we are unregistering.
>>>> + */
>>>
>>> The English above and elsewhere needs some polishing IMO, but I can
>>> take care of that. :-)
>>
>> I can give a try and if you are still unhappy, you change them in a
>> better way.
> 
> Well, I could tell you what I would write, but then it'll take less
> time and effort if I just write it myself. :-)

Ok.

>> [ ... ]
>>
>>>> +static void idle_injection_setup(unsigned int cpu)
>>>> +{
>>>> +       struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO / 2 };
>>>> +
>>>> +       set_freezable();
>>>
>>> Why do you need set_freezable() here?
>>
>> We don't want to continue injecting idle cycles when the system is
>> suspended.
> 
> And where's the corresponding try_to_freeze() called?

Yes, it is missing. I suppose try_to_freeze() should be put at the
beginning of the idle_inject_fn() function, right ?


-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


  reply	other threads:[~2018-06-25 22:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 13:23 Daniel Lezcano
2018-06-20  4:34 ` Viresh Kumar
2018-06-24 22:40   ` Daniel Lezcano
2018-06-25  8:20     ` Rafael J. Wysocki
2018-06-25  9:44       ` Daniel Lezcano
2018-06-25  8:23 ` Rafael J. Wysocki
2018-06-25  8:28   ` Rafael J. Wysocki
2018-06-25  9:44   ` Viresh Kumar
2018-06-25 10:00     ` Rafael J. Wysocki
2018-06-25 11:52   ` Daniel Lezcano
2018-06-25 21:55     ` Rafael J. Wysocki
2018-06-25 22:15       ` Daniel Lezcano [this message]
2018-06-26  9:27         ` Rafael J. Wysocki
2018-06-25  8:34 ` Rafael J. Wysocki
2018-06-25  8:41 ` Rafael J. Wysocki
2018-06-25  9:45   ` Viresh Kumar
2018-06-25 11:48   ` Daniel Lezcano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dd30daab-caf6-91d6-2f72-998f640f85ae@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=andrea.parri@amarulasolutions.com \
    --cc=daniel.thompson@linaro.org \
    --cc=edubezval@gmail.com \
    --cc=javi.merino@kernel.org \
    --cc=kevin.wangtao@linaro.org \
    --cc=leo.yan@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=peterz@infradead.org \
    --cc=rafael@kernel.org \
    --cc=rjw@rjwysocki.net \
    --cc=rui.zhang@intel.com \
    --cc=vincent.guittot@linaro.org \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome