Re: [PATCH rcu 1/2] torture: Add a kthread-creation callback to _torture_create_kthread()

From: John Stultz
Date: Mon Aug 07 2023 - 23:28:33 EST


On Thu, Jul 27, 2023 at 8:22 PM Paul E. McKenney <paulmck@xxxxxxxxxx> wrote:
>
> This commit adds a kthread-creation callback to the
> _torture_create_kthread() function, which allows callers of a new
> torture_create_kthread_cb() macro to specify a function to be invoked
> after the kthread is created but before it is awakened for the first time.
>
> Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
> Cc: Dietmar Eggemann <dietmar.eggemann@xxxxxxx>
> Cc: John Stultz <jstultz@xxxxxxxxxx>
> Cc: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
> Cc: Joel Fernandes <joel@xxxxxxxxxxxxxxxxx>
> Cc: Juri Lelli <juri.lelli@xxxxxxxxxx>
> Cc: Valentin Schneider <vschneid@xxxxxxxxxx>
> Cc: Dietmar Eggemann <dietmar.eggemann@xxxxxxx>
> Cc: kernel-team@xxxxxxxxxxx

Thanks for improving the patch this way!

Acked-by: John Stultz <jstultz@xxxxxxxxxx>