Re: [PATCH 00/27] cpufreq: Stop validating cpufreq table in drivers

2018-03-09 Thread Viresh Kumar
On 26-02-18, 10:38, Viresh Kumar wrote: > Hi, > > A patchset [1] sent last week already updated the cpufreq core to start > validating cpufreq table if the policy contains a valid > "policy->freq_table" pointer. > > This series updates all such drivers to stop validating the cpufreq > table direc

[PATCH 00/27] cpufreq: Stop validating cpufreq table in drivers

2018-02-25 Thread Viresh Kumar
Hi, A patchset [1] sent last week already updated the cpufreq core to start validating cpufreq table if the policy contains a valid "policy->freq_table" pointer. This series updates all such drivers to stop validating the cpufreq table directly and let only the core handle it. It depends on the