All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] crypto: caam - fixes, clean-up
@ 2016-11-09  8:46 Horia Geantă
  2016-11-09  8:46 ` [PATCH 01/14] crypto: caam - fix AEAD givenc descriptors Horia Geantă
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Horia Geantă @ 2016-11-09  8:46 UTC (permalink / raw)
  To: Herbert Xu; +Cc: David S. Miller, linux-crypto

This is a batch of fixes and clean-up for caam driver.

Only the fix for the givencrypt shared descriptors is high-impact
and thus sent to -stable.

Thanks,
Horia

Alex Porosanu (1):
  crypto: caam - fix AEAD givenc descriptors

Horia Geantă (13):
  crypto: caam - completely remove error propagation handling
  crypto: caam - desc.h fixes
  crypto: caam - fix sparse warnings
  crypto: caam - fix smatch warnings
  crypto: caam - remove unused may_sleep in dbg_dump_sg()
  crypto: caam - remove unused command from aead givencrypt
  crypto: caam - trivial code clean-up
  crypto: caam - remove unreachable code in report_ccb_status()
  crypto: caam - fix DMA API mapping leak in ablkcipher code
  Revert "crypto: caam - get rid of tasklet"
  crypto: caam - move sec4_sg_entry to sg_sw_sec4.h
  crypto: caam - constify pointer to descriptor buffer
  crypto: caam - merge identical ahash_final/finup shared desc

 drivers/crypto/caam/caamalg.c     | 92 +++++++++++++++++++++++++--------------
 drivers/crypto/caam/caamhash.c    | 43 +++---------------
 drivers/crypto/caam/caampkc.c     |  4 +-
 drivers/crypto/caam/caamrng.c     | 10 ++---
 drivers/crypto/caam/ctrl.c        | 40 ++++++++---------
 drivers/crypto/caam/desc.h        | 22 ++++------
 drivers/crypto/caam/desc_constr.h | 72 +++++++++++++++---------------
 drivers/crypto/caam/error.c       |  5 +--
 drivers/crypto/caam/intern.h      |  1 +
 drivers/crypto/caam/jr.c          | 27 +++++++-----
 drivers/crypto/caam/sg_sw_sec4.h  |  6 ++-
 11 files changed, 158 insertions(+), 164 deletions(-)

-- 
2.4.4

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-11-13 11:36 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09  8:46 [PATCH 00/14] crypto: caam - fixes, clean-up Horia Geantă
2016-11-09  8:46 ` [PATCH 01/14] crypto: caam - fix AEAD givenc descriptors Horia Geantă
2016-11-09  8:46 ` [PATCH 02/14] crypto: caam - completely remove error propagation handling Horia Geantă
2016-11-09  8:46 ` [PATCH 03/14] crypto: caam - desc.h fixes Horia Geantă
2016-11-09  8:46 ` [PATCH 04/14] crypto: caam - fix sparse warnings Horia Geantă
2016-11-09  8:46 ` [PATCH 05/14] crypto: caam - fix smatch warnings Horia Geantă
2016-11-09  8:46 ` [PATCH 06/14] crypto: caam - remove unused may_sleep in dbg_dump_sg() Horia Geantă
2016-11-09  8:46 ` [PATCH 07/14] crypto: caam - remove unused command from aead givencrypt Horia Geantă
2016-11-09  8:46 ` [PATCH 08/14] crypto: caam - trivial code clean-up Horia Geantă
2016-11-09  8:46 ` [PATCH 09/14] crypto: caam - remove unreachable code in report_ccb_status() Horia Geantă
2016-11-09  8:46 ` [PATCH 10/14] crypto: caam - fix DMA API mapping leak in ablkcipher code Horia Geantă
2016-11-09  8:46 ` [PATCH 11/14] Revert "crypto: caam - get rid of tasklet" Horia Geantă
2016-11-09  8:53   ` Russell King - ARM Linux
2016-11-09 23:17     ` Thomas Gleixner
2016-11-09 23:19       ` Thomas Gleixner
2016-11-09  8:46 ` [PATCH 12/14] crypto: caam - move sec4_sg_entry to sg_sw_sec4.h Horia Geantă
2016-11-09  8:46 ` [PATCH 13/14] crypto: caam - constify pointer to descriptor buffer Horia Geantă
2016-11-09  8:46 ` [PATCH 14/14] crypto: caam - merge identical ahash_final/finup shared desc Horia Geantă
2016-11-13 11:35 ` [PATCH 00/14] crypto: caam - fixes, clean-up Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.