* Tasks to do
@ 2010-11-29 2:51 Jorge Merlino
2010-11-29 12:59 ` Dan Carpenter
2010-11-29 14:28 ` Robert P. J. Day
0 siblings, 2 replies; 3+ messages in thread
From: Jorge Merlino @ 2010-11-29 2:51 UTC (permalink / raw)
To: kernel-janitors
Hi all
I'm interested in helping with the deveopment of the linux kernel and
found this mailing list. I saw a few related todo lists but all of them
seem quite old.
I'd like to know where do I look for some task to do and if I neet to
tell anybody I'm working on that in order to prevent duplication of work.
Thanks
Jorge
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Tasks to do
2010-11-29 2:51 Tasks to do Jorge Merlino
@ 2010-11-29 12:59 ` Dan Carpenter
2010-11-29 14:28 ` Robert P. J. Day
1 sibling, 0 replies; 3+ messages in thread
From: Dan Carpenter @ 2010-11-29 12:59 UTC (permalink / raw)
To: kernel-janitors
On Mon, Nov 29, 2010 at 12:51:05AM -0200, Jorge Merlino wrote:
> Hi all
>
> I'm interested in helping with the deveopment of the linux kernel and
> found this mailing list. I saw a few related todo lists but all of them
> seem quite old.
> I'd like to know where do I look for some task to do and if I neet to
> tell anybody I'm working on that in order to prevent duplication of work.
>
There isn't a list.
One easy place to start is if you have any hardware which uses a driver
from staging. Just send your patches against linux-next and you won't
conflict with anyone.
Maybe pick a driver and do this:
1) Fix all the white space.
2) Use sparse and figure out what can be declared as static.
2a) Make sparse not complain.
3) Fix all the messed up naming for static functions and data.
4) Check that it always returns the correct error codes on failure.
5) Use ARRAY_SIZE() through out.
6) Use the kernel min()/max() macros.
7) Break up any really long functions into smaller functions.
8) Etc.
But it really helps if you have the hardware and can test these changes.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Tasks to do
2010-11-29 2:51 Tasks to do Jorge Merlino
2010-11-29 12:59 ` Dan Carpenter
@ 2010-11-29 14:28 ` Robert P. J. Day
1 sibling, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2010-11-29 14:28 UTC (permalink / raw)
To: kernel-janitors
On Mon, 29 Nov 2010, Jorge Merlino wrote:
> Hi all
>
> I'm interested in helping with the deveopment of the linux kernel
> and found this mailing list. I saw a few related todo lists but all
> of them seem quite old.
> I'd like to know where do I look for some task to do and if I neet
> to tell anybody I'm working on that in order to prevent duplication
> of work.
is there, in fact, a relatively up-to-date TO DO list for kernel
janitorial work these days?
rday
--
====================================
Robert P. J. Day Waterloo, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
====================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-29 14:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 2:51 Tasks to do Jorge Merlino
2010-11-29 12:59 ` Dan Carpenter
2010-11-29 14:28 ` Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox