howto.rst (d053cf0d771f6547cb0537759a9af63cf402908d) howto.rst (e7b4311ebcac142be28c9fa1b9f63a9d35fc2a92)
1.. _process_howto:
2
3HOWTO do Linux kernel development
4=================================
5
6This is the be-all, end-all document on this topic. It contains
7instructions on how to become a Linux kernel developer and how to learn
8to work with the Linux kernel development community. It tries to not

--- 583 unchanged lines hidden (view full) ---

592 - the overall design approach in the patch
593 - implementation details
594 - testing results
595
596For more details on what this should all look like, please see the
597ChangeLog section of the document:
598
599 "The Perfect Patch"
1.. _process_howto:
2
3HOWTO do Linux kernel development
4=================================
5
6This is the be-all, end-all document on this topic. It contains
7instructions on how to become a Linux kernel developer and how to learn
8to work with the Linux kernel development community. It tries to not

--- 583 unchanged lines hidden (view full) ---

592 - the overall design approach in the patch
593 - implementation details
594 - testing results
595
596For more details on what this should all look like, please see the
597ChangeLog section of the document:
598
599 "The Perfect Patch"
600 http://www.ozlabs.org/~akpm/stuff/tpp.txt
600 https://www.ozlabs.org/~akpm/stuff/tpp.txt
601
602
603All of these things are sometimes very hard to do. It can take years to
604perfect these practices (if at all). It's a continuous process of
605improvement that requires a lot of patience and determination. But
606don't give up, it's possible. Many have done it before, and each had to
607start exactly where you are now.
608

--- 19 unchanged lines hidden ---
601
602
603All of these things are sometimes very hard to do. It can take years to
604perfect these practices (if at all). It's a continuous process of
605improvement that requires a lot of patience and determination. But
606don't give up, it's possible. Many have done it before, and each had to
607start exactly where you are now.
608

--- 19 unchanged lines hidden ---