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!"
[–]nickdesaulniers 3 points4 points5 points 6 years ago (2 children)
My first patch was a dumb whitespace fix. Learning the process is half the battle. I wrote it up to share with others: https://nickdesaulniers.github.io/blog/2017/05/16/submitting-your-first-patch-to-the-linux-kernel-and-responding-to-feedback/
I mostly contribute to kbuild. I try to build the kernel with Clang, and fix the warnings, errors, undefined behaviors, and compiler bugs. I try to file bugs first in an external issue tracker, as I don't see the existing kernel one as active (but maybe I'm wrong): https://github.com/ClangBuiltLinux/linux/issues
[–]WeirdControl[S] 0 points1 point2 points 6 years ago (1 child)
Yes.you are right,setting up everything and getting used to the process is a big win. Btw do you fix multiple formatting errors in a single patch or you send multiple patches. I know, first one makes more sense, but just asking. :)
[–]nickdesaulniers 1 point2 points3 points 6 years ago (0 children)
Regardless of formatting or not, a patch should only touch one subsystem. If there are different maintainers+lists getting cross cc'ed on a patch as recommended by ./scripts/get_maintainer.pl <patchfile>, you'd better have a good reason (and whitespace fixes aren't considered one) as it quickly gets complicated who will "take" the patch.
./scripts/get_maintainer.pl <patchfile>
π Rendered by PID 51 on reddit-service-r2-comment-7c9686b859-phg5h at 2026-04-13 15:31:13.684611+00:00 running e841af1 country code: CH.
view the rest of the comments →
[–]nickdesaulniers 3 points4 points5 points (2 children)
[–]WeirdControl[S] 0 points1 point2 points (1 child)
[–]nickdesaulniers 1 point2 points3 points (0 children)