public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC v2] Fix race window during idle cpu selection.
@ 2017-12-05 19:09 Atish Patra
  2017-12-05 19:09 ` [PATCH RFC v2] sched: Minimize the idle cpu selection race window Atish Patra
  0 siblings, 1 reply; 3+ messages in thread
From: Atish Patra @ 2017-12-05 19:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: joelaf, jbacik, mingo, peterz, efault, urezki, atish.patra

This patch tries to fix a possible race window that lets multiple
tasks wakeup on the same cpu. schbench, uperf & Jackbench (Android)
mostly showed improvements while none of the other standard benchmarks
have shown any regression.

changes from v1->v2:
1. Added the performance numbers.
2. Did not include the debug patch.
   It can still be found at 
   https://lkml.org/lkml/2017/10/31/16

Atish Patra (1):
  sched: Minimize the idle cpu selection race window.

 kernel/sched/core.c      |  4 ++++
 kernel/sched/fair.c      | 12 +++++++++---
 kernel/sched/idle_task.c |  1 +
 kernel/sched/sched.h     |  1 +
 4 files changed, 15 insertions(+), 3 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-02-07 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 19:09 [PATCH RFC v2] Fix race window during idle cpu selection Atish Patra
2017-12-05 19:09 ` [PATCH RFC v2] sched: Minimize the idle cpu selection race window Atish Patra
2018-02-07 13:59   ` Matt Fleming

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