* [PATCH] MAINTAINERS: add entry for crypto library
@ 2025-06-05 17:11 Eric Biggers
2025-06-05 18:12 ` Jason A. Donenfeld
0 siblings, 1 reply; 7+ messages in thread
From: Eric Biggers @ 2025-06-05 17:11 UTC (permalink / raw)
To: linux-crypto
Cc: linux-kernel, Herbert Xu, David S . Miller, Ard Biesheuvel,
Christoph Hellwig, Kees Cook, Jason A . Donenfeld ,
Linus Torvalds
From: Eric Biggers <ebiggers@google.com>
I am volunteering to maintain the kernel's crypto library code.
Signed-off-by: Eric Biggers <ebiggers@google.com>
---
MAINTAINERS | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index eecc41c39a9cb..d64d1ddef842b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6372,15 +6372,22 @@ S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
F: Documentation/crypto/
F: Documentation/devicetree/bindings/crypto/
F: arch/*/crypto/
-F: arch/*/lib/crypto/
F: crypto/
F: drivers/crypto/
F: include/crypto/
F: include/linux/crypto*
+
+CRYPTO LIBRARY
+M: Eric Biggers <ebiggers@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: arch/*/lib/crypto/
F: lib/crypto/
CRYPTO SPEED TEST COMPARE
M: Wang Jinchao <wangjinchao@xfusion.com>
L: linux-crypto@vger.kernel.org
base-commit: ec7714e4947909190ffb3041a03311a975350fe0
--
2.49.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: add entry for crypto library
2025-06-05 17:11 [PATCH] MAINTAINERS: add entry for crypto library Eric Biggers
@ 2025-06-05 18:12 ` Jason A. Donenfeld
2025-06-05 18:43 ` Ard Biesheuvel
0 siblings, 1 reply; 7+ messages in thread
From: Jason A. Donenfeld @ 2025-06-05 18:12 UTC (permalink / raw)
To: Eric Biggers
Cc: linux-crypto, linux-kernel, Herbert Xu, David S . Miller,
Ard Biesheuvel, Christoph Hellwig, Kees Cook, Linus Torvalds
On Thu, Jun 5, 2025 at 7:16 PM Eric Biggers <ebiggers@kernel.org> wrote:
>
> From: Eric Biggers <ebiggers@google.com>
>
> I am volunteering to maintain the kernel's crypto library code.
Lord, please, yes!
Acked-by: Jason A. Donenfeld <Jason@zx2c4.com>
And if you'd like a co-maintainer, obviously I've been quite
enthusiastic about the whole librarification thing for quite some
time...
Jason
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH] MAINTAINERS: add entry for crypto library
2025-06-05 18:12 ` Jason A. Donenfeld
@ 2025-06-05 18:43 ` Ard Biesheuvel
2025-06-05 18:44 ` Linus Torvalds
0 siblings, 1 reply; 7+ messages in thread
From: Ard Biesheuvel @ 2025-06-05 18:43 UTC (permalink / raw)
To: Jason A. Donenfeld
Cc: Eric Biggers, linux-crypto, linux-kernel, Herbert Xu,
David S . Miller, Christoph Hellwig, Kees Cook, Linus Torvalds
On Thu, 5 Jun 2025 at 20:12, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
>
> On Thu, Jun 5, 2025 at 7:16 PM Eric Biggers <ebiggers@kernel.org> wrote:
> >
> > From: Eric Biggers <ebiggers@google.com>
> >
> > I am volunteering to maintain the kernel's crypto library code.
>
> Lord, please, yes!
>
> Acked-by: Jason A. Donenfeld <Jason@zx2c4.com>
>
> And if you'd like a co-maintainer, obviously I've been quite
> enthusiastic about the whole librarification thing for quite some
> time...
>
I agree.
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Happy to help out as well.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: add entry for crypto library
2025-06-05 18:43 ` Ard Biesheuvel
@ 2025-06-05 18:44 ` Linus Torvalds
2025-06-05 18:45 ` Jason A. Donenfeld
0 siblings, 1 reply; 7+ messages in thread
From: Linus Torvalds @ 2025-06-05 18:44 UTC (permalink / raw)
To: Ard Biesheuvel
Cc: Jason A. Donenfeld, Eric Biggers, linux-crypto, linux-kernel,
Herbert Xu, David S . Miller, Christoph Hellwig, Kees Cook
Should I just add you and Jason directly as 'M:' entries for this?
Linus
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH] MAINTAINERS: add entry for crypto library
2025-06-05 18:44 ` Linus Torvalds
@ 2025-06-05 18:45 ` Jason A. Donenfeld
2025-06-05 19:01 ` Ard Biesheuvel
0 siblings, 1 reply; 7+ messages in thread
From: Jason A. Donenfeld @ 2025-06-05 18:45 UTC (permalink / raw)
To: Linus Torvalds
Cc: Ard Biesheuvel, Eric Biggers, linux-crypto, linux-kernel,
Herbert Xu, David S . Miller, Christoph Hellwig, Kees Cook
On Thu, Jun 5, 2025 at 8:45 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> Should I just add you and Jason directly as 'M:' entries for this?
Works for me.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: add entry for crypto library
2025-06-05 18:45 ` Jason A. Donenfeld
@ 2025-06-05 19:01 ` Ard Biesheuvel
2025-06-05 19:27 ` Eric Biggers
0 siblings, 1 reply; 7+ messages in thread
From: Ard Biesheuvel @ 2025-06-05 19:01 UTC (permalink / raw)
To: Jason A. Donenfeld
Cc: Linus Torvalds, Eric Biggers, linux-crypto, linux-kernel,
Herbert Xu, David S . Miller, Christoph Hellwig, Kees Cook
On Thu, 5 Jun 2025 at 20:46, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
>
> On Thu, Jun 5, 2025 at 8:45 PM Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> >
> > Should I just add you and Jason directly as 'M:' entries for this?
>
> Works for me.
Sure.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: add entry for crypto library
2025-06-05 19:01 ` Ard Biesheuvel
@ 2025-06-05 19:27 ` Eric Biggers
0 siblings, 0 replies; 7+ messages in thread
From: Eric Biggers @ 2025-06-05 19:27 UTC (permalink / raw)
To: Ard Biesheuvel
Cc: Jason A. Donenfeld, Linus Torvalds, linux-crypto, linux-kernel,
Herbert Xu, David S . Miller, Christoph Hellwig, Kees Cook
On Thu, Jun 05, 2025 at 09:01:49PM +0200, Ard Biesheuvel wrote:
> On Thu, 5 Jun 2025 at 20:46, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
> >
> > On Thu, Jun 5, 2025 at 8:45 PM Linus Torvalds
> > <torvalds@linux-foundation.org> wrote:
> > >
> > > Should I just add you and Jason directly as 'M:' entries for this?
> >
> > Works for me.
>
> Sure.
Listing Ard and Jason as M: is fine with me. I expect that in practice I'll be
applying the patches and doing the pull requests for now, so (as is often the
case with subsystems with multiple M:) in practice it will really be a primary
maintainer and backup maintainer(s). But I'm happy to have Ard and Jason listed
in case one of them needs to step in.
- Eric
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-06-05 19:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-05 17:11 [PATCH] MAINTAINERS: add entry for crypto library Eric Biggers
2025-06-05 18:12 ` Jason A. Donenfeld
2025-06-05 18:43 ` Ard Biesheuvel
2025-06-05 18:44 ` Linus Torvalds
2025-06-05 18:45 ` Jason A. Donenfeld
2025-06-05 19:01 ` Ard Biesheuvel
2025-06-05 19:27 ` Eric Biggers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox