mbox series

[0/3] crypto: caam/qi2 - ahash fixes for 5.2

Message ID 20190425145223.28603-1-horia.geanta@nxp.com (mailing list archive)
Headers show
Series crypto: caam/qi2 - ahash fixes for 5.2 | expand

Message

Horia Geanta April 25, 2019, 2:52 p.m. UTC
ahash implementation in caam/jr driver has undergone a few
DMA API related fixes.

This patch set contains similar fixes for ahash implementation
in caam/qi2 driver.

Horia Geantă (3):
  crypto: caam/qi2 - fix zero-length buffer DMA mapping
  crypto: caam/qi2 - fix DMA mapping of stack memory
  crypto: caam/qi2 - generate hash keys in-place

 drivers/crypto/caam/caamalg_qi2.c | 177 +++++++++++++-----------------
 drivers/crypto/caam/caamalg_qi2.h |   2 -
 2 files changed, 78 insertions(+), 101 deletions(-)

Comments

Horia Geanta April 25, 2019, 6:43 p.m. UTC | #1
On 4/25/2019 5:52 PM, Horia Geantă wrote:
> ahash implementation in caam/jr driver has undergone a few
> DMA API related fixes.
> 
> This patch set contains similar fixes for ahash implementation
> in caam/qi2 driver.
> 
Sorry, I meant "for 5.1" - of course, if it's still possible.

Thanks,
Horia
Herbert Xu May 3, 2019, 6:10 a.m. UTC | #2
On Thu, Apr 25, 2019 at 06:43:58PM +0000, Horia Geanta wrote:
> On 4/25/2019 5:52 PM, Horia Geantă wrote:
> > ahash implementation in caam/jr driver has undergone a few
> > DMA API related fixes.
> > 
> > This patch set contains similar fixes for ahash implementation
> > in caam/qi2 driver.

All applied.  Thanks.

> Sorry, I meant "for 5.1" - of course, if it's still possible.

I think it's a bit late for fixes like these.  They weren't exactly
introduced in 5.1 anyway so I've pushed them into cryptodev.

Cheers,