]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/crc_kunit.c: add test and benchmark for crc7_be()
authorEric Biggers <ebiggers@google.com>
Tue, 4 Mar 2025 22:39:43 +0000 (14:39 -0800)
committerEric Biggers <ebiggers@google.com>
Mon, 10 Mar 2025 16:29:29 +0000 (09:29 -0700)
commit7715f8cfe5df822617db618c783db47504adfc90
tree0e810079ea0c83baf4ba4cd01911341a0348a600
parent5aebe00b2f7215d996926517cc9710a1d2d8b7f9
lib/crc_kunit.c: add test and benchmark for crc7_be()

Wire up crc7_be() to crc_kunit.  Previously it had no test.

Link: https://lore.kernel.org/r/20250304223943.157493-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
lib/Kconfig.debug
lib/crc_kunit.c