Re: [PATCH] cpu_pm: add syscore_suspend error handling

2018-03-02 Thread dbasehore .
On Thu, Mar 1, 2018 at 12:39 AM, Sebastian Andrzej Siewior wrote: > On 2018-02-28 19:27:54 [-0800], Derek Basehore wrote: >> If cpu_cluster_pm_enter() fails, cpu_pm_exit() should be called. This >> will put the CPU in the correct state to resume from the failure. > > Was

Re: [PATCH] cpu_pm: add syscore_suspend error handling

2018-03-02 Thread dbasehore .
On Thu, Mar 1, 2018 at 12:39 AM, Sebastian Andrzej Siewior wrote: > On 2018-02-28 19:27:54 [-0800], Derek Basehore wrote: >> If cpu_cluster_pm_enter() fails, cpu_pm_exit() should be called. This >> will put the CPU in the correct state to resume from the failure. > > Was this triggered or found

Re: [PATCH] cpu_pm: add syscore_suspend error handling

2018-03-01 Thread Sebastian Andrzej Siewior
On 2018-02-28 19:27:54 [-0800], Derek Basehore wrote: > If cpu_cluster_pm_enter() fails, cpu_pm_exit() should be called. This > will put the CPU in the correct state to resume from the failure. Was this triggered or found on review? Either way it was introduced in 6f3eaec87b6b ("cpu_pm: call

Re: [PATCH] cpu_pm: add syscore_suspend error handling

2018-03-01 Thread Sebastian Andrzej Siewior
On 2018-02-28 19:27:54 [-0800], Derek Basehore wrote: > If cpu_cluster_pm_enter() fails, cpu_pm_exit() should be called. This > will put the CPU in the correct state to resume from the failure. Was this triggered or found on review? Either way it was introduced in 6f3eaec87b6b ("cpu_pm: call

[PATCH] cpu_pm: add syscore_suspend error handling

2018-02-28 Thread Derek Basehore
If cpu_cluster_pm_enter() fails, cpu_pm_exit() should be called. This will put the CPU in the correct state to resume from the failure. Signed-off-by: Derek Basehore --- kernel/cpu_pm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/cpu_pm.c

[PATCH] cpu_pm: add syscore_suspend error handling

2018-02-28 Thread Derek Basehore
If cpu_cluster_pm_enter() fails, cpu_pm_exit() should be called. This will put the CPU in the correct state to resume from the failure. Signed-off-by: Derek Basehore --- kernel/cpu_pm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/cpu_pm.c b/kernel/cpu_pm.c index