Re: [PATCH v2] powerpc: Warn about use of smt_snooze_delay

2020-09-10 Thread Michael Ellerman
Michael Ellerman writes: > On Tue, 30 Jun 2020 11:29:35 +0930, Joel Stanley wrote: >> It's not done anything for a long time. Save the percpu variable, and >> emit a warning to remind users to not expect it to do anything. >> >> Fixes: 3fa8cad82b94 ("powerpc/pseries/cpuidle: smt-snooze-delay

Re: [PATCH v2] powerpc: Warn about use of smt_snooze_delay

2020-09-09 Thread Michael Ellerman
On Tue, 30 Jun 2020 11:29:35 +0930, Joel Stanley wrote: > It's not done anything for a long time. Save the percpu variable, and > emit a warning to remind users to not expect it to do anything. > > Fixes: 3fa8cad82b94 ("powerpc/pseries/cpuidle: smt-snooze-delay cleanup.") > Cc:

Re: [PATCH v2] powerpc: Warn about use of smt_snooze_delay

2020-08-05 Thread Joel Stanley
On Tue, 4 Aug 2020 at 11:59, Michael Ellerman wrote: > > Joel Stanley writes: > > It's not done anything for a long time. Save the percpu variable, and > > emit a warning to remind users to not expect it to do anything. > > > > Fixes: 3fa8cad82b94 ("powerpc/pseries/cpuidle: smt-snooze-delay

Re: [PATCH v2] powerpc: Warn about use of smt_snooze_delay

2020-08-04 Thread Michael Ellerman
Joel Stanley writes: > It's not done anything for a long time. Save the percpu variable, and > emit a warning to remind users to not expect it to do anything. > > Fixes: 3fa8cad82b94 ("powerpc/pseries/cpuidle: smt-snooze-delay cleanup.") > Cc: sta...@vger.kernel.org # v3.14 > Signed-off-by: Joel

Re: [PATCH v2] powerpc: Warn about use of smt_snooze_delay

2020-08-04 Thread Gautham R Shenoy
Hi Joel, On Tue, Jun 30, 2020 at 11:29:35AM +0930, Joel Stanley wrote: > It's not done anything for a long time. Save the percpu variable, and > emit a warning to remind users to not expect it to do anything. > > Fixes: 3fa8cad82b94 ("powerpc/pseries/cpuidle: smt-snooze-delay cleanup.") > Cc: