Skip to content

Commit a577944

Browse files
tobluxmaddy-kerneldev
authored andcommitted
MAINTAINERS: powerpc: update VMX AES entries
Commit 7cf2082 ("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: 7cf2082 ("lib/crypto: powerpc/aes: Migrate POWER8 optimized code into library") Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Acked-by: Breno Leitao <leitao@debian.org> Acked-by: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260524212943.799757-3-thorsten.blum@linux.dev
1 parent 6ed8332 commit a577944

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MAINTAINERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12346,13 +12346,13 @@ L: linux-crypto@vger.kernel.org
1234612346
S: Supported
1234712347
F: arch/powerpc/crypto/Kconfig
1234812348
F: arch/powerpc/crypto/Makefile
12349-
F: arch/powerpc/crypto/aes.c
1235012349
F: arch/powerpc/crypto/aes_cbc.c
1235112350
F: arch/powerpc/crypto/aes_ctr.c
1235212351
F: arch/powerpc/crypto/aes_xts.c
12353-
F: arch/powerpc/crypto/aesp8-ppc.*
12352+
F: arch/powerpc/crypto/aesp8-ppc.h
1235412353
F: arch/powerpc/crypto/ppc-xlate.pl
1235512354
F: arch/powerpc/crypto/vmx.c
12355+
F: lib/crypto/powerpc/aesp8-ppc.pl
1235612356
F: lib/crypto/powerpc/gf128hash.h
1235712357
F: lib/crypto/powerpc/ghashp8-ppc.pl
1235812358

0 commit comments

Comments
 (0)