Skip to content

Commit 3ee2cee

Browse files
bulwahnherbertx
authored andcommitted
MAINTAINERS: adjust file entries after crypto vmx file movement
Commit 1093033 ("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. To keep the matched files exact after the movement, spell out each file name in the new directory. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 9066ac3 commit 3ee2cee

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

MAINTAINERS

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10294,12 +10294,17 @@ M: Nayna Jain <nayna@linux.ibm.com>
1029410294
M: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
1029510295
L: linux-crypto@vger.kernel.org
1029610296
S: Supported
10297-
F: drivers/crypto/vmx/Kconfig
10298-
F: drivers/crypto/vmx/Makefile
10299-
F: drivers/crypto/vmx/aes*
10300-
F: drivers/crypto/vmx/ghash*
10301-
F: drivers/crypto/vmx/ppc-xlate.pl
10302-
F: drivers/crypto/vmx/vmx.c
10297+
F: arch/powerpc/crypto/Kconfig
10298+
F: arch/powerpc/crypto/Makefile
10299+
F: arch/powerpc/crypto/aes.c
10300+
F: arch/powerpc/crypto/aes_cbc.c
10301+
F: arch/powerpc/crypto/aes_ctr.c
10302+
F: arch/powerpc/crypto/aes_xts.c
10303+
F: arch/powerpc/crypto/aesp8-ppc.*
10304+
F: arch/powerpc/crypto/ghash.c
10305+
F: arch/powerpc/crypto/ghashp8-ppc.pl
10306+
F: arch/powerpc/crypto/ppc-xlate.pl
10307+
F: arch/powerpc/crypto/vmx.c
1030310308

1030410309
IBM ServeRAID RAID DRIVER
1030510310
S: Orphan
@@ -12382,7 +12387,6 @@ F: drivers/*/*/*pasemi*
1238212387
F: drivers/*/*pasemi*
1238312388
F: drivers/char/tpm/tpm_ibmvtpm*
1238412389
F: drivers/crypto/nx/
12385-
F: drivers/crypto/vmx/
1238612390
F: drivers/i2c/busses/i2c-opal.c
1238712391
F: drivers/net/ethernet/ibm/ibmveth.*
1238812392
F: drivers/net/ethernet/ibm/ibmvnic.*

0 commit comments

Comments
 (0)