Re: [PATCH] kthread: remove incorrect comment in kthread_create_on_cpu()

From: Ilias Stamatis
Date: Tue Jul 07 2020 - 07:27:39 EST


On Fri, Jun 12, 2020 at 11:30 AM Petr Mladek <pmladek@xxxxxxxx> wrote:
>
> On Thu 2020-06-11 16:59:21, Ilias Stamatis wrote:
> > Originally kthread_create_on_cpu() parked and woke up the new thread.
> > However, since commit a65d40961dc7 ("kthread/smpboot: do not park in
> > kthread_create_on_cpu()") this is no longer the case. This patch removes
> > the comment that has been left behind and is now incorrect / stale.
> >
> > Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx>
>
> Good catch!
>
> Fixes: a65d40961dc7 ("kthread/smpboot: do not park in kthread_create_on_cpu()")
> Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>
>
> Best Regards,
> Petr

Hi,

Thanks for the review!

Will somebody pick this up from the list for merging or should I
forward it somewhere else?

I'm new so I'm not sure exactly how the process works.

Best,
Ilias