public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* Where can i find a task?
@ 2011-08-19 18:18 Sameer Rahmani
  2011-08-22 14:19 ` Nicolas Palix
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sameer Rahmani @ 2011-08-19 18:18 UTC (permalink / raw)
  To: kernel-janitors

Hi there.

I'm new to this ML, i'm looking for some cheap tasks to begin with, 
where can i find some?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where can i find a task?
  2011-08-19 18:18 Where can i find a task? Sameer Rahmani
@ 2011-08-22 14:19 ` Nicolas Palix
  2011-08-30 19:52 ` Dan Carpenter
  2011-08-30 19:54 ` Dan Carpenter
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Palix @ 2011-08-22 14:19 UTC (permalink / raw)
  To: kernel-janitors

Hi,

On Fri, Aug 19, 2011 at 8:06 PM, Sameer Rahmani <lxsameer@lxsameer.com> wrote:
> Hi there.
>
> I'm new to this ML, i'm looking for some cheap tasks to begin with, where
> can i find some?

You can check the TODO list of
http://kernelnewbies.org/KernelJanitors

There is also the reports of various checkers such as smatch, sparse
or coccinelle
which report potential errors.



> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Nicolas Palix
http://sardes.inrialpes.fr/~npalix/
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where can i find a task?
  2011-08-19 18:18 Where can i find a task? Sameer Rahmani
  2011-08-22 14:19 ` Nicolas Palix
@ 2011-08-30 19:52 ` Dan Carpenter
  2011-08-30 19:54 ` Dan Carpenter
  2 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2011-08-30 19:52 UTC (permalink / raw)
  To: kernel-janitors

On Fri, Aug 19, 2011 at 10:36:30PM +0430, Sameer Rahmani wrote:
> Hi there.
> 
> I'm new to this ML, i'm looking for some cheap tasks to begin with,
> where can i find some?

Here is a task:

grep -n -w printk drivers/ -R | egrep 'KERN_\w+ "\\n"' | grep -v CONT 

These should probably all be using KERN_CONT (obviously you should
check them and look around for other bugs as well).  There are 38
patches worth of bugs there.

regards,
dan carpenter

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where can i find a task?
  2011-08-19 18:18 Where can i find a task? Sameer Rahmani
  2011-08-22 14:19 ` Nicolas Palix
  2011-08-30 19:52 ` Dan Carpenter
@ 2011-08-30 19:54 ` Dan Carpenter
  2 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2011-08-30 19:54 UTC (permalink / raw)
  To: kernel-janitors

Also it's often a mistake to print blank lines to dmesg for no
reason.

grep '\\n\\n' drivers/ -R 

But those are slightly more controversial.

regards,
dan carpenter

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-30 19:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 18:18 Where can i find a task? Sameer Rahmani
2011-08-22 14:19 ` Nicolas Palix
2011-08-30 19:52 ` Dan Carpenter
2011-08-30 19:54 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox