Re: [PATCH 06/19] soc/qman: test: Use kthread_run_on_cpu()
From: Frederic Weisbecker <frederic@kernel.org>
Date: 2024-12-13 11:46:25
Also in:
linux-arm-kernel, lkml
From: Frederic Weisbecker <frederic@kernel.org>
Date: 2024-12-13 11:46:25
Also in:
linux-arm-kernel, lkml
Le Fri, Dec 13, 2024 at 07:27:03AM +0000, LEROY Christophe a écrit :
Le 11/12/2024 à 16:40, Frederic Weisbecker a écrit :quoted
Use the proper API instead of open coding it. However it looks like kthreads here could be replaced by the use of a per-cpu workqueue instead. Signed-off-by: Frederic Weisbecker <frederic@kernel.org>Acked-by: Christophe Leroy <redacted>
Thanks! Feel free to apply this patch to your tree as it's a pretty standalone change.