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

2019-08-14 Thread Stephen Boyd
Quoting Brendan Higgins (2019-08-13 22:51:02) > From: Avinash Kondareddy > > 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 > resou

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

2019-08-13 Thread Brendan Higgins
From: Avinash Kondareddy 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 Signed-off-by: B