[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1398725155-7591-1-git-send-email-jason.low2@hp.com>
Date: Mon, 28 Apr 2014 15:45:53 -0700
From: Jason Low <jason.low2@...com>
To: mingo@...nel.org, peterz@...radead.org, jason.low2@...com
Cc: linux-kernel@...r.kernel.org, daniel.lezcano@...aro.org,
alex.shi@...aro.org, preeti@...ux.vnet.ibm.com, efault@....de,
vincent.guittot@...aro.org, morten.rasmussen@....com, aswin@...com
Subject: [PATCH 0/2] sched: Idle load balance fixes
[Resending to LKML]
This patchset includes fixes relating to idle_balance() and
rebalance_domains(). These apply on top of the following patches:
https://lkml.org/lkml/2014/4/23/767
https://lkml.org/lkml/2014/4/23/764
Patch #1 addresses an issue introduced by commit e5fc6611 which potentially
can cause rq->max_idle_balance_cost and rq->next_balance to not get updated
when it should.
Patch #2 fixes how rq->next_balance gets updated in idle_balance() and
rebalance_domains().
Jason Low (2):
sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in
idle_balance()
sched: Fix next_balance logic in rebalance_domains() and
idle_balance()
kernel/sched/fair.c | 84 ++++++++++++++++++++++++++++++++-------------------
1 files changed, 53 insertions(+), 31 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists