All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/4] sched,numa: pinned task accounting
@ 2015-05-15 15:43 Peter Zijlstra
  2015-05-15 15:43 ` [RFC][PATCH 1/4] sched: Fix a race between __kthread_bind() and sched_setaffinity() Peter Zijlstra
                   ` (4 more replies)
  0 siblings, 5 replies; 32+ messages in thread
From: Peter Zijlstra @ 2015-05-15 15:43 UTC (permalink / raw)
  To: mingo, riel; +Cc: dedekind1, linux-kernel, mgorman, peterz, rostedt, juri.lelli

Hi,

Here's a first few patches that provide pinned task accounting; they are boot
tested only so far.

I don't think this is enough to address Artem's regression, but its a
foundation to add some more smarts. In particular we should make it harder
still to migrate well placed tasks away due to these pinned tasks.

Rostedt, Juri, please double check what I did to your resp. set_cpus_allowed
methods.

---
 include/linux/kthread.h  |  1 +
 include/linux/sched.h    |  7 -----
 kernel/kthread.c         | 20 ++++++++++++---
 kernel/sched/core.c      | 66 ++++++++++++++++++++++++++++++++++++++++++------
 kernel/sched/deadline.c  | 35 ++-----------------------
 kernel/sched/fair.c      | 43 +++++++++++++++++++++++++------
 kernel/sched/idle_task.c |  1 +
 kernel/sched/rt.c        | 41 +-----------------------------
 kernel/sched/sched.h     |  3 +++
 kernel/sched/stop_task.c |  1 +
 kernel/workqueue.c       | 11 ++------
 11 files changed, 121 insertions(+), 108 deletions(-)


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

end of thread, other threads:[~2015-08-20 16:46 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-15 15:43 [RFC][PATCH 0/4] sched,numa: pinned task accounting Peter Zijlstra
2015-05-15 15:43 ` [RFC][PATCH 1/4] sched: Fix a race between __kthread_bind() and sched_setaffinity() Peter Zijlstra
2015-05-15 15:56   ` Tejun Heo
2015-08-07 14:27     ` Peter Zijlstra
2015-08-07 15:16       ` Tejun Heo
2015-08-07 15:29         ` Peter Zijlstra
2015-08-07 15:38           ` Tejun Heo
2015-08-07 15:59             ` Peter Zijlstra
2015-08-07 16:09               ` Tejun Heo
2015-08-12 12:38   ` [tip:sched/core] " tip-bot for Peter Zijlstra
2015-05-15 15:43 ` [RFC][PATCH 2/4] sched: Make sched_class::set_cpus_allowed() unconditional Peter Zijlstra
2015-08-12 12:38   ` [tip:sched/core] " tip-bot for Peter Zijlstra
2015-08-20 16:45   ` [RFC][PATCH 2/4] " Sasha Levin
2015-05-15 15:43 ` [RFC][PATCH 3/4] sched: Change sched_class::set_cpus_allowed calling context Peter Zijlstra
     [not found]   ` <OF66BF3765.2EBFD3B1-ON48257E49.0028DC79-48257E49.0029F058@zte.com.cn>
2015-05-18  8:32     ` Peter Zijlstra
2015-05-18  9:34       ` Juri Lelli
2015-05-18 20:04       ` Peter Zijlstra
2015-08-12 12:38   ` [tip:sched/core] sched: Change the sched_class::set_cpus_allowed( ) " tip-bot for Peter Zijlstra
2015-08-13 18:47     ` Sasha Levin
2015-08-13 20:37       ` Peter Zijlstra
2015-08-13 20:59         ` Sasha Levin
2015-08-13 21:30           ` Peter Zijlstra
2015-05-15 15:43 ` [RFC][PATCH 4/4] sched, numa: Ignore pinned tasks Peter Zijlstra
2015-05-15 19:05   ` Rik van Riel
2015-05-16  9:31   ` Peter Zijlstra
2015-05-18 13:00   ` Srikar Dronamraju
2015-05-18 13:06     ` Peter Zijlstra
2015-05-18 14:13       ` Rik van Riel
2015-05-18 14:29       ` Srikar Dronamraju
2015-05-18 15:09         ` Peter Zijlstra
2015-05-18 13:10   ` Srikar Dronamraju
2015-05-18  9:08 ` [RFC][PATCH 0/4] sched,numa: pinned task accounting Artem Bityutskiy

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.