diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-03-04 14:39:43 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-03-10 09:29:29 -0700 |
| commit | 7715f8cfe5df822617db618c783db47504adfc90 (patch) | |
| tree | 0e810079ea0c83baf4ba4cd01911341a0348a600 /lib/Kconfig.debug | |
| parent | x86/crc32: optimize tail handling for crc32c short inputs (diff) | |
| download | linux-7715f8cfe5df822617db618c783db47504adfc90.tar.gz linux-7715f8cfe5df822617db618c783db47504adfc90.zip | |
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>
Diffstat (limited to 'lib/Kconfig.debug')
| -rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1af972a92d06..141855e9d8c4 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -2852,6 +2852,7 @@ config CRC_KUNIT_TEST tristate "KUnit tests for CRC functions" if !KUNIT_ALL_TESTS depends on KUNIT default KUNIT_ALL_TESTS + select CRC7 select CRC16 select CRC_T10DIF select CRC32 |
