> - panic("Attempted to kill init!");
> + if (tsk->pid == 1) {
> + printk(KERN_EMERG "Attempted to kill init!\n");
> + flush_child_loop(tsk);
> + }
This can occur in IRQ path - your code won't handle that. Otherwise it
seems to have potential
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Mar 23 2002 - 22:00:20 EST