public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix several races in CFS_BANDWIDTH
@ 2013-10-16 18:16 Ben Segall
  2013-10-16 18:16 ` [PATCH 1/5] sched: Fix race on toggling cfs_bandwidth_used Ben Segall
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Ben Segall @ 2013-10-16 18:16 UTC (permalink / raw)
  To: peterz, mingo; +Cc: pjt, linux-kernel

There are several races we've found in CFS_BANDWIDTH that cause crashes or stuck
tasks.

---

Ben Segall (4):
      sched: Fix race on toggling cfs_bandwidth_used
      sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
      sched: Fix hrtimer_cancel/rq->lock deadlock
      sched: Avoid throttle_cfs_rq racing with period_timer stopping

Paul Turner (1):
      sched: Guarantee new group-entities always have weight


 kernel/sched/core.c  |    9 ++++++++-
 kernel/sched/debug.c |    8 ++++++++
 kernel/sched/fair.c  |   50 +++++++++++++++++++++++++++++++++++---------------
 kernel/sched/sched.h |    3 ++-
 4 files changed, 53 insertions(+), 17 deletions(-)

-- 
Signature

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

end of thread, other threads:[~2013-10-29 14:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-16 18:16 [PATCH 0/5] Fix several races in CFS_BANDWIDTH Ben Segall
2013-10-16 18:16 ` [PATCH 1/5] sched: Fix race on toggling cfs_bandwidth_used Ben Segall
2013-10-29 14:07   ` [tip:sched/core] " tip-bot for Ben Segall
2013-10-16 18:16 ` [PATCH 2/5] sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining Ben Segall
2013-10-16 18:41   ` Peter Zijlstra
2013-10-16 19:12     ` bsegall
2013-10-29 14:07   ` [tip:sched/core] " tip-bot for Ben Segall
2013-10-16 18:16 ` [PATCH 3/5] sched: Fix hrtimer_cancel/rq->lock deadlock Ben Segall
2013-10-29 14:07   ` [tip:sched/core] sched: Fix hrtimer_cancel()/rq->lock deadlock tip-bot for Ben Segall
2013-10-16 18:16 ` [PATCH 4/5] sched: Guarantee new group-entities always have weight Ben Segall
2013-10-16 22:01   ` Peter Zijlstra
2013-10-16 22:16     ` Paul Turner
2013-10-16 22:22       ` Peter Zijlstra
2013-10-16 22:40     ` bsegall
2013-10-29 14:07   ` [tip:sched/core] " tip-bot for Paul Turner
2013-10-16 18:16 ` [PATCH 5/5] sched: Avoid throttle_cfs_rq racing with period_timer stopping Ben Segall
2013-10-16 22:06   ` Peter Zijlstra
2013-10-29 14:07   ` [tip:sched/core] sched: Avoid throttle_cfs_rq() " tip-bot for Ben Segall

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