[PATCH] MAINTAINERS: add crc_kunit.c back to CRC LIBRARY

Eric Biggers posted 1 patch 7 months, 1 week ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add crc_kunit.c back to CRC LIBRARY
Posted by Eric Biggers 7 months, 1 week ago
From: Eric Biggers <ebiggers@google.com>

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*.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---

I'm planning to take this patch via the crc tree.

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c59316109e3f8..ac70e19c53cfd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6251,10 +6251,11 @@ 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*
+F:	lib/tests/crc_kunit.c
 F:	scripts/gen-crc-consts.py
 
 CREATIVE SB0540
 M:	Bastien Nocera <hadess@hadess.net>
 L:	linux-input@vger.kernel.org

base-commit: 46e3311607d6c18a760fba4afbd5d24d42abb0f3
-- 
2.49.0
Re: [PATCH] MAINTAINERS: add crc_kunit.c back to CRC LIBRARY
Posted by Kees Cook 7 months, 1 week ago
On Sat, May 10, 2025 at 10:21:51PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> 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*.
> 
> Signed-off-by: Eric Biggers <ebiggers@google.com>
> ---
> 
> I'm planning to take this patch via the crc tree.

Oops, thanks!

Reviewed-by: Kees Cook <kees@kernel.org>

-Kees

> 
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c59316109e3f8..ac70e19c53cfd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6251,10 +6251,11 @@ 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*
> +F:	lib/tests/crc_kunit.c
>  F:	scripts/gen-crc-consts.py
>  
>  CREATIVE SB0540
>  M:	Bastien Nocera <hadess@hadess.net>
>  L:	linux-input@vger.kernel.org
> 
> base-commit: 46e3311607d6c18a760fba4afbd5d24d42abb0f3
> -- 
> 2.49.0
> 

-- 
Kees Cook