Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

taint: add missing comment

The description for 'D' was missing in the comment... (causing me a
minute of WTF followed by looking at more of the code)

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Arjan van de Ven and committed by
Linus Torvalds
a8005992 c4c6fa98

+1
+1
kernel/panic.c
··· 167 167 * 'M' - System experienced a machine check exception. 168 168 * 'B' - System has hit bad_page. 169 169 * 'U' - Userspace-defined naughtiness. 170 + * 'D' - Kernel has oopsed before 170 171 * 'A' - ACPI table overridden. 171 172 * 'W' - Taint on warning. 172 173 * 'C' - modules from drivers/staging are loaded.