linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement
@ 2024-01-29 13:17 Lukas Bulwahn
  2024-02-01  5:51 ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2024-01-29 13:17 UTC (permalink / raw)
  To: Danny Tsen, Herbert Xu, linux-crypto, linuxppc-dev
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 109303336a0c ("crypto: vmx - Move to arch/powerpc/crypto") moves the
crypto vmx files to arch/powerpc, but misses to adjust the file entries for
IBM Power VMX Cryptographic instructions and LINUX FOR POWERPC.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
broken references.

Adjust these file entries accordingly.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Danny, please ack.
Herbert, please pick this minor clean-up patch on your -next tree.

 MAINTAINERS | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

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*
+F:	arch/powerpc/crypto/ghash*
+F:	arch/powerpc/crypto/ppc-xlate.pl
+F:	arch/powerpc/crypto/vmx.c
 
 IBM ServeRAID RAID DRIVER
 S:	Orphan
@@ -12397,7 +12397,6 @@ F:	drivers/*/*/*pasemi*
 F:	drivers/*/*pasemi*
 F:	drivers/char/tpm/tpm_ibmvtpm*
 F:	drivers/crypto/nx/
-F:	drivers/crypto/vmx/
 F:	drivers/i2c/busses/i2c-opal.c
 F:	drivers/net/ethernet/ibm/ibmveth.*
 F:	drivers/net/ethernet/ibm/ibmvnic.*
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement
  2024-01-29 13:17 [PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement Lukas Bulwahn
@ 2024-02-01  5:51 ` Herbert Xu
  2024-02-08  9:47   ` Lukas Bulwahn
  0 siblings, 1 reply; 3+ messages in thread
From: Herbert Xu @ 2024-02-01  5:51 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Danny Tsen, linux-crypto, linuxppc-dev, kernel-janitors, linux-kernel

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@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?

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement
  2024-02-01  5:51 ` Herbert Xu
@ 2024-02-08  9:47   ` Lukas Bulwahn
  0 siblings, 0 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2024-02-08  9:47 UTC (permalink / raw)
  To: Herbert Xu
  Cc: Danny Tsen, linux-crypto, linuxppc-dev, kernel-janitors, linux-kernel

On Thu, Feb 1, 2024 at 6:51 AM Herbert Xu <herbert@gondor.apana.org.au> 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@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/

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

Lukas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-08  9:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-29 13:17 [PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement Lukas Bulwahn
2024-02-01  5:51 ` Herbert Xu
2024-02-08  9:47   ` Lukas Bulwahn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).