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