On Fri, May 1, 2015 at 9:38 PM, Ingo Molnar <mingo@xxxxxxxxxx> wrote: > diff --git a/kernel/signal.c b/kernel/signal.c > index d51c5ddd855c..100e30afe5d2 100644 > --- a/kernel/signal.c > +++ b/kernel/signal.c > @@ -427,6 +427,10 @@ void flush_signals(struct task_struct *t) > { > unsigned long flags; > > + /* Only kthreads are allowed to destroy signals: */ > + if (WARN_ON_ONCE(!(current->flags & PF_KTHREAD))) Shouldn't this be t->flags? -- Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html