From: Eric Biggers Date: Mon, 2 Dec 2024 01:20:56 +0000 (-0800) Subject: MAINTAINERS: add entry for CRC library X-Git-Tag: v6.14-rc1~139^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72914faebaabd77d8a471af4662ca0b938011c49;p=thirdparty%2Flinux.git 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 Reviewed-by: Martin K. Petersen Link: https://lore.kernel.org/r/20241202012056.209768-13-ebiggers@kernel.org Signed-off-by: Eric Biggers --- diff --git a/MAINTAINERS b/MAINTAINERS index 1e930c7a58b13..b7eb0c0a9c1cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6056,6 +6056,17 @@ S: Maintained F: Documentation/filesystems/cramfs.rst F: fs/cramfs/ +CRC LIBRARY +M: Eric Biggers +R: Ard Biesheuvel +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 L: linux-input@vger.kernel.org