fortify: test: Use kunit_device
authordavidgow@google.com <davidgow@google.com>
Fri, 15 Dec 2023 07:39:09 +0000 (15:39 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 18 Dec 2023 20:28:08 +0000 (13:28 -0700)
commit46ee8f688e43d1b3a81a3494e59f9861d4de73bf
tree5a94f3c27c15136321381551898aa90febdf4fb8
parentd03c720e03bd9bf0b784d80b5d3ede7e2daf3b6e
fortify: test: Use kunit_device

Using struct root_device to create fake devices for tests is something
of a hack. The new struct kunit_device is meant for this purpose, so use
it instead.

Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/fortify_kunit.c