diff options
author | Sadiya Kazi <sadiyakazi@google.com> | 2023-03-31 08:45:29 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-03-31 17:21:35 +0200 |
commit | 57b4f760f94da13104cd596d5fb1643ae09c4d49 (patch) | |
tree | 0cf9857d9ada5b3be5c95fd1cf9b6d814cb45ed3 /.gitignore | |
parent | kunit: increase KUNIT_LOG_SIZE to 2048 bytes (diff) | |
download | linux-57b4f760f94da13104cd596d5fb1643ae09c4d49.tar.xz linux-57b4f760f94da13104cd596d5fb1643ae09c4d49.zip |
list: test: Test the klist structure
Add KUnit tests to the klist linked-list structure.
These perform testing for different variations of node add
and node delete in the klist data structure (<linux/klist.h>).
Limitation: Since we use a static global variable, and if
multiple instances of this test are run concurrently, the test may fail.
Signed-off-by: Sadiya Kazi <sadiyakazi@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions