"Luis R. Rodriguez" <mcg...@do-not-panic.com> writes: > From: "Luis R. Rodriguez" <mcg...@suse.com> > > At times we may add module parameters or debugging / testing > kernel features, when enabled though we don't really want > to be spending time debugging them. Add a taint flag for > this to avoid spurious bug reports.
The recently introduced KERNEL_PARAM_FL_UNSAFE flag for module parameters does this explicitly. It uses TAINT_USER, should it use this instead? Thanks, Rusty. -- 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/