As a gesture of accepting responsibility for the FIPS140 code, add myself to MAINTAINERS. This is not meant to override or supersede crypto maintainers and in fact I'd expect any FIPS140-related patches to still go through the crypto tree(s). I encourage others with an interest in the long term maintenance of the FIPS140 code to add themselves to this entry as well.
Cc: Herbert Xu <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Eric Biggers <[email protected]> Cc: Jason A. Donenfeld <[email protected]> Cc: Ard Biesheuvel <[email protected]> Signed-off-by: Vegard Nossum <[email protected]> --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index daf520a13bdf..655c32f47343 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9467,6 +9467,16 @@ L: [email protected] S: Maintained F: drivers/net/can/usb/f81604.c +FIPS 140 STANDALONE MODULE SUPPORT +M: Vegard Nossum <[email protected]> +L: [email protected] +S: Maintained +F: crypto/fips140* +F: fips140/ +F: include/crypto/api.h +F: scripts/extract-fips140 +F: Documentation/crypto/fips140.rst + FIREWIRE AUDIO DRIVERS and IEC 61883-1/6 PACKET STREAMING ENGINE M: Clemens Ladisch <[email protected]> M: Takashi Sakamoto <[email protected]> -- 2.39.3
