public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: How long to wait on patches?
@ 2006-07-22  1:26 Randy Dunlap
  2006-07-22  1:32 ` Matt LaPlante
  0 siblings, 1 reply; 13+ messages in thread
From: Randy Dunlap @ 2006-07-22  1:26 UTC (permalink / raw)
  To: Matt LaPlante, 'Randy Dunlap', 'David Lang',
	linux-kernel



> > -----Original Message-----
> > From: Randy Dunlap [mailto:rdunlap@xenotime.net]
> > Sent: Friday, July 21, 2006 9:07 PM
> > To: David Lang; Matt LaPlante; linux-kernel@vger.kernel.org
> > Subject: Re: How long to wait on patches?
> > 
> > 
> > 
> > > On Fri, 21 Jul 2006, Matt LaPlante wrote:
> > >
> > >[me]
> > >
> > > be sure to watch the -mm tree as well, a lot of patches are picked up
> > by Andrew
> > > to be fed to Linus that way
> > >
> > > this is a particularly bad week since almost all the core developers
> > were up at
> > > OLS.
> > >
> > > one thing you may want to look at doing (hosting permitting) is to
> > setup a git
> > > tree to just hold your trivial patches so that they can be pulled
> > easily.
> > >
> > > I thought there was a person who was maintaining a -trivial tree for
> > this
> > > purpose, I don't remember who it was though.
> > 
> > 
> > Yes, Adrian Bunk accepts and forwards trivial patches. See
> > http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
> > 
> > ---
> > ~Randy
> 
> Yes, my patches were CC'd to the trivial alias.  I guess from what
I've read
> on that page that I should wait until after .18 to look for them in
the git?

You mean in Linus's git tree?  Adrian will have to answer that
question, although the answer is likely to be Yes.  Linus recently
said that he accepts patches until -rc2 and after that he is
looking for stability and bug fixes for a final release, so
it could well be after 2.6.18 when they are merged.

---
~Randy


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: How long to wait on patches?
@ 2006-07-22  2:07 Randy Dunlap
  0 siblings, 0 replies; 13+ messages in thread
From: Randy Dunlap @ 2006-07-22  2:07 UTC (permalink / raw)
  To: Andrew Morton, David Lang, kernel1, linux-kernel



> On Fri, 21 Jul 2006 15:45:08 -0700 (PDT)
> David Lang <dlang@digitalinsight.com> wrote:
> 
> > > I checked the FAQ but didn't see an answer to this.  Over the past
few weeks 
> > > I've submitted probably around 8 simple typo-fix patches all of
which seemed 
> > > to be approved by others on the list.  I've been following the
GIT, but these 
> > > patches haven't been merged yet.  I know people are busy with
other things, 
> > > probably more important, but I would like to know how long is
"acceptable" to 
> > > wait before I should re-submit a patch.  Obviously if enough time
passes, 
> > > patches start to break as source files change.  I don't mean to be
a nuisance; 
> > > I'm just trying to determine proper protocol.  That and the fact I
can submit 
> > > several more patches once I get some of these old ones out of my
queue. :)
> > 
> > be sure to watch the -mm tree as well, a lot of patches are picked
up by Andrew 
> > to be fed to Linus that way
> 
> Yes, I hoover up unloved patches from the mailing list.  But only from
this
> mailing list, and there are probably lots of potentially-useful patches on
> other lists which get lost.
> 
> However I have a personal i-dont-do-typo-patches policy.  Resending
them to
> kernel-janitor-discuss@lists.sourceforge.net would be a good idea.

Please make that kernel-janitors@lists.osdl.org
The sf.net list/hosting is no longer used.

or just to trivial will also work.  Neither of them is especially
fast and should not be used for critical patches.

---
~Randy

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: How long to wait on patches?
@ 2006-07-22  1:07 Randy Dunlap
  2006-07-22  1:18 ` Matt LaPlante
  0 siblings, 1 reply; 13+ messages in thread
From: Randy Dunlap @ 2006-07-22  1:07 UTC (permalink / raw)
  To: David Lang, Matt LaPlante, linux-kernel



> On Fri, 21 Jul 2006, Matt LaPlante wrote:
> 
> > I checked the FAQ but didn't see an answer to this.  Over the past
few weeks 
> > I've submitted probably around 8 simple typo-fix patches all of
which seemed 
> > to be approved by others on the list.  I've been following the GIT,
but these 
> > patches haven't been merged yet.  I know people are busy with other
things, 
> > probably more important, but I would like to know how long is
"acceptable" to 
> > wait before I should re-submit a patch.  Obviously if enough time
passes, 
> > patches start to break as source files change.  I don't mean to be a
nuisance; 
> > I'm just trying to determine proper protocol.  That and the fact I
can submit 
> > several more patches once I get some of these old ones out of my
queue. :)
> 
> be sure to watch the -mm tree as well, a lot of patches are picked up
by Andrew 
> to be fed to Linus that way
> 
> this is a particularly bad week since almost all the core developers
were up at 
> OLS.
> 
> one thing you may want to look at doing (hosting permitting) is to
setup a git 
> tree to just hold your trivial patches so that they can be pulled easily.
> 
> I thought there was a person who was maintaining a -trivial tree for this 
> purpose, I don't remember who it was though.


Yes, Adrian Bunk accepts and forwards trivial patches. See
http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/

---
~Randy

^ permalink raw reply	[flat|nested] 13+ messages in thread
* How long to wait on patches?
@ 2006-07-22  0:50 Matt LaPlante
  2006-07-21 22:45 ` David Lang
  0 siblings, 1 reply; 13+ messages in thread
From: Matt LaPlante @ 2006-07-22  0:50 UTC (permalink / raw)
  To: linux-kernel

I checked the FAQ but didn't see an answer to this.  Over the past few weeks I've submitted probably around 8 simple typo-fix patches all of which seemed to be approved by others on the list.  I've been following the GIT, but these patches haven't been merged yet.  I know people are busy with other things, probably more important, but I would like to know how long is "acceptable" to wait before I should re-submit a patch.  Obviously if enough time passes, patches start to break as source files change.  I don't mean to be a nuisance; I'm just trying to determine proper protocol.  That and the fact I can submit several more patches once I get some of these old ones out of my queue. :)

--
Matt LaPlante
kernel1@cyberdogtech.com


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

end of thread, other threads:[~2006-09-28  1:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-22  1:26 How long to wait on patches? Randy Dunlap
2006-07-22  1:32 ` Matt LaPlante
2006-07-22 16:09   ` Adrian Bunk
2006-09-25 14:52     ` Matt LaPlante
2006-09-26 23:45       ` Adrian Bunk
2006-09-28  0:54         ` Matt LaPlante
2006-09-28  1:01           ` Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2006-07-22  2:07 Randy Dunlap
2006-07-22  1:07 Randy Dunlap
2006-07-22  1:18 ` Matt LaPlante
2006-07-22  0:50 Matt LaPlante
2006-07-21 22:45 ` David Lang
2006-07-22  1:45   ` Andrew Morton

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