Re: [PATCH] drm/test: reduce stack size in drm_exec_test

2025-06-10 Thread Christian König
On 6/10/25 11:33, Arnd Bergmann wrote: > From: Arnd Bergmann > > test_prepare_array() is one of the functions that uses more than > a kilobyte of stack on 64-bit machines, though it stays under > the usual warning limit of 2KB: > > drivers/gpu/drm/tests/drm_exec_test.c: In function 'test_prepare

[PATCH] drm/test: reduce stack size in drm_exec_test

2025-06-10 Thread Arnd Bergmann
From: Arnd Bergmann test_prepare_array() is one of the functions that uses more than a kilobyte of stack on 64-bit machines, though it stays under the usual warning limit of 2KB: drivers/gpu/drm/tests/drm_exec_test.c: In function 'test_prepare_array': drivers/gpu/drm/tests/drm_exec_test.c:171:1: