Commit 7cf2082e74ce ("lib/crypto: powerpc/aes: Migrate POWER8 optimized
code into library") removed arch/powerpc/crypto/aes.c and moved
arch/powerpc/crypto/aesp8-ppc.pl to lib/crypto/powerpc/.

However, the "IBM Power VMX Cryptographic instructions" entry still
references the removed file and no longer covers the moved aesp8-ppc.pl.

Remove the stale entry, add lib/crypto/powerpc/aesp8-ppc.pl, and tighten
the arch/powerpc/crypto/aesp8-ppc.* pattern to match the remaining
header only.

Fixes: 7cf2082e74ce ("lib/crypto: powerpc/aes: Migrate POWER8 optimized code 
into library")
Signed-off-by: Thorsten Blum <[email protected]>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b539be153f6a..c48cdb05e6dc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12349,13 +12349,13 @@ L:    [email protected]
 S:     Supported
 F:     arch/powerpc/crypto/Kconfig
 F:     arch/powerpc/crypto/Makefile
-F:     arch/powerpc/crypto/aes.c
 F:     arch/powerpc/crypto/aes_cbc.c
 F:     arch/powerpc/crypto/aes_ctr.c
 F:     arch/powerpc/crypto/aes_xts.c
-F:     arch/powerpc/crypto/aesp8-ppc.*
+F:     arch/powerpc/crypto/aesp8-ppc.h
 F:     arch/powerpc/crypto/ppc-xlate.pl
 F:     arch/powerpc/crypto/vmx.c
+F:     lib/crypto/powerpc/aesp8-ppc.pl
 F:     lib/crypto/powerpc/gf128hash.h
 F:     lib/crypto/powerpc/ghashp8-ppc.pl
 

Reply via email to