Re: [PATCH] dma-buf: handle testing kthreads creation failure

2024-05-22 Thread T.J. Mercier
On Wed, May 22, 2024 at 5:24 AM Fedor Pchelkin wrote: > > kthread creation may possibly fail inside race_signal_callback(). In > such case stop the already started threads and return with error code. > > Found by Linux Verification Center (linuxtesting.org). > > Fixes: 2989f6451084 ("dma-buf: Add

[PATCH] dma-buf: handle testing kthreads creation failure

2024-05-22 Thread Fedor Pchelkin
kthread creation may possibly fail inside race_signal_callback(). In such case stop the already started threads and return with error code. Found by Linux Verification Center (linuxtesting.org). Fixes: 2989f6451084 ("dma-buf: Add selftests for dma-fence") Cc: sta...@vger.kernel.org