Re: [PATCH 0/4] crypto: hisilicon/zip - misc bugfix

2020-07-31 Thread shenyang (M)
On 2020/7/31 16:28, Herbert Xu wrote: On Sat, Jul 25, 2020 at 02:06:46PM +0800, Yang Shen wrote: This patchset fix some bug: patch 1:clear the debug registers when remove driver patch 2:intercept invalid input when using decompress patch 3:replace the return value '-EBUSY' with '-EAGAIN' when

Re: [PATCH 0/4] crypto: hisilicon/zip - misc bugfix

2020-07-31 Thread Herbert Xu
On Sat, Jul 25, 2020 at 02:06:46PM +0800, Yang Shen wrote: > This patchset fix some bug: > patch 1:clear the debug registers when remove driver > patch 2:intercept invalid input when using decompress > patch 3:replace the return value '-EBUSY' with '-EAGAIN' when > device is busy > patch 4:init

[PATCH 0/4] crypto: hisilicon/zip - misc bugfix

2020-07-24 Thread Yang Shen
This patchset fix some bug: patch 1:clear the debug registers when remove driver patch 2:intercept invalid input when using decompress patch 3:replace the return value '-EBUSY' with '-EAGAIN' when device is busy patch 4:initialize the 'curr_qm_qp_num' when probe device This patchset depends on