[PATCH] MAINTAINERS: add test vector generation scripts to "CRYPTO LIBRARY"

Eric Biggers posted 1 patch 1 month ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add test vector generation scripts to "CRYPTO LIBRARY"
Posted by Eric Biggers 1 month ago
The scripts in scripts/crypto/ are used to generate files in
lib/crypto/, so they should be included in "CRYPTO LIBRARY".

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
---

This patch is targeting libcrypto-fixes

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 765ad2daa218..87d97df65959 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6703,10 +6703,11 @@ M:	Ard Biesheuvel <ardb@kernel.org>
 L:	linux-crypto@vger.kernel.org
 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:	lib/crypto/
+F:	scripts/crypto/
 
 CRYPTO SPEED TEST COMPARE
 M:	Wang Jinchao <wangjinchao@xfusion.com>
 L:	linux-crypto@vger.kernel.org
 S:	Maintained

base-commit: 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb
-- 
2.52.0
Re: [PATCH] MAINTAINERS: add test vector generation scripts to "CRYPTO LIBRARY"
Posted by Ard Biesheuvel 1 month ago
On Wed, 7 Jan 2026 at 04:40, Eric Biggers <ebiggers@kernel.org> wrote:
>
> The scripts in scripts/crypto/ are used to generate files in
> lib/crypto/, so they should be included in "CRYPTO LIBRARY".
>
> Signed-off-by: Eric Biggers <ebiggers@kernel.org>
> ---
>
> This patch is targeting libcrypto-fixes
>
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>

Acked-by: Ard Biesheuvel <ardb@kernel.org>

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 765ad2daa218..87d97df65959 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6703,10 +6703,11 @@ M:      Ard Biesheuvel <ardb@kernel.org>
>  L:     linux-crypto@vger.kernel.org
>  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:     lib/crypto/
> +F:     scripts/crypto/
>
>  CRYPTO SPEED TEST COMPARE
>  M:     Wang Jinchao <wangjinchao@xfusion.com>
>  L:     linux-crypto@vger.kernel.org
>  S:     Maintained
>
> base-commit: 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb
> --
> 2.52.0
>