From: Eric Biggers <[email protected]> arch/*/lib/crypto/ will no longer be used, and its contents have been moved to lib/crypto/. (Well, except for a few .gitignore files which are intentionally being kept for a while.) Therefore, remove the arch/*/lib/crypto/ pattern from MAINTAINERS.
Signed-off-by: Eric Biggers <[email protected]> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a92290fffa163..8ca374b24a806 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6408,11 +6408,10 @@ M: Jason A. Donenfeld <[email protected]> M: Ard Biesheuvel <[email protected]> L: [email protected] S: Maintained T: git https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git libcrypto-next T: git https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git libcrypto-fixes -F: arch/*/lib/crypto/ F: lib/crypto/ CRYPTO SPEED TEST COMPARE M: Wang Jinchao <[email protected]> L: [email protected] -- 2.49.0
