On Fri, Feb 16, 2007 at 10:29:20AM +0100, Rafael J. Wysocki wrote: > Well, the suspend code has been developed with the assumption that frozen > threads stay frozen until _we_ let them thaw by calling thaw_processes(). I'm > a bit afraid of this change.
Note that only kernel threads created thr' kthread_create are allowed to exit like this from the refrigerator, that too only when (kthread_stop_info.k == current). So all other threads should be unaffected because of this change. -- Regards, vatsa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/