Re: [PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement

From: Lukas Bulwahn
Date: Thu Feb 08 2024 - 04:47:37 EST


On Thu, Feb 1, 2024 at 6:51 AM Herbert Xu <herbert@gondor.apana.orgau> wrote:
>
> On Mon, Jan 29, 2024 at 02:17:29PM +0100, Lukas Bulwahn wrote:
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 2fb944964be5..15bc79e80e28 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -10307,12 +10307,12 @@ M: Nayna Jain <nayna@xxxxxxxxxxxxx>
> > M: Paulo Flabiano Smorigo <pfsmorigo@xxxxxxxxx>
> > L: linux-crypto@xxxxxxxxxxxxxxx
> > 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@xxxxxxxxx/

Herbert, I hope you are fine to pick this patch v2.

Lukas