From: Nishanth Menon Date: Fri, 18 Jan 2013 19:52:33 +0000 (+0000) Subject: cpufreq: cpufreq-cpu0: use RCU locks around usage of OPP X-Git-Tag: v3.8-rc5~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e8eb8feab7d85f4cc215afe1457a228bf4eed9;p=pandora-kernel.git cpufreq: cpufreq-cpu0: use RCU locks around usage of OPP OPP pointer is RCU protected, hence after finding it, de-reference also should be protected with the same RCU context else the OPP pointer may become invalid. Reported-by: Jack Mitchell Tested-by: Alexander Holler Tested-by: Jack Mitchell Acked-by: Alexander Holler Signed-off-by: Nishanth Menon Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed