summaryrefslogtreecommitdiff
path: root/2008/how_and_why_kernel-fht2008/html/mgp00028.txt
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-10-25 21:00:20 +0100
committerHarald Welte <laforge@gnumonks.org>2015-10-25 21:00:20 +0100
commitfca59bea770346cf1c1f9b0e00cb48a61b44a8f3 (patch)
treea2011270df48d3501892ac1a56015c8be57e8a7d /2008/how_and_why_kernel-fht2008/html/mgp00028.txt
import of old now defunct presentation slides svn repo
Diffstat (limited to '2008/how_and_why_kernel-fht2008/html/mgp00028.txt')
-rw-r--r--2008/how_and_why_kernel-fht2008/html/mgp00028.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/2008/how_and_why_kernel-fht2008/html/mgp00028.txt b/2008/how_and_why_kernel-fht2008/html/mgp00028.txt
new file mode 100644
index 0000000..f53d9bb
--- /dev/null
+++ b/2008/how_and_why_kernel-fht2008/html/mgp00028.txt
@@ -0,0 +1,14 @@
+How and why to work with the Linux kernel community
+How to submit your code mainline?
+
+
+The FOSS code quality requirements are _extremely_ high
+It's not a surprise that Linux is generally considered much more stable than competitors
+Code needs to be maintainable
+Linux supports old hardware ages beyond their EOL
+Thin of MCA, VLB, Decnet, IPX networking, ...
+So unless you respect the development culture, your code is likely to get rejected!
+Post your driver at the respective mailing lists
+Release early, release often
+Don't hesitate to ask for feedback and suggestions if you are not 100% sure what is the right way to implement a certain feature
+
personal git repositories of Harald Welte. Your mileage may vary