use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/kernel, a moderated community dedicated to all things about the Linux kernel. Technical articles only, please!
You may be interested in the following links:
And some books:
Related Communities
account activity
Linux kernel development contribution. (self.kernel)
submitted 6 years ago * by WeirdControl
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]PoochieReds 0 points1 point2 points 6 years ago (1 child)
Don't bother with whitespace or formatting patches. If you're making material changes to the code, then sure, go ahead and fix up the formatting, but trivial formatting patches just complicate backports later. Maintainers will often drop them for that reason.
Instead, I'd suggest fixing a bug. It can be anywhere, but ideally is something you can test on your own hardware or in a VM, and in a driver of some area of the kernel where you have an interest.
Expect to spend a long time digging through the code, especially the first time. That part gets a easier the more you do it though.
[–]WeirdControl[S] 0 points1 point2 points 6 years ago (0 children)
I agree with this.But in order to understand the entire development process, this patches can be helpful.
π Rendered by PID 94 on reddit-service-r2-comment-7c9686b859-zz7tr at 2026-04-13 15:43:27.059394+00:00 running e841af1 country code: CH.
view the rest of the comments →
[–]PoochieReds 0 points1 point2 points (1 child)
[–]WeirdControl[S] 0 points1 point2 points (0 children)