Re: (subset) [PATCH v3] drm/tests: Alloc drm_device on drm_exec tests

2023-08-01 Thread Maxime Ripard
On Mon, 31 Jul 2023 15:22:41 -0300, Arthur Grillo wrote: > The drm_exec tests where crashing[0] because of a null dereference. This > is caused by a new access of the `driver` attribute of `struct > drm_driver` on drm_gem_private_object_init(). Alloc the drm_device to > fix that. > > [0] > [15:05:

[PATCH v3] drm/tests: Alloc drm_device on drm_exec tests

2023-07-31 Thread Arthur Grillo
The drm_exec tests where crashing[0] because of a null dereference. This is caused by a new access of the `driver` attribute of `struct drm_driver` on drm_gem_private_object_init(). Alloc the drm_device to fix that. [0] [15:05:24] == drm_exec (6 subtests) === [15:05