From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pegase1.c-s.fr (pegase1.c-s.fr [93.17.236.30]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xxNHD68w6zDq8f for ; Tue, 19 Sep 2017 22:59:03 +1000 (AEST) Message-Id: From: Christophe Leroy Subject: [PATCH 0/6] crypto: talitos - various fixes To: Herbert Xu , David S. Miller Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-crypto@vger.kernel.org Date: Tue, 19 Sep 2017 14:58:59 +0200 (CEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This serie provide various fixes on the talitos driver. Christophe Leroy (6): crypto: talitos - Don't provide setkey for non hmac hashing algs. crypto: talitos - fix hashing crypto: talitos - fix sha224 crypto: talitos - fix AEAD test failures crypto: talitos - use kzalloc instead of kmalloc crypto: talitos - fix memory corruption on SEC2 drivers/crypto/talitos.c | 81 +++++++++++++++++++++--------------------------- drivers/crypto/talitos.h | 2 -- 2 files changed, 36 insertions(+), 47 deletions(-) -- 2.13.3