]> git.ipfire.org Git - people/ms/linux.git/commit - lib/list-test.c
list: test: Add test for list_del_init_careful()
authorDavid Gow <davidgow@google.com>
Fri, 25 Feb 2022 02:52:46 +0000 (10:52 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 25 Feb 2022 15:38:48 +0000 (08:38 -0700)
commitd7fd696c12605b1666e9a2051e2ac896af103bfe
treed762e4387afcca174528a3752be59c9dbf087a1e
parentc2741453478badf571ef020d160053e8d5e1ba94
list: test: Add test for list_del_init_careful()

The list_del_init_careful() function was added[1] after the list KUnit
test. Add a very basic test to cover it.

Note that this test only covers the single-threaded behaviour (which
matches list_del_init()), as is already the case with the test for
list_empty_careful().

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c6fe44d96fc1536af5b11cd859686453d1b7bfd1

Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/list-test.c