sched: Use rq->rd in sched_setaffinity() under RCU read lock
authorKirill Tkhai <ktkhai@parallels.com>
Mon, 22 Sep 2014 18:36:36 +0000 (22:36 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Nov 2014 17:00:11 +0000 (09:00 -0800)
commit68dc002ad8efcd11942c94a1a3906d6feb1533af
tree99a9ddbc098db51dcd87178bfb98dec1008183fd
parent3ee437c556e18984624a018915ec34defa259423
sched: Use rq->rd in sched_setaffinity() under RCU read lock

commit f1e3a0932f3a9554371792a7daaf1e0eb19f66d5 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>
kernel/sched/core.c