Prev: [PATCH 2/4] pids: init_struct_pid.tasks should never see the swapper process
Next: [PATCH 1/4] INIT_TASK() should initialize ->thread_group list
From: Oleg Nesterov on 10 May 2010 16:00 Hello, Mathias Krause reports that a buggy (or special) /sbin/init can crash the kernel if it sends a signal to its pgrp/sid before it changes its initial (0,0) pids. See the changelog for 1/4. git-bisect blames "start the global /sbin/init with 0,0 special pids" commit 430c623121ea88ca80595c99fdc63b7f8a803ae5, but in fact the problem was caused by another change, see 2/4. The patches do not depend on each other, 3/4 fixes another problem, 4/4 is purely cosmetic. Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |