Re: [PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2024-02-08 09:47:27
Also in:
kernel-janitors, linux-crypto, lkml
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2024-02-08 09:47:27
Also in:
kernel-janitors, linux-crypto, lkml
On Thu, Feb 1, 2024 at 6:51 AM Herbert Xu [off-list ref] wrote:
On Mon, Jan 29, 2024 at 02:17:29PM +0100, Lukas Bulwahn wrote:quoted
diff --git a/MAINTAINERS b/MAINTAINERS index 2fb944964be5..15bc79e80e28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -10307,12 +10307,12 @@ M: Nayna Jain <nayna@linux.ibm.com> M: Paulo Flabiano Smorigo <pfsmorigo@gmail.com> L: linux-crypto@vger.kernel.org S: Supported -F: drivers/crypto/vmx/Kconfig -F: drivers/crypto/vmx/Makefile -F: drivers/crypto/vmx/aes* -F: drivers/crypto/vmx/ghash* -F: drivers/crypto/vmx/ppc-xlate.pl -F: drivers/crypto/vmx/vmx.c +F: arch/powerpc/crypto/Kconfig +F: arch/powerpc/crypto/Makefile +F: arch/powerpc/crypto/aes*Are you sure about this? There are non-vmx aes* files in that directory. Perhaps something more specific is needed here?
sorry for the late reply. I revisited this patch and now keep the match exact in my patch v2: https://lore.kernel.org/lkml/20240208093327.23926-1-lukas.bulwahn@gmail.com/ (local) Herbert, I hope you are fine to pick this patch v2. Lukas