All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] crypto: inside-secure - set of fixes
@ 2017-11-28  9:05 Antoine Tenart
  2017-11-28  9:05 ` [PATCH 1/4] crypto: inside-secure - per request invalidation Antoine Tenart
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Antoine Tenart @ 2017-11-28  9:05 UTC (permalink / raw)
  To: herbert, davem
  Cc: Antoine Tenart, thomas.petazzoni, gregory.clement, miquel.raynal,
	oferh, igall, nadavh, linux-crypto

Hi Herbert,

This series is a set of 4 fixes on the Inside Secure SafeXcel crypto
engine driver. The series will be followed by another non-fix one.

This is based on v4.15-rc1.

Thanks,
Antoine

Antoine Tenart (3):
  crypto: inside-secure - free requests even if their handling failed
  crypto: inside-secure - only update the result buffer when provided
  crypto: inside-secure - fix request allocations in invalidation path

Ofer Heifetz (1):
  crypto: inside-secure - per request invalidation

 drivers/crypto/inside-secure/crash.txt         | 56 +++++++++++++++++
 drivers/crypto/inside-secure/safexcel.c        |  1 +
 drivers/crypto/inside-secure/safexcel_cipher.c | 83 ++++++++++++++++++------
 drivers/crypto/inside-secure/safexcel_hash.c   | 87 +++++++++++++++++++-------
 4 files changed, 187 insertions(+), 40 deletions(-)
 create mode 100644 drivers/crypto/inside-secure/crash.txt

-- 
2.14.3

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

end of thread, other threads:[~2017-12-11 11:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-28  9:05 [PATCH 0/4] crypto: inside-secure - set of fixes Antoine Tenart
2017-11-28  9:05 ` [PATCH 1/4] crypto: inside-secure - per request invalidation Antoine Tenart
2017-11-28  9:14   ` Antoine Tenart
2017-11-28  9:05 ` [PATCH 2/4] crypto: inside-secure - free requests even if their handling failed Antoine Tenart
2017-11-28  9:05 ` [PATCH 3/4] crypto: inside-secure - only update the result buffer when provided Antoine Tenart
2017-12-11  7:29   ` Herbert Xu
2017-12-11  7:49     ` Antoine Tenart
2017-12-11 11:13       ` Herbert Xu
2017-11-28  9:05 ` [PATCH 4/4] crypto: inside-secure - fix request allocations in invalidation path Antoine Tenart

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.