From: Kirill Tkhai Date: Tue, 30 Sep 2014 08:23:37 +0000 (+0400) Subject: sched/dl: Use dl_bw_of() under rcu_read_lock_sched() X-Git-Tag: fixes-against-v3.18-rc2~97^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10e00f4bf360c36edbe6bf18a6c75b171cbe012;p=pandora-kernel.git sched/dl: Use dl_bw_of() under rcu_read_lock_sched() rq->rd is freed using call_rcu_sched(), so rcu_read_lock() to access it is not enough. We should use either rcu_read_lock_sched() or preempt_disable(). Reported-by: Sasha Levin Suggested-by: Peter Zijlstra Signed-off-by: Kirill Tkhai Fixes: 66339c31bc39 "sched: Use dl_bw_of() under RCU read lock" Link: http://lkml.kernel.org/r/1412065417.20287.24.camel@tkhai Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed