On Thu, Dec 14, 2023 at 04:49:17PM +0800, davidgow@google.com wrote:
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 Signed-off-by: David Gow davidgow@google.com
Acked-by: Kees Cook keescook@chromium.org