All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DLS: cleanup clearing overload
@ 2012-04-08 11:33 Hillf Danton
  2012-04-23  6:57 ` Juri Lelli
  0 siblings, 1 reply; 2+ messages in thread
From: Hillf Danton @ 2012-04-08 11:33 UTC (permalink / raw)
  To: Dario Faggioli, Juri Lelli; +Cc: LKML, Hillf Danton

We have to info puller that there is no more diet, even if CPU goes off.

Signed-off-by: Hillf Danton <dhillf@gmail.com>
---

--- a/kernel/sched_dl.c	Sat Apr  7 15:00:28 2012
+++ b/kernel/sched_dl.c	Sun Apr  8 19:24:30 2012
@@ -83,9 +83,6 @@ static inline void dl_set_overload(struc

 static inline void dl_clear_overload(struct rq *rq)
 {
-	if (!rq->online)
-		return;
-
 	atomic_dec(&rq->rd->dlo_count);
 	cpumask_clear_cpu(rq->cpu, rq->rd->dlo_mask);
 }
--

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] DLS: cleanup clearing overload
  2012-04-08 11:33 [PATCH] DLS: cleanup clearing overload Hillf Danton
@ 2012-04-23  6:57 ` Juri Lelli
  0 siblings, 0 replies; 2+ messages in thread
From: Juri Lelli @ 2012-04-23  6:57 UTC (permalink / raw)
  To: Hillf Danton; +Cc: Dario Faggioli, LKML

On 04/08/2012 01:33 PM, Hillf Danton wrote:
> We have to info puller that there is no more diet, even if CPU goes off.
>
> Signed-off-by: Hillf Danton<dhillf@gmail.com>
> ---
>
> --- a/kernel/sched_dl.c	Sat Apr  7 15:00:28 2012
> +++ b/kernel/sched_dl.c	Sun Apr  8 19:24:30 2012
> @@ -83,9 +83,6 @@ static inline void dl_set_overload(struc
>
>   static inline void dl_clear_overload(struct rq *rq)
>   {
> -	if (!rq->online)
> -		return;
> -

This check should have been inserted in -rt with this:
http://lists-archives.com/linux-kernel/15208730-sched-fix-cpupri-hotplug-support.html
As stated in the changlog, it was inserted to resolve a
bug related to hotplug. Most probably the same problem
would affect us, so I would not remove that check.

Thanks,

- Juri

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-23  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-08 11:33 [PATCH] DLS: cleanup clearing overload Hillf Danton
2012-04-23  6:57 ` Juri Lelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.