All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add crc_kunit.c back to CRC LIBRARY
@ 2025-05-11  5:21 Eric Biggers
  2025-05-12 20:44 ` Kees Cook
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2025-05-11  5:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ard Biesheuvel, Kees Cook, kunit-dev

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MAINTAINERS: add crc_kunit.c back to CRC LIBRARY
  2025-05-11  5:21 [PATCH] MAINTAINERS: add crc_kunit.c back to CRC LIBRARY Eric Biggers
@ 2025-05-12 20:44 ` Kees Cook
  0 siblings, 0 replies; 2+ messages in thread
From: Kees Cook @ 2025-05-12 20:44 UTC (permalink / raw)
  To: Eric Biggers; +Cc: linux-kernel, Ard Biesheuvel, kunit-dev

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-12 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-11  5:21 [PATCH] MAINTAINERS: add crc_kunit.c back to CRC LIBRARY Eric Biggers
2025-05-12 20:44 ` Kees Cook

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.