From: Saravana Kannan Date: Fri, 28 Feb 2014 03:38:57 +0000 (-0800) Subject: PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugs X-Git-Tag: v3.15-rc1~151^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35d35a1c0b3a7317d77e03e686a4a205cdd4eed;p=pandora-kernel.git PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugs The current devfreq_update_status() has the following bugs: - If previous frequency doesn't have a valid level, it does an out of bounds access into the trans_table and causes memory corruption. - When the new frequency doesn't have a valid level, the time spent in the new frequency is counted towards the next valid frequency switch instead of being ignored. - The time spent on the previous frequency is added to the new frequency's stats instead of the previous frequency's stats. This patch fixes all of this. Signed-off-by: Saravana Kannan Signed-off-by: MyungJoo Ham --- Reading git-diff-tree failed