mbox series

[0/3] crypto: caam/jr - DMA API fixes

Message ID 20190219145657.2267-1-horia.geanta@nxp.com (mailing list archive)
Headers show
Series crypto: caam/jr - DMA API fixes | expand

Message

Horia Geanta Feb. 19, 2019, 2:56 p.m. UTC
This patch set fixes issues uncovered when testing the Job Ring interface
with CONFIG_DMA_API_DEBUG=y.

First patch ("crypto: caam - fix hash context DMA unmap size") has to be
sent to -stable, according to "Fixes" tag.

Franck LENORMAND (1):
  crypto: caam - fix hash context DMA unmap size

Horia Geantă (2):
  crypto: caam - fix DMA mapping xcbc key twice
  crypto: caam - generate hash keys in-place

 drivers/crypto/caam/caamhash.c | 51 ++++++++++++++++--------------------------
 drivers/crypto/caam/key_gen.c  | 30 +++++++++----------------
 2 files changed, 29 insertions(+), 52 deletions(-)

Comments

Herbert Xu Feb. 28, 2019, 6:29 a.m. UTC | #1
On Tue, Feb 19, 2019 at 04:56:54PM +0200, Horia Geantă wrote:
> This patch set fixes issues uncovered when testing the Job Ring interface
> with CONFIG_DMA_API_DEBUG=y.
> 
> First patch ("crypto: caam - fix hash context DMA unmap size") has to be
> sent to -stable, according to "Fixes" tag.
> 
> Franck LENORMAND (1):
>   crypto: caam - fix hash context DMA unmap size
> 
> Horia Geantă (2):
>   crypto: caam - fix DMA mapping xcbc key twice
>   crypto: caam - generate hash keys in-place
> 
>  drivers/crypto/caam/caamhash.c | 51 ++++++++++++++++--------------------------
>  drivers/crypto/caam/key_gen.c  | 30 +++++++++----------------
>  2 files changed, 29 insertions(+), 52 deletions(-)

All applied.  Thanks.