On Wed, Nov 19, 2014 at 11:38:09AM -0800, Linus Torvalds wrote: > > Is it possible that we've managed to return to userspace with > > interrupts off somehow? A loop in userspace that somehow has > > interrupts off can cause all kinds of fun lockups. > > That sounds unlikely, but if there is some stack corruption going on. > > However, it wouldn't even explain things, because even if interrupts > had been disabled in user space, and even if that popf got executed, > this wouldn't be where they got enabled. That would be the :"sti" in > the system call entry path (hidden behind the ENABLE_INTERRUPTS > macro). > > Of course, maybe Dave has paravirtualization enabled (what a crock > _that_ is), and there is something wrong with that whole code.
I've had HYPERVISOR_GUEST disabled for a while, which also disables the paravirt code afaics. Dave -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/