From: Oleg Nesterov on 6 Jun 2010 12:50 On 06/02, Oleg Nesterov wrote: > > I am starting to think we should fix this per arch. As for x86, perhaps > we should start with this one-liner > > spin_unlock_irq(¤t->sighand->siglock); > > tracehook_signal_handler(sig, info, ka, regs, > - test_thread_flag(TIF_SINGLESTEP)); > + test_and_clear_thread_flag(TIF_SINGLESTEP)); > > return 0; > } > > then do other changes. I am sending this patch. It is still not clear to me what is the "right" fix, we need more discussion. Let's fix the bug first. 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/
|
Pages: 1 Prev: BUG: Bad page map 2.6.35-rc2 Next: VFS: add memory barrier to sb_mark_clean and sb_mark_dirty |