----- Original Message -----
On 03/12/14 14:33, Dave Anderson wrote:
> So the kernel log will (correctly) show "Not tainted" because oops_end()
> would
> not have been called yet, yet this patch would yell out TAINTED.
So ignore that "die" bit wrt. the tainting for this purpose?
Suppose that there had been several prior die() calls, and then
the user decided to set "panic_on_oops".
Dave