Re: [BUGFIX] crypto: atmel: only treat EBUSY as transient if backlog

2017-07-12 Thread Herbert Xu
On Wed, Jun 28, 2017 at 10:22:03AM +0300, Gilad Ben-Yossef wrote: > The Atmel SHA driver was treating -EBUSY as indication of queueing > to backlog without checking that backlog is enabled for the request. > > Fix it by checking request flags. > > Signed-off-by: Gilad Ben-Yossef

Re: [BUGFIX] crypto: atmel: only treat EBUSY as transient if backlog

2017-07-12 Thread Herbert Xu
On Wed, Jun 28, 2017 at 10:22:03AM +0300, Gilad Ben-Yossef wrote: > The Atmel SHA driver was treating -EBUSY as indication of queueing > to backlog without checking that backlog is enabled for the request. > > Fix it by checking request flags. > > Signed-off-by: Gilad Ben-Yossef Patch applied.

[BUGFIX] crypto: atmel: only treat EBUSY as transient if backlog

2017-06-28 Thread Gilad Ben-Yossef
The Atmel SHA driver was treating -EBUSY as indication of queueing to backlog without checking that backlog is enabled for the request. Fix it by checking request flags. Signed-off-by: Gilad Ben-Yossef --- Please note I do not have access to the hardware or know it very

[BUGFIX] crypto: atmel: only treat EBUSY as transient if backlog

2017-06-28 Thread Gilad Ben-Yossef
The Atmel SHA driver was treating -EBUSY as indication of queueing to backlog without checking that backlog is enabled for the request. Fix it by checking request flags. Signed-off-by: Gilad Ben-Yossef --- Please note I do not have access to the hardware or know it very well, so this patch was