[PATCH] MAINTAINERS: add entry for crypto library

Eric Biggers posted 1 patch 6 months, 2 weeks ago
MAINTAINERS | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
[PATCH] MAINTAINERS: add entry for crypto library
Posted by Eric Biggers 6 months, 2 weeks ago
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
Re: [PATCH] MAINTAINERS: add entry for crypto library
Posted by Jason A. Donenfeld 6 months, 2 weeks ago
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
Re: [PATCH] MAINTAINERS: add entry for crypto library
Posted by Ard Biesheuvel 6 months, 2 weeks ago
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.
Re: [PATCH] MAINTAINERS: add entry for crypto library
Posted by Linus Torvalds 6 months, 2 weeks ago
Should I just add you and Jason directly as 'M:' entries for this?

                 Linus
Re: [PATCH] MAINTAINERS: add entry for crypto library
Posted by Jason A. Donenfeld 6 months, 2 weeks ago
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.
Re: [PATCH] MAINTAINERS: add entry for crypto library
Posted by Ard Biesheuvel 6 months, 2 weeks ago
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.
Re: [PATCH] MAINTAINERS: add entry for crypto library
Posted by Eric Biggers 6 months, 2 weeks ago
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