Changes between Version 44 and Version 45 of PatchQualityLevels

Show
Ignore:
Timestamp:
10/25/09 21:52:39 (11 months ago)
Author:
Juri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PatchQualityLevels

    v44 v45  
    44 * Patch name includes "rename" if its been decided that this file is named wrong. 
    55 * Patch name includes "breakup" if it should really be two (2) or more patches. 
    6  * Patch name includes "one-way" if it has effects even when the CONFIG_TMIG option is turned off.  This excludes the config system itself, header includes, and new files. 
     6 * Patch name includes "one-way" if it has effects even when the (CONFIG_TMIG or CONFIG_OPENMOSIX) option is turned off.  This excludes the config system itself, header includes, and new files. 
    77 * Patch name includes "one-way" if it creates a header file whos inclusion by kernel code is not dependent on the CONFIG_TMIG option. 
    88 * Patch name includes "broken" if it is "obviously" broken.  Includes, but is not limited to, code marked "STUB", "FIXME", or "XXX" or incomplete code.