From: Valdis.Kletnieks@vt.edu (Valdis.Kletnieks at vt.edu)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Contributing via kernel-janitors
Date: Thu, 15 Jan 2015 17:07:11 -0500 [thread overview]
Message-ID: <19028.1421359631@turing-police.cc.vt.edu> (raw)
In-Reply-To: Your message of "Wed, 14 Jan 2015 11:07:22 -0500." <1421251642.4937.20.camel@precision690.xccg.com>
On Wed, 14 Jan 2015 11:07:22 -0500, "Dr. George E. Moore" said:
> I'm unclear as to how via kernel-janitors, I can support patches to the
> kernel. Are bug/documentation anomalies already identified in some
> archive, or are we expected to choose a subsystem, search for such
> anomalies as described in the KernelJanitor/Todo page, acknowledge our
> willingness to make fixes and submit patches to
> kernel-janitors at vgerkernel.org? What kernel subsystems are current being
> reviewed and patched by kernel-janitors?
Pretty much none.
At one time, people would add new/changed APIs to the kernel, and
kernel-janitors would go around and fix the usage to match the new API.
However, a number of years ago, we started requiring that patch sets that
change an API also include patches to change all the users, so there's a lot
less cleanup work of that sort to do.
However, if you're wanting to get your feet wet, there's a *lot* of really
bad code in drivers/staging/ that needs a lot of care before it can move
to the main part of the kernel tree. Everything under drivers/staging/
should have its own TODO file listing things that are *known* to need fixing
in the driver - and there's probably a half-ton of bad coding in the driver
that isn't listed in the TODO. Greg KH is *always* looking for people
to dive in and provide patches. :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150115/35acd6f7/attachment.bin
next prev parent reply other threads:[~2015-01-15 22:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-14 16:07 Contributing via kernel-janitors Dr. George E. Moore
2015-01-15 22:07 ` Valdis.Kletnieks at vt.edu [this message]
2015-01-16 13:24 ` Silvan Jegen
2015-01-16 13:30 ` Greg Donald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=19028.1421359631@turing-police.cc.vt.edu \
--to=valdis.kletnieks@vt.edu \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).