Re: [PATCH] kernel/trace: Stop and wait for kthread on preempt irq module unload

From: Steven Rostedt
Date: Wed May 06 2020 - 09:38:08 EST


On Wed, 29 Apr 2020 15:12:24 -0400
Joel Fernandes <joel@xxxxxxxxxxxxxxxxx> wrote:

> > Mine ;-)
> >
> > The "kthread_should_stop()" is the normal way to end kernel threads. Using
> > get/put is not the orthodox way.
>
> Agreed :-) thanks.

And while I'm working on getting a new "urgent" branch out, I found this
code is buggier than I thought. I'll have a new patch soon.

-- Steve