linux/kernel/sched
Kirill Tkhai 68dc002ad8 sched: Use rq->rd in sched_setaffinity() under RCU read lock
commit f1e3a0932f upstream.

Probability of use-after-free isn't zero in this place.

Signed-off-by: Kirill Tkhai <ktkhai@parallels.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/20140922183636.11015.83611.stgit@localhost
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-11-14 09:00:11 -08:00
..
auto_group.c
auto_group.h
clock.c sched/clock: Prevent tracing recursion in sched_clock_cpu() 2014-03-11 11:33:48 +01:00
completion.c
core.c sched: Use rq->rd in sched_setaffinity() under RCU read lock 2014-11-14 09:00:11 -08:00
cpuacct.c
cpuacct.h
cpudeadline.c sched/deadline: Fix memory leak 2014-06-11 11:54:08 -07:00
cpudeadline.h sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap 2014-01-13 13:46:46 +01:00
cpupri.c sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check 2014-06-11 11:54:08 -07:00
cpupri.h
cputime.c sched: Sanitize irq accounting madness 2014-06-11 11:54:08 -07:00
deadline.c printk: rename printk_sched to printk_deferred 2014-08-07 14:52:37 -07:00
debug.c sched: Fix possible divide by zero in avg_atom() calculation 2014-07-28 08:06:03 -07:00
fair.c sched: Fix double normalization of vruntime 2014-02-27 12:29:38 +01:00
features.h
idle_task.c
Makefile sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap 2014-01-13 13:46:46 +01:00
proc.c
rt.c printk: rename printk_sched to printk_deferred 2014-08-07 14:52:37 -07:00
sched.h sched/deadline: Remove useless dl_nr_total 2014-02-21 21:27:10 +01:00
stats.c
stats.h
stop_task.c sched/deadline: Add SCHED_DEADLINE structures & implementation 2014-01-13 13:41:06 +01:00
wait.c