diff options
author | 2024-12-01 17:20:56 -0800 | |
---|---|---|
committer | 2024-12-09 22:09:44 -0800 | |
commit | 72914faebaabd77d8a471af4662ca0b938011c49 (patch) | |
tree | 86b090ab0d0010e7088e8f1f48236faa438a5d1a | |
parent | powerpc/crc: delete obsolete crc-vpmsum_test.c (diff) | |
download | wireguard-linux-72914faebaabd77d8a471af4662ca0b938011c49.tar.xz wireguard-linux-72914faebaabd77d8a471af4662ca0b938011c49.zip |
MAINTAINERS: add entry for CRC library
I am volunteering to maintain the kernel's CRC library code.
Ard has volunteered to be a reviewer.
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20241202012056.209768-13-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1e930c7a58b1..b7eb0c0a9c1c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6056,6 +6056,17 @@ S: Maintained F: Documentation/filesystems/cramfs.rst F: fs/cramfs/ +CRC LIBRARY +M: Eric Biggers <ebiggers@kernel.org> +R: 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 crc-next +F: Documentation/staging/crc* +F: arch/*/lib/crc* +F: include/linux/crc* +F: lib/crc* + CREATIVE SB0540 M: Bastien Nocera <hadess@hadess.net> L: linux-input@vger.kernel.org |