All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: Tips for a Newcomer
Date: Wed, 03 Jul 2013 07:28:48 +0000	[thread overview]
Message-ID: <20130703072848.GB22937@mwanda> (raw)
In-Reply-To: <51D0A0D7.4070408@gmail.com>

On Sun, Jun 30, 2013 at 05:19:19PM -0400, Logan Blyth wrote:
> Hello list,
> 
> I am looking for some tips on starting as a kernel janitor, and I
> was hoping to find out the general work flow that people use. From
> what I can tell, we search through the kernel-next git repo, then
> either by grep, ctags, or some other method?

I use cscope with vim.  There is a "make cscope" build target.

> We are looking for
> things in the KernelJanitors/Todo, possibly stuff turned up by
> sparse? Maybe a different static analyser like from clang?

Yeah.  That's a lot of it.  I don't think anyone is doing clang so
you could find some unique bugs that way.  Do you know how to get
clang working for the kernel?

> 
> From there we make sure the patch applys cleanly and mail the
> maintainer, copying the LKML and Kernel-Janitors?

Yep.  Use scripts/get_maintainer.pl.  Send your first patch to
kernel janitors without CC'd the maintainer so we can check it for
you.

regards,
dan carpenter


  reply	other threads:[~2013-07-03  7:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-30 21:19 Tips for a Newcomer Logan Blyth
2013-07-03  7:28 ` Dan Carpenter [this message]
2013-07-25 12:13 ` Logan Blyth
2013-07-25 13:15 ` Darryl L. Pierce
2013-07-25 14:09 ` Dan Carpenter

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=20130703072848.GB22937@mwanda \
    --to=dan.carpenter@oracle.com \
    --cc=kernel-janitors@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.