[PATCH 50/70] cpufreq: interactive: fix race on cpufreq TRANSITION notifier

2015-10-27 Thread Bálint Czobor
From: Lianwei Wang The cpufreq TRANSTION notifier callback does not check the governor_enabled state on affected CPUS, which will case kernel panic in update_load because the policy object maybe NULL or invalid when governor_enabled is false. Change-Id: Ie0f1718124f61e2f9b5da57abc6981ada5b83908

[PATCH 50/70] cpufreq: interactive: fix race on cpufreq TRANSITION notifier

2015-10-27 Thread Bálint Czobor
From: Lianwei Wang The cpufreq TRANSTION notifier callback does not check the governor_enabled state on affected CPUS, which will case kernel panic in update_load because the policy object maybe NULL or invalid when governor_enabled is false. Change-Id: