Re: [PATCH 1/2] cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()

2017-03-20 Thread Rafael J. Wysocki
On Monday, March 20, 2017 08:58:40 AM Viresh Kumar wrote: > On 19-03-17, 14:30, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > sugov_start() only initializes struct sugov_cpu per-CPU structures > > for shared policies, but it should do that for

Re: [PATCH 1/2] cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()

2017-03-20 Thread Rafael J. Wysocki
On Monday, March 20, 2017 08:58:40 AM Viresh Kumar wrote: > On 19-03-17, 14:30, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > sugov_start() only initializes struct sugov_cpu per-CPU structures > > for shared policies, but it should do that for single-CPU policies too. > > > >

Re: [PATCH 1/2] cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()

2017-03-19 Thread Viresh Kumar
On 19-03-17, 14:30, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > sugov_start() only initializes struct sugov_cpu per-CPU structures > for shared policies, but it should do that for single-CPU policies too. > > That in particular makes the IO-wait boost

Re: [PATCH 1/2] cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()

2017-03-19 Thread Viresh Kumar
On 19-03-17, 14:30, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > sugov_start() only initializes struct sugov_cpu per-CPU structures > for shared policies, but it should do that for single-CPU policies too. > > That in particular makes the IO-wait boost mechanism work in the > cases

[PATCH 1/2] cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()

2017-03-19 Thread Rafael J. Wysocki
From: Rafael J. Wysocki sugov_start() only initializes struct sugov_cpu per-CPU structures for shared policies, but it should do that for single-CPU policies too. That in particular makes the IO-wait boost mechanism work in the cases when cpufreq policies correspond

[PATCH 1/2] cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()

2017-03-19 Thread Rafael J. Wysocki
From: Rafael J. Wysocki sugov_start() only initializes struct sugov_cpu per-CPU structures for shared policies, but it should do that for single-CPU policies too. That in particular makes the IO-wait boost mechanism work in the cases when cpufreq policies correspond to individual CPUs. Fixes: