Re: Linux 2.4.12-ac5

Keith Owens (kaos@ocs.com.au)
Mon, 22 Oct 2001 18:05:46 +1000


On Sun, 21 Oct 2001 23:41:10 -0600,
"Dwayne C. Litzenberger" <dlitz@dlitz.net> wrote:
>Alan, is this normal?
>
>zed:~# cat /proc/sys/kernel/tainted
>1
>zed:~# echo "0" >/proc/sys/kernel/tainted
>zed:~# cat /proc/sys/kernel/tainted
>0

I decided against adding special code to sysctl for the taint flag so
yes, you can clear it. There is no point in adding special code for
the taint sysctl, it is even easier to remove the taint message from
the log before submitting.

As AC has said (several times) tainting is not foolproof, it is to help
triage bug reports from people who don't submit complete information.
Those users who know enough to lie are also unlikely to submit bug
reports. Tainting is to help beginners.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/