public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix various bits of AC and PI for SCHED_DEADLINE
@ 2014-10-24  9:16 Juri Lelli
  2014-10-24  9:16 ` [PATCH 1/4] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets Juri Lelli
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Juri Lelli @ 2014-10-24  9:16 UTC (permalink / raw)
  To: linux-kernel, peterz
  Cc: juri.lelli, mingo, daniel.wagner, vincent, Juri Lelli

Hi all,

this is basically a resend of 4 patches fixing problems around AC
and PI related to SCHED_DEADLINE. You can find the full story here:

 - https://lkml.org/lkml/2014/9/19/134
 - https://lkml.org/lkml/2014/9/24/493

First two patches fix AC. They are the same as the previous version,
plus aligning to commit f10e00f4bf36 ("sched/dl: Use dl_bw_of() under
rcu_read_lock_sched()"). Last two fix PI.

Thanks a lot again to Daniel for spending time fixing and testing
the PI stuff! And to Peter and Vincent for reviews and comments.

Best Regards,

- Juri

Juri Lelli (4):
  sched/deadline: fix bandwidth check/update when migrating tasks
    between exclusive cpusets
  sched/deadline: ensure that updates to exclusive cpusets don't break
    AC
  sched/deadline: don't replenish from a !SCHED_DEADLINE entity
  sched/deadline: fix races between rt_mutex_setprio and dl_task_timer

 include/linux/sched.h   |  4 +++
 kernel/cpuset.c         | 23 ++++++------
 kernel/sched/core.c     | 94 +++++++++++++++++++++++++++++++++++++++----------
 kernel/sched/deadline.c | 58 +++++++++++++++++++++++++-----
 kernel/sched/sched.h    | 19 ++++++++++
 5 files changed, 160 insertions(+), 38 deletions(-)

-- 
2.1.2



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

end of thread, other threads:[~2014-10-28 11:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24  9:16 [PATCH 0/4] Fix various bits of AC and PI for SCHED_DEADLINE Juri Lelli
2014-10-24  9:16 ` [PATCH 1/4] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets Juri Lelli
2014-10-24  9:16 ` [PATCH 2/4] sched/deadline: ensure that updates to exclusive cpusets don't break AC Juri Lelli
2014-10-24  9:16 ` [PATCH 3/4] sched/deadline: don't replenish from a !SCHED_DEADLINE entity Juri Lelli
2014-10-28 11:01   ` [tip:sched/core] sched/deadline: Don' t " tip-bot for Juri Lelli
2014-10-24  9:16 ` [PATCH 4/4] sched/deadline: fix races between rt_mutex_setprio and dl_task_timer Juri Lelli
2014-10-28 11:02   ` [tip:sched/core] sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer() tip-bot for Juri Lelli
2014-10-24 11:34 ` [PATCH 0/4] Fix various bits of AC and PI for SCHED_DEADLINE Daniel Wagner
2014-10-24 13:21   ` Juri Lelli
2014-10-24 13:39     ` Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox