Re: [PATCH] drm/i915/selftests: Stop using kthread_stop()

2022-10-20 Thread Tvrtko Ursulin
On 20/10/2022 15:18, Ville Syrjälä wrote: On Thu, Oct 20, 2022 at 02:08:41PM +0100, Tvrtko Ursulin wrote: From: Tvrtko Ursulin Since a7c01fa93aeb ("signal: break out of wait loops on kthread_stop()") kthread_stop() started asserting a pending signal which wreaks havoc with a few of our selft

Re: [PATCH] drm/i915/selftests: Stop using kthread_stop()

2022-10-20 Thread Ville Syrjälä
On Thu, Oct 20, 2022 at 02:08:41PM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Since a7c01fa93aeb ("signal: break out of wait loops on kthread_stop()") > kthread_stop() started asserting a pending signal which wreaks havoc with > a few of our selftests. Mainly because they are not ful

[PATCH] drm/i915/selftests: Stop using kthread_stop()

2022-10-20 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Since a7c01fa93aeb ("signal: break out of wait loops on kthread_stop()") kthread_stop() started asserting a pending signal which wreaks havoc with a few of our selftests. Mainly because they are not fully expecting to handle signals, but also cutting the intended test runtime