Report that kernel is tainted if there was an OOPS
[deliverable/linux.git] / arch / i386 / kernel / traps.c
index 28bd1c5163ec32f89e835e60cf16e7f713ca044e..18c1c285836d3a65bd5a03314094d01851b64ef2 100644 (file)
@@ -433,6 +433,7 @@ void die(const char * str, struct pt_regs * regs, long err)
 
        bust_spinlocks(0);
        die.lock_owner = -1;
+       add_taint(TAINT_DIE);
        spin_unlock_irqrestore(&die.lock, flags);
 
        if (!regs)
This page took 0.023445 seconds and 5 git commands to generate.