From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Chen Subject: Re: [PATCH] crypto: sha1-mb - remove HASH_FIRST flag Date: Mon, 29 Jan 2018 17:09:08 -0800 Message-ID: References: <20180125031008.778-1-ebiggers3@gmail.com> <20180125220340.l2t2v7jjc5dwoe43@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-crypto@vger.kernel.org, Herbert Xu , "David S . Miller" , Eric Biggers , Megha Dey To: Eric Biggers Return-path: Received: from mga09.intel.com ([134.134.136.24]:41231 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752316AbeA3BJJ (ORCPT ); Mon, 29 Jan 2018 20:09:09 -0500 In-Reply-To: <20180125220340.l2t2v7jjc5dwoe43@gmail.com> Content-Language: en-US Sender: linux-crypto-owner@vger.kernel.org List-ID: >> >> I suppose this will be okay as we are really doing the initialization in >> sha1_mb_init. Megha is now maintaining this code. Copying her >> so she can do some verification of this change. >> > > Please update the MAINTAINERS file so that people know who to Cc on patches. > > Eric > Herbert, Can you pull in the patch below to update MAINTAINERS for sha multibuffer? Tim >>From 884095fccd36d2de8c6edfe6f4d60ab4a1b9339b Mon Sep 17 00:00:00 2001 From: Tim Chen Date: Mon, 29 Jan 2018 09:22:41 -0800 Subject: [PATCH] x86/crypto: Designate maintainer for SHA-1/256/512 multibuffer driver Even though I created the original implementation of SHA1 multibuffer driver, Megha extended it to SHA256 and SHA512 and she is now maintaining the code for SHA1/SHA256/SHA512 multi-buffer driver. Add the entry in the MAINTAINERS file so any update patch can find its way properly to Megha. Signed-off-by: Tim Chen --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2811a21..2085171 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7064,6 +7064,14 @@ L: linux-rdma@vger.kernel.org S: Supported F: drivers/infiniband/hw/i40iw/ +INTEL SHA MULTIBUFFER DRIVER +M: Megha Dey +R: Tim Chen +L: linux-crypto@vger.kernel.org +S: Supported +F: arch/x86/crypto/sha*-mb +F: crypto/mcryptd.c + INTEL TELEMETRY DRIVER M: Souvik Kumar Chakravarty L: platform-driver-x86@vger.kernel.org -- 2.7.4