From: David Farning <dfarning@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] Patch acceptance in mainline
Date: Mon, 11 Sep 2006 13:08:42 +0000 [thread overview]
Message-ID: <1157980123.4644.5.camel@dfarning-desktop> (raw)
In-Reply-To: <1157789352.7814.11.camel@amol.verismonetworks.com>
On Mon, 2006-09-11 at 17:34 +0530, Amol Lad wrote:
> Hi,
>
> After submitting patches to kernel janitors, how are they submitted for
> inclusion in the main line kernel ? When it is done ? Who does it ? i.e.
> After submitting a patch to kernel janitors do I need to forward it to
> lkml (ofcourse, after taking all the review comments from here..)
>
> If the maintainer of the list is submitting the patches for mainline
> inclusion then how would original author would come to know ? Does he
> need to monitor changelogs for every -rc kernel released ?
>
I am also wondering about the process. There is an interesting section
in
http://www.kernel.org/pub/software/scm/git/docs/howto/using-topic-branches.txt
about how to track your changes upstream.
<snip>
$ git-rev-list branchname ^test
or
$ git-rev-list branchname ^release
[If this branch has not yet been merged you will see a set of SHA1 values
for the commits, if it has been merged, then there will be no output]
Once a patch completes the great cycle (moving from test to release, then
pulled by Linus, and finally coming back into your local "linus" branch)
the branch for this change is no longer needed. You detect this when the
output from:
$ git-rev-list branchname ^linus
is empty. At this point the branch can be deleted:
<snip>
> Please resond. I think FAQ should be also be updated based on the reply
>
> Thanks
>
> _______________________________________________
> Kernel-janitors mailing list
> Kernel-janitors@lists.osdl.org
> https://lists.osdl.org/mailman/listinfo/kernel-janitors
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
prev parent reply other threads:[~2006-09-11 13:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-09 8:21 [KJ] Patch Acceptance in mainline Amol Lad
2006-09-11 12:16 ` [KJ] Patch acceptance " Amol Lad
2006-09-11 13:08 ` David Farning [this message]
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=1157980123.4644.5.camel@dfarning-desktop \
--to=dfarning@gmail.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.