On Tue, Nov 11, 2014 at 02:12:18PM -0800, Andy Lutomirski wrote: > I don't see why it would be any more likely for the normal kernel > stack to be corrupted due to a hardware issue that interrupted ring 3 > code than that the IST stack is corrupted.
The IST stack is, well, used solely be used for the vectors it is assigned for. Maybe the probabability of it getting bad is a bit lower..., who knows. > I don't know what, if anything, masks and unmasks #MC, but certainly > switching to process context like this patch does will not unmask it. Manuals say to clear MCG_STATUS[MCIP] before you return but you also have to IRET. Because not having cleared MCIP and returning would shut down the machine on another #MC. But then what does it bring me to run on the kernel stack if I'm still in atomic context and I can't take locks? That doesn't help me with the memory_failure() thing. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- 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/