mbox series

[0/3] crypto: hisilicon - Misc qm/zip fixes

Message ID 1574142178-76514-1-git-send-email-wangzhou1@hisilicon.com (mailing list archive)
Headers show
Series crypto: hisilicon - Misc qm/zip fixes | expand

Message

Zhou Wang Nov. 19, 2019, 5:42 a.m. UTC
These patches are independent fixes about qm and zip.

Jonathan Cameron (2):
  crypto: hisilicon - Fix issue with wrong number of sg elements after
    dma map
  crypto: hisilicon - Use the offset fields in sqe to avoid need to
    split scatterlists

Zhou Wang (1):
  crypto: hisilicon - Remove useless MODULE macros

 drivers/crypto/hisilicon/Kconfig          |  1 -
 drivers/crypto/hisilicon/sgl.c            | 17 +++---
 drivers/crypto/hisilicon/zip/zip.h        |  4 ++
 drivers/crypto/hisilicon/zip/zip_crypto.c | 92 ++++++++-----------------------
 4 files changed, 35 insertions(+), 79 deletions(-)

Comments

Herbert Xu Dec. 11, 2019, 9:31 a.m. UTC | #1
On Tue, Nov 19, 2019 at 01:42:55PM +0800, Zhou Wang wrote:
> These patches are independent fixes about qm and zip.
> 
> Jonathan Cameron (2):
>   crypto: hisilicon - Fix issue with wrong number of sg elements after
>     dma map
>   crypto: hisilicon - Use the offset fields in sqe to avoid need to
>     split scatterlists
> 
> Zhou Wang (1):
>   crypto: hisilicon - Remove useless MODULE macros
> 
>  drivers/crypto/hisilicon/Kconfig          |  1 -
>  drivers/crypto/hisilicon/sgl.c            | 17 +++---
>  drivers/crypto/hisilicon/zip/zip.h        |  4 ++
>  drivers/crypto/hisilicon/zip/zip_crypto.c | 92 ++++++++-----------------------
>  4 files changed, 35 insertions(+), 79 deletions(-)

All applied.  Thanks.
Zhou Wang Dec. 11, 2019, 11:45 a.m. UTC | #2
On 2019/12/11 17:31, Herbert Xu wrote:
> On Tue, Nov 19, 2019 at 01:42:55PM +0800, Zhou Wang wrote:
>> These patches are independent fixes about qm and zip.
>>
>> Jonathan Cameron (2):
>>   crypto: hisilicon - Fix issue with wrong number of sg elements after
>>     dma map
>>   crypto: hisilicon - Use the offset fields in sqe to avoid need to
>>     split scatterlists
>>
>> Zhou Wang (1):
>>   crypto: hisilicon - Remove useless MODULE macros
>>
>>  drivers/crypto/hisilicon/Kconfig          |  1 -
>>  drivers/crypto/hisilicon/sgl.c            | 17 +++---
>>  drivers/crypto/hisilicon/zip/zip.h        |  4 ++
>>  drivers/crypto/hisilicon/zip/zip_crypto.c | 92 ++++++++-----------------------
>>  4 files changed, 35 insertions(+), 79 deletions(-)
> 
> All applied.  Thanks.

Thanks!

>