lib/hashtable_test.c: add test for the hashtable structure
authorRae Moar <rmoar@google.com>
Wed, 25 Jan 2023 22:54:49 +0000 (22:54 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 8 Feb 2023 21:28:17 +0000 (14:28 -0700)
commit789538c61fc11dbe8b6456cfb365d52156a7b133
treef50809a52c920b094c6a280345b68148f09c5e72
parent9ecc9cdd168e217a42b382468643dde66dfac309
lib/hashtable_test.c: add test for the hashtable structure

Add a KUnit test for the kernel hashtable implementation in
include/linux/hashtable.h.

Note that this version does not yet test each of the rcu
alternative versions of functions.

Signed-off-by: Rae Moar <rmoar@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/Kconfig.debug
lib/Makefile
lib/hashtable_test.c [new file with mode: 0644]