PATCHES 773 B

1234567891011121314151617181920
  1. The patches-* subdirectories contain the kernel patches applied for every
  2. libreCMC target. All patches should be named 'NNN-lowercase_shortname.patch'
  3. and sorted into the following categories:
  4. 0xx - upstream backports
  5. 1xx - code awaiting upstream merge
  6. 2xx - kernel build / config / header patches
  7. 3xx - architecture specific patches
  8. 4xx - mtd related patches (subsystem and drivers)
  9. 5xx - filesystem related patches
  10. 6xx - generic network patches
  11. 7xx - network / phy driver patches
  12. 8xx - other drivers
  13. 9xx - uncategorized other patches
  14. ALL patches must be in a way that they are potentially upstreamable, meaning:
  15. - they must contain a proper subject
  16. - they must contain a proper commit message explaining what they change
  17. - they must contain a valid Signed-off-by line