Re: [PATCH v3 00/11] drm: kunit: Switch to kunit actions

2023-07-31 Thread Maxime Ripard
On Fri, 28 Jul 2023 11:06:13 +0200, Maxime Ripard wrote: > Since v6.5-rc1, kunit gained a devm/drmm-like mechanism that makes tests > resources much easier to cleanup. > > This series converts the existing tests to use those new actions where > relevant. > > Let me know what you think, > Maxime >

[PATCH v3 00/11] drm: kunit: Switch to kunit actions

2023-07-28 Thread Maxime Ripard
Hi, Since v6.5-rc1, kunit gained a devm/drmm-like mechanism that makes tests resources much easier to cleanup. This series converts the existing tests to use those new actions where relevant. Let me know what you think, Maxime Signed-off-by: Maxime Ripard --- Changes in v3: - Fixed the build c