Difference between revisions of "Kernel Mainlining"

From eLinux.org
Jump to: navigation, search
(Add eudyptula challenge)
Line 4: Line 4:
 
Greg KH has a great presentation about how the community work, with links to references for getting started:
 
Greg KH has a great presentation about how the community work, with links to references for getting started:
 
* [https://github.com/gregkh/kernel-development/blob/master/kernel-development.pdf?raw=true Linux Kernel Development (pdf)]
 
* [https://github.com/gregkh/kernel-development/blob/master/kernel-development.pdf?raw=true Linux Kernel Development (pdf)]
 +
 +
=== Training, tutorials and challenges ===
 +
 +
* [http://eudyptula-challenge.org/ Eudyptula Challenge]
 +
** This is a series of 20 tasks, managed via e-mail, that help people learn how to work with the kernel and submit patches
 +
** LWN.net article http://lwn.net/Articles/599231/
  
 
== Specific Projects ==
 
== Specific Projects ==

Revision as of 13:38, 27 May 2014

This page has information for embedded developers about mainlining patches to the Linux kernel.

General Resources

Greg KH has a great presentation about how the community work, with links to references for getting started:

Training, tutorials and challenges

Specific Projects