Kernel traces or warnings generated when the kernel is already tainted are highly likely to be a consequence of whatever caused the taint. Automatically filing these bugs consumes disproportionate developer time as a result. It would be preferable if abrt only filed bugs from untainted kernels.
Fixed in git: if (tainted_str && analyzer && (strcmp(analyzer, "Kerneloops") == 0) ) { unsigned long tainted = xatoi_positive(tainted_str); const char *tainted_warning = tainted_string(tainted); if (tainted_warning) strbuf_append_strf(buf_summary, ": TAINTED %s", tainted_warning); }