Re: [PATCH v5] kernel: add panic_on_taint

2020-05-15 Thread Luis Chamberlain
On Fri, May 15, 2020 at 01:55:02PM -0400, Rafael Aquini wrote: > Analogously to the introduction of panic_on_warn, this patch introduces a > kernel > option named panic_on_taint in order to provide a simple and generic way to > stop > execution and catch a coredump when the kernel gets tainted by

[PATCH v5] kernel: add panic_on_taint

2020-05-15 Thread Rafael Aquini
Analogously to the introduction of panic_on_warn, this patch introduces a kernel option named panic_on_taint in order to provide a simple and generic way to stop execution and catch a coredump when the kernel gets tainted by any given flag. This is useful for debugging sessions as it avoids having