[PATCH v13 12/18] kunit: test: add tests for KUnit managed resources

Stephen Boyd sboyd at kernel.org
Wed Aug 14 07:18:40 UTC 2019


Quoting Brendan Higgins (2019-08-13 22:51:02)
> From: Avinash Kondareddy <akndr41 at gmail.com>
> 
> Add unit tests for KUnit managed resources. KUnit managed resources
> (struct kunit_resource) are resources that are automatically cleaned up
> at the end of a KUnit test, similar to the concept of devm_* managed
> resources.
> 
> Signed-off-by: Avinash Kondareddy <akndr41 at gmail.com>
> Signed-off-by: Brendan Higgins <brendanhiggins at google.com>
> Reviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Reviewed-by: Logan Gunthorpe <logang at deltatee.com>
> ---

Reviewed-by: Stephen Boyd <sboyd at kernel.org>



More information about the dri-devel mailing list