]> git.baikalelectronics.ru Git - kernel.git/commit
kcsan: test: use new suite_{init,exit} support
authorMarco Elver <elver@google.com>
Wed, 4 May 2022 07:09:41 +0000 (09:09 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 16 May 2022 19:23:49 +0000 (13:23 -0600)
commitf468a2c1f4d4700300e111526a87b1b63b42f6b2
treedecfe787b8751ee64172bda3a80c2a70a24de899
parent9c6fbeeba5d466902bbd1f6ecd5fad0320d7a84a
kcsan: test: use new suite_{init,exit} support

Use the newly added suite_{init,exit} support for suite-wide init and
cleanup. This avoids the unsupported method by which the test used to do
suite-wide init and cleanup (avoiding issues such as missing TAP
headers, and possible future conflicts).

Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
kernel/kcsan/kcsan_test.c