Re: [PATCH] kthread: convert stop_machine into a kthread

From: Serge E. Hallyn
Date: Thu Jun 15 2006 - 23:03:33 EST


Quoting Rusty Russell (rusty@xxxxxxxxxxxxxxx):
> On Fri, 2006-06-16 at 08:20 +1000, Paul Mackerras wrote:
> > Update stop_machine.c to spawn stop_machine as kthreads rather
> > than the deprecated kernel_threads.
> >
> > Signed-off-by: Serge E. Hallyn <serue@xxxxxxxxxx>
>
> kthread does a lot of stuff we don't need, and stop_machine is fairly
> special, low-level interface.
>
> Seems like change for change's sake, to me, *and* it added more code
> than it removed.

So if kernel_thread is really going to be removed, how else should this
be done? Just clone?

-serge
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/