linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration'
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
@ 2019-03-25 21:26 ` Joe Perches
  2019-08-13  6:06   ` [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath Denis Efremov
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2019-03-25 21:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: Breno Leitão, Nayna Jain, Paulo Flabiano Smorigo,
	linux-crypto, Dan Streetman, Herbert Xu

A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

	7370	IBM Power in-Nest Crypto Acceleration
	7371	M:	Breno Leitão <leitao@debian.org>
	7372	M:	Nayna Jain <nayna@linux.ibm.com>
	7373	M:	Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
	7374	L:	linux-crypto@vger.kernel.org
	7375	S:	Supported
	7376	F:	drivers/crypto/nx/Makefile
	7377	F:	drivers/crypto/nx/Kconfig
	7378	F:	drivers/crypto/nx/nx-aes*
	7379	F:	drivers/crypto/nx/nx-sha*
	7380	F:	drivers/crypto/nx/nx.*
	7381	F:	drivers/crypto/nx/nx_csbcpb.h
-->	7382	F:	drivers/crypto/nx/nx_debugfs.h

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/crypto/nx/nx_debugfs.h':

commit 28bceeaaf81140d69647acd0eb7dc9312f27844a
Author: Dan Streetman <ddstreet@ieee.org>
Date:   Thu Jun 18 12:28:32 2015 -0400

    MAINTAINERS: clarify drivers/crypto/nx/ file ownership
    
    Update the "IBM Power in-Nest Crypto Acceleration" and
    "IBM Power 842 compression accelerator" sections to specify the correct
    files.
    
    The "IBM Power in-Nest Crypto Acceleration" was originally the only
    NX driver, and so its section listed all drivers/crypto/nx/ files,
    but now there is also the 842 driver which has its own section.  This
    lists explicitly what files are owned by the Crypto driver and which
    files are owned by the 842 compression driver.
    
    Signed-off-by: Dan Streetman <ddstreet@ieee.org>
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

 MAINTAINERS | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

3: ---------------------------------------------------------------------------

No commit with file pattern 'drivers/crypto/nx/nx_debugfs.h' was found

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

* [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath
  2019-03-25 21:26 ` Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration' Joe Perches
@ 2019-08-13  6:06   ` Denis Efremov
  2019-08-22  5:55     ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Efremov @ 2019-08-13  6:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Breno Leitão, Nayna Jain,
	Paulo Flabiano Smorigo, Dan Streetman, Herbert Xu, linux-crypto

Fix typo in nx_debugfs.c filepath. File extension changed from .h to .c
The file nx_debugfs.h never existed.

Cc: Breno Leitão <leitao@debian.org>
Cc: Nayna Jain <nayna@linux.ibm.com>
Cc: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
Cc: Dan Streetman <ddstreet@ieee.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c2117e5f4ff8..99a7392ad6bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7658,7 +7658,7 @@ F:	drivers/crypto/nx/nx-aes*
 F:	drivers/crypto/nx/nx-sha*
 F:	drivers/crypto/nx/nx.*
 F:	drivers/crypto/nx/nx_csbcpb.h
-F:	drivers/crypto/nx/nx_debugfs.h
+F:	drivers/crypto/nx/nx_debugfs.c
 
 IBM Power Linux RAID adapter
 M:	Brian King <brking@us.ibm.com>
-- 
2.21.0


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

* Re: [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath
  2019-08-13  6:06   ` [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath Denis Efremov
@ 2019-08-22  5:55     ` Herbert Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2019-08-22  5:55 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Breno Leitão, Nayna Jain,
	Paulo Flabiano Smorigo, Dan Streetman, linux-crypto

On Tue, Aug 13, 2019 at 09:06:10AM +0300, Denis Efremov wrote:
> Fix typo in nx_debugfs.c filepath. File extension changed from .h to .c
> The file nx_debugfs.h never existed.
> 
> Cc: Breno Leitão <leitao@debian.org>
> Cc: Nayna Jain <nayna@linux.ibm.com>
> Cc: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
> Cc: Dan Streetman <ddstreet@ieee.org>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: linux-crypto@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 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:[~2019-08-22  5:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
2019-03-25 21:26 ` Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration' Joe Perches
2019-08-13  6:06   ` [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath Denis Efremov
2019-08-22  5:55     ` 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).