From e8d72b766adcde14188e68968f3cd05f4321691d Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 10 May 2025 22:21:51 -0700 Subject: [PATCH] MAINTAINERS: add crc_kunit.c back to CRC LIBRARY Restore lib/tests/crc_kunit.c to CRC LIBRARY following the rename in commit db6fe4d61ece ("lib: Move KUnit tests into tests/ subdirectory") which made it no longer match the file pattern lib/crc*. Reviewed-by: Kees Cook Link: https://lore.kernel.org/r/20250511052151.420228-1-ebiggers@kernel.org Signed-off-by: Eric Biggers --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index c59316109e3f..ac70e19c53cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6253,6 +6253,7 @@ F: Documentation/staging/crc* F: arch/*/lib/crc* F: include/linux/crc* F: lib/crc* +F: lib/tests/crc_kunit.c F: scripts/gen-crc-consts.py CREATIVE SB0540 -- 2.50.1