#813: enhance koops tainted flag parser to be able to parse different number of
flags than 12
--------------------+---------------------
 Reporter:  jfilak  |       Owner:  jfilak
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:
Component:  abrt    |     Version:  2.0
 Keywords:          |  Blocked By:
 Blocking:          |
--------------------+---------------------
 The current number of the tainted flags is 13

 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=kernel/panic.c;hb=HEAD

 {{{
 static const struct tnt tnts[] = {
         { TAINT_PROPRIETARY_MODULE,     'P', 'G' },
         { TAINT_FORCED_MODULE,          'F', ' ' },
         { TAINT_UNSAFE_SMP,             'S', ' ' },
         { TAINT_FORCED_RMMOD,           'R', ' ' },
         { TAINT_MACHINE_CHECK,          'M', ' ' },
         { TAINT_BAD_PAGE,               'B', ' ' },
         { TAINT_USER,                   'U', ' ' },
         { TAINT_DIE,                    'D', ' ' },
         { TAINT_OVERRIDDEN_ACPI_TABLE,  'A', ' ' },
         { TAINT_WARN,                   'W', ' ' },
         { TAINT_CRAP,                   'C', ' ' },
         { TAINT_FIRMWARE_WORKAROUND,    'I', ' ' },
         { TAINT_OOT_MODULE,             'O', ' ' },
 };
 }}}

-- 
Ticket URL: <https://fedorahosted.org/abrt/ticket/813>
Automatic Bug Reporting Tool - ABRT <http://fedorahoted.org/abrt/>
Automatic bug reporting tool

Reply via email to