Re: [PATCH 0/1] kthreads: simplify !kthreadd_task logic, killkthreadd_task_init_done

From: Oleg Nesterov
Date: Fri Sep 18 2009 - 17:21:48 EST


On 09/18, Oleg Nesterov wrote:
>
> But personally I still can't understand what happens. If we were
> preempted somewhere before "kthreadd_task = find_task_by_pid_ns()"
> initialization, then schedule_debug() should complain? rest_init()
> runs under preempt_disable().

Ah. CONFIG_PREEMPT_VOLUNTARY means !CONFIG_PREEMPT, and Ingo mentioned
that SMP is disabled, this also means lock_kernel() is noop.

Oleg.

--
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/