[kernel] r16913 - dists/trunk/linux-2.6/debian/templates/image.plain.bug

Ben Hutchings benh at alioth.debian.org
Fri Feb 18 23:25:41 UTC 2011


Author: benh
Date: Fri Feb 18 23:25:34 2011
New Revision: 16913

Log:
Decode new taint flag TAINT_FIRMWARE_WORKAROUND

Modified:
   dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-1tainted

Modified: dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-1tainted
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-1tainted	Fri Feb 18 11:22:32 2011	(r16912)
+++ dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-1tainted	Fri Feb 18 23:25:34 2011	(r16913)
@@ -9,6 +9,7 @@
 TAINT_OVERRIDDEN_ACPI_TABLE=8
 TAINT_WARN=9
 TAINT_CRAP=10
+TAINT_FIRMWARE_WORKAROUND=11
 
 _check() {
   if [ $(($tainted & 1<<$1)) -ne 0 ]; then
@@ -32,6 +33,7 @@
     _check $TAINT_OVERRIDDEN_ACPI_TABLE 'A' 'ACPI table overridden.'
     _check $TAINT_WARN 'W' 'Taint on warning.'
     _check $TAINT_CRAP 'C' 'Module from drivers/staging has been loaded.'
+    _check $TAINT_FIRMWARE_WORKAROUND 'I' 'Working around severe firmware bug.'
     echo "** Tainted: $result_short ($tainted)" >&3
     printf "$result_long" >&3
   else



More information about the Kernel-svn-changes mailing list