>> >> 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 <tim.c.chen@xxxxxxxxxxxxxxx> 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 <tim.c.chen@xxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxx S: Supported F: drivers/infiniband/hw/i40iw/ +INTEL SHA MULTIBUFFER DRIVER +M: Megha Dey <megha.dey@xxxxxxxxxxxxxxx> +R: Tim Chen <tim.c.chen@xxxxxxxxxxxxxxx> +L: linux-crypto@xxxxxxxxxxxxxxx +S: Supported +F: arch/x86/crypto/sha*-mb +F: crypto/mcryptd.c + INTEL TELEMETRY DRIVER M: Souvik Kumar Chakravarty <souvik.k.chakravarty@xxxxxxxxx> L: platform-driver-x86@xxxxxxxxxxxxxxx -- 2.7.4