linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER
@ 2021-11-03  9:47 Lukas Bulwahn
  2021-11-04 10:15 ` Alessandrelli, Daniele
  2021-11-20  4:28 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2021-11-03  9:47 UTC (permalink / raw)
  To: Daniele Alessandrelli, Herbert Xu, David S . Miller,
	Declan Murphy, linux-crypto
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit c9f608c38009 ("crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC
Driver") only adds drivers/crypto/keembay/keembay-ocs-ecc.c, but adds a
file entry drivers/crypto/keembay/ocs-ecc-curve-defs.h in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns warns:

  warning: no file matches  F:  drivers/crypto/keembay/ocs-ecc-curve-defs.h

Assuming that this header is obsolete and will not be included in the
repository, remove the unneeded file entry from MAINTAINERS.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ba9f6537abc3..1fb254aa12d1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9671,7 +9671,6 @@ F:	Documentation/devicetree/bindings/crypto/intel,keembay-ocs-ecc.yaml
 F:	drivers/crypto/keembay/Kconfig
 F:	drivers/crypto/keembay/Makefile
 F:	drivers/crypto/keembay/keembay-ocs-ecc.c
-F:	drivers/crypto/keembay/ocs-ecc-curve-defs.h
 
 INTEL KEEM BAY OCS HCU CRYPTO DRIVER
 M:	Daniele Alessandrelli <daniele.alessandrelli@intel.com>
-- 
2.26.2


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

* Re: [PATCH] MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER
  2021-11-03  9:47 [PATCH] MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER Lukas Bulwahn
@ 2021-11-04 10:15 ` Alessandrelli, Daniele
  2021-11-20  4:28 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Alessandrelli, Daniele @ 2021-11-04 10:15 UTC (permalink / raw)
  To: linux-crypto, Murphy, Declan, lukas.bulwahn, herbert, davem
  Cc: kernel-janitors, linux-kernel

Hi Lukas,

On Wed, 2021-11-03 at 10:47 +0100, Lukas Bulwahn wrote:
> Commit c9f608c38009 ("crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC
> Driver") only adds drivers/crypto/keembay/keembay-ocs-ecc.c, but adds a
> file entry drivers/crypto/keembay/ocs-ecc-curve-defs.h in MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns warns:
> 
>   warning: no file matches  F:  drivers/crypto/keembay/ocs-ecc-curve-defs.h
> 
> Assuming that this header is obsolete and will not be included in the
> repository, remove the unneeded file entry from MAINTAINERS.

My bad, that header was in a previous version of the patchset but was
eventually dropped and I forgot to remove it from the MAINTAINERS file.

Thanks for reporting and fixing this.

Reviewed-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>

> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ba9f6537abc3..1fb254aa12d1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9671,7 +9671,6 @@ F:        Documentation/devicetree/bindings/crypto/intel,keembay-ocs-ecc.yaml
>  F:     drivers/crypto/keembay/Kconfig
>  F:     drivers/crypto/keembay/Makefile
>  F:     drivers/crypto/keembay/keembay-ocs-ecc.c
> -F:     drivers/crypto/keembay/ocs-ecc-curve-defs.h
>  
>  INTEL KEEM BAY OCS HCU CRYPTO DRIVER
>  M:     Daniele Alessandrelli <daniele.alessandrelli@intel.com>


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

* Re: [PATCH] MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER
  2021-11-03  9:47 [PATCH] MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER Lukas Bulwahn
  2021-11-04 10:15 ` Alessandrelli, Daniele
@ 2021-11-20  4:28 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2021-11-20  4:28 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Daniele Alessandrelli, David S . Miller, Declan Murphy,
	linux-crypto, kernel-janitors, linux-kernel

On Wed, Nov 03, 2021 at 10:47:11AM +0100, Lukas Bulwahn wrote:
> Commit c9f608c38009 ("crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC
> Driver") only adds drivers/crypto/keembay/keembay-ocs-ecc.c, but adds a
> file entry drivers/crypto/keembay/ocs-ecc-curve-defs.h in MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns warns:
> 
>   warning: no file matches  F:  drivers/crypto/keembay/ocs-ecc-curve-defs.h
> 
> Assuming that this header is obsolete and will not be included in the
> repository, remove the unneeded file entry from MAINTAINERS.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)

Patch applied.  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

end of thread, other threads:[~2021-11-20  4:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03  9:47 [PATCH] MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER Lukas Bulwahn
2021-11-04 10:15 ` Alessandrelli, Daniele
2021-11-20  4:28 ` Herbert Xu

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).