: c58c49dd89324b18a812762a2bfa5a0458e4f252
patch link:
https://lore.kernel.org/r/20230720-kms-kunit-actions-rework-v2-5-175017bd56ab%40kernel.org
patch subject: [PATCH v2 05/11] drm/tests: helpers: Create a helper to allocate
a locking ctx
config: alpha-allyesconfig
(https://download.01.org/0day-ci/archive/20230720
As we get more and more tests, the locking context initialisation
creates more and more boilerplate, both at creation and destruction.
Let's create a helper that will allocate, initialise a context, and
register kunit actions to clean up once the test is done.
Reviewed-by: Javier Martinez Canilla