On Thu, 2006-06-22 at 13:34 +0200, Johannes Berg wrote: > On Thu, 2006-06-22 at 13:13 +0200, Johannes Berg wrote: > > > Thanks, I'll look and submit a patch. It does try_to_freeze() but also > > checks for pending signals. > > Ah. The code is just in the wrong order: The code should be while (!kthread_should_stop()) { try_to_freeze(); ... schedule_timeout_interruptible(...); } That is, I think we just don't care about the signal stuff. Care to do a new patch ? Cheers, Ben.