Slashdot Mirror


Linux Foundation Paving Way for New Kernel Developers

Jack Spine writes "The Linux Foundation has published a how-to document for developers who want to negotiate the hidden shoals of open source. According to both the Linux Foundation and the Open Source Consortium, developers can get frustrated with the processes in open source coding, especially for enterprise-class projects like Linux. 'A guide to the kernel development process' aims to encourage participation from new programmers by explaining what's involved. Some developers and businesses attempting to submit changes to the Linux kernel find themselves tangled up with the processes used, according to the guide, which was written by Jonathan Corbet, executive editor of lwn.net and himself a Linux developer."

8 of 46 comments (clear)

  1. direct link by larry+bagina · · Score: 5, Informative

    here.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

  2. How much skill? by colmore · · Score: 4, Insightful

    So I can pretty well follow a spec, an algorithm description, or pseudo-code in C. But I'm no pro. Do I have the skills to start contributing to a top-tier open source project like the kernel, gcc, apache, etc? I'm looking at this link, what others would people recommend for how to get started?

    --
    In Capitalist America, bank robs you!
    1. Re:How much skill? by gbjbaanb · · Score: 5, Informative

      This one.

      Pick a project (you will have to filter the language to C for the more kernel-like projects), then offer to help out with some coding. The people running it should be happy for you to help out (just don't expect to suddenly become a respected developer until you've proven it) and should be able to provide you with more assistance in getting up to speed. Once there, you should have the confidence to tackle something more high-profile.

    2. Re:How much skill? by larry+bagina · · Score: 4, Insightful
      1. use FREE software.
      2. Find bugs, annoyances, or missing features.
      3. submit bug report, enhancement request, or patch
      4. watch bug report get ignored or closed, watch patch get rejected for using 4 spaces per tab instead of 2
      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    3. Re:How much skill? by flowsnake · · Score: 5, Informative

      The SourceForge Help Wanted page is also a good place to look. Most of the projects looking for help aren't really top-tier projects, but they'd be a good way of building up reputation when the GP later wants to go for the big name projects.

  3. Re:slashdotted by LinuxScribe · · Score: 5, Informative

    It's back up now. We just had to restart the server and turn on some caching goodness.

    Peace,
    BKP

  4. Re:Just submit a patch by greg1104 · · Score: 5, Insightful

    Actually, the worst they can do is not apply it and decide you're incompetent/don't play by the rules/etc. Then you risk your future submissions being less likely to be considered even if you improve later. The person who wastes the time of a patch reviewer is not soon forgotten by that reviewer.

    It really is better to not submit a patch at all if you don't know what's going on yet, which is exactly why guides like this one are helpful. I've worked on a similar one for PostgreSQL because it's hard for new people to pick up the unique requirement quirks of a group of developers, and lowering that barrier improves the health of the project.

  5. Re:are they looking to expand their circle of devs by LinuxScribe · · Score: 5, Informative

    Mostly this is part of a larger effort by the Linux Foundation to make Linux development more accessible. There's a lot of interested folks out there who simply don't know the nuances of dealing with the kernel (and, perhaps, general free and open source) developers. This document will hopefully tear down any perceived curtains and allow ISVs and individual developers get a good idea of how to deal with the kernel.

    Brian Proffitt
    Community Manager
    Linux Developer Network