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

2023-07-31 Thread Maxime Ripard
Hi, On Fri, Jul 28, 2023 at 02:43:14PM -0300, Arthur Grillo Queiroz Cabral wrote: > >> drivers/gpu/drm/tests/drm_exec_test.c | 36 +-- > >> 1 file changed, 29 insertions(+), 7 deletions(-) > >> > >> diff --git a/drivers/gpu/drm/tests/drm_exec_test.c > >>

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

2023-07-28 Thread Arthur Grillo Queiroz Cabral
On 28/07/23 11:33, Maxime Ripard wrote: > Hi, > > On Thu, Jul 27, 2023 at 04:22:59PM -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

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

2023-07-28 Thread Maxime Ripard
Hi, On Thu, Jul 27, 2023 at 04:22:59PM -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. > >

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

2023-07-27 Thread Maira Canal
Hi Arthur, On 7/27/23 16:22, 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:24]

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

2023-07-27 Thread Danilo Krummrich
On 7/27/23 21:22, 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:24] ==

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

2023-07-27 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) ===