Re: Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"

2019-02-07 Thread Gilad Ben-Yossef
On Thu, Feb 7, 2019 at 10:25 AM Gilad Ben-Yossef wrote: > > > > On Wed, 6 Feb 2019 at 17:40, Gilad Ben-Yossef wrote: > > > > > > Hi all, > > > > > > A regression was spotted in the ccree driver running on Arm 32 bit > > > causing a kernel panic during the crypto API self test phase (panic > > >

Re: Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"

2019-02-07 Thread Gilad Ben-Yossef
Hi, Thank for the quick response. On Wed, Feb 6, 2019 at 6:59 PM Vincent Guittot wrote: > > Hi Gilad, > > On Wed, 6 Feb 2019 at 17:40, Gilad Ben-Yossef wrote: > > > > Hi all, > > > > A regression was spotted in the ccree driver running on Arm 32 bit > > causing a kernel panic during the crypto

Re: Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"

2019-02-06 Thread Vincent Guittot
Hi Gilad, On Wed, 6 Feb 2019 at 17:40, Gilad Ben-Yossef wrote: > > Hi all, > > A regression was spotted in the ccree driver running on Arm 32 bit > causing a kernel panic during the crypto API self test phase (panic > messages included with this message) happening in the PM resume > callback

Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"

2019-02-06 Thread Gilad Ben-Yossef
Hi all, A regression was spotted in the ccree driver running on Arm 32 bit causing a kernel panic during the crypto API self test phase (panic messages included with this message) happening in the PM resume callback that was not happening before. I've bisected the change that caused this to