Le Thu, Nov 14, 2024 at 08:38:59AM +0100, Christophe Leroy a écrit : > Hi, > > Le 04/09/2024 à 04:26, Hongbo Li a écrit : > > Replace kthread_create/kthread_bind/wake_up_process() with > > kthread_run_on_cpu() to simplify the code. > > > > Signed-off-by: Hongbo Li <lihongb...@huawei.com> > > A similar change is proposed as part of a larger series, see patch 7 in that > series > https://lore.kernel.org/lkml/20241112142248.20503-1-frede...@kernel.org/ > > I prefer to leave this patch aside and not interfere with Frederic's work.
Speaking of, feel free to take it, the conversions to kthread_run_on_cpu() are standalone patches. Thanks. > > Christophe