* A short question about net git tree and patches
@ 2007-12-20 9:20 David Shwatrz
2007-12-20 9:55 ` Sam Ravnborg
0 siblings, 1 reply; 5+ messages in thread
From: David Shwatrz @ 2007-12-20 9:20 UTC (permalink / raw)
To: netdev
Hello,
I have a short question regarding the net git tree and patches:
I want to write and send patches against the most recent and
bleeding edge kernel networking code.
I see in:
http://kernel.org/pub/scm/linux/kernel/git/davem/?C=M;O=A
that there are 3 git trees which can be candidates for git-clone and
making patches against;
these are:
netdev-2.6.git, net-2.6.25.git and net-2.6.git.
It seems to me that net-2.6.git is the most suitable one to work against;
am I right ?
what is the difference, in short, between the three repositories?
Regards,
DS
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: A short question about net git tree and patches
2007-12-20 9:20 A short question about net git tree and patches David Shwatrz
@ 2007-12-20 9:55 ` Sam Ravnborg
2007-12-20 10:49 ` Ilpo Järvinen
2007-12-20 11:22 ` David Miller
0 siblings, 2 replies; 5+ messages in thread
From: Sam Ravnborg @ 2007-12-20 9:55 UTC (permalink / raw)
To: David Shwatrz; +Cc: netdev
On Thu, Dec 20, 2007 at 11:20:26AM +0200, David Shwatrz wrote:
> Hello,
> I have a short question regarding the net git tree and patches:
> I want to write and send patches against the most recent and
> bleeding edge kernel networking code.
> I see in:
> http://kernel.org/pub/scm/linux/kernel/git/davem/?C=M;O=A
> that there are 3 git trees which can be candidates for git-clone and
> making patches against;
> these are:
> netdev-2.6.git, net-2.6.25.git and net-2.6.git.
>
> It seems to me that net-2.6.git is the most suitable one to work against;
> am I right ?
> what is the difference, in short, between the three repositories?
IIRC the usage is:
netdev-2.6.git <= old stuff, 4 weeks since last update. Not in use
net-2.6.25.git <= patches for current kernel release (only fixes)
net-2.6.git <= patches for next kernel relase and planned to be
applied in next merge window
So net-2.6.git is the correct choice for bleeding edge.
Sam
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: A short question about net git tree and patches
2007-12-20 9:55 ` Sam Ravnborg
@ 2007-12-20 10:49 ` Ilpo Järvinen
2007-12-20 11:22 ` David Miller
1 sibling, 0 replies; 5+ messages in thread
From: Ilpo Järvinen @ 2007-12-20 10:49 UTC (permalink / raw)
To: Sam Ravnborg, David Shwatrz; +Cc: Netdev
On Thu, 20 Dec 2007, Sam Ravnborg wrote:
> On Thu, Dec 20, 2007 at 11:20:26AM +0200, David Shwatrz wrote:
> > Hello,
> > I have a short question regarding the net git tree and patches:
> > I want to write and send patches against the most recent and
> > bleeding edge kernel networking code.
> > I see in:
> > http://kernel.org/pub/scm/linux/kernel/git/davem/?C=M;O=A
> > that there are 3 git trees which can be candidates for git-clone and
> > making patches against;
> > these are:
> > netdev-2.6.git, net-2.6.25.git and net-2.6.git.
> >
> > It seems to me that net-2.6.git is the most suitable one to work against;
> > am I right ?
> > what is the difference, in short, between the three repositories?
>
> IIRC the usage is:
> netdev-2.6.git <= old stuff, 4 weeks since last update. Not in use
> net-2.6.25.git <= patches for current kernel release (only fixes)
Nope, we don't even have 2.6.24 yet. :-)
> net-2.6.git <= patches for next kernel relase and planned to be
> applied in next merge window
>
> So net-2.6.git is the correct choice for bleeding edge.
net-2.6 is for fixes only, net-2.6.25 will become net-2.6 once 2.6.24
gets released, eventually net-2.6.26 gets opened (not necessarily at the
same time as the merge window is closed but a bit later) and the cycle
repeats with similar transitions when 2.6.25 gets released.
The netdev trees are for network drivers and are usually managed by
Jeff Garzik but there were recently some arrangement between Dave and
Jeff due to vacations so that also netdev was managed by Dave.
--
i.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: A short question about net git tree and patches
2007-12-20 9:55 ` Sam Ravnborg
2007-12-20 10:49 ` Ilpo Järvinen
@ 2007-12-20 11:22 ` David Miller
2007-12-20 13:39 ` Sam Ravnborg
1 sibling, 1 reply; 5+ messages in thread
From: David Miller @ 2007-12-20 11:22 UTC (permalink / raw)
To: sam; +Cc: dshwatrz, netdev
From: Sam Ravnborg <sam@ravnborg.org>
Date: Thu, 20 Dec 2007 10:55:10 +0100
> net-2.6.25.git <= patches for current kernel release (only fixes)
> net-2.6.git <= patches for next kernel relase and planned to be
> applied in next merge window
>
> So net-2.6.git is the correct choice for bleeding edge.
You reversed them, net-2.6.25.git is for bleeding edge
stuff, net-2.6.git is for bug fixes only.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: A short question about net git tree and patches
2007-12-20 11:22 ` David Miller
@ 2007-12-20 13:39 ` Sam Ravnborg
0 siblings, 0 replies; 5+ messages in thread
From: Sam Ravnborg @ 2007-12-20 13:39 UTC (permalink / raw)
To: David Miller; +Cc: dshwatrz, netdev
On Thu, Dec 20, 2007 at 03:22:58AM -0800, David Miller wrote:
> From: Sam Ravnborg <sam@ravnborg.org>
> Date: Thu, 20 Dec 2007 10:55:10 +0100
>
> > net-2.6.25.git <= patches for current kernel release (only fixes)
> > net-2.6.git <= patches for next kernel relase and planned to be
> > applied in next merge window
> >
> > So net-2.6.git is the correct choice for bleeding edge.
>
> You reversed them, net-2.6.25.git is for bleeding edge
> stuff, net-2.6.git is for bug fixes only.
Sorry - thanks for clarifying it.
Sam - who should refrain from thinking too much in current crappy condition
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-12-20 13:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-20 9:20 A short question about net git tree and patches David Shwatrz
2007-12-20 9:55 ` Sam Ravnborg
2007-12-20 10:49 ` Ilpo Järvinen
2007-12-20 11:22 ` David Miller
2007-12-20 13:39 ` Sam Ravnborg
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).