On Tuesday, May 31, 2016 04:14:34 PM Viresh Kumar wrote: > On 28-05-16, 15:15, Rafael J. Wysocki wrote: > > -static int __init cpufreq_stats_init(void) > > -{ > > - int ret; > > - unsigned int cpu; > > - > > - spin_lock_init(&cpufreq_stats_lock); > > My bad for ignoring this, but the spin lock is left uninitialized now
That's embarrassing. Should be fixed now, thanks!