public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* Why is linux-kbuild/doc dropping some of my mails?
@ 2011-02-06 15:48 Ulf Magnusson
  2011-02-06 15:57 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Ulf Magnusson @ 2011-02-06 15:48 UTC (permalink / raw)
  To: linux-kbuild; +Cc: linux-doc

linux-kbuild and linux-doc dropped both of my Kconfiglib patches, while
linux-kernel accepted them:
https://lkml.org/lkml/2011/2/1/439 (initial)
https://lkml.org/lkml/2011/2/5/174 (version 2)

Any idea why? Looked over SubmittingPatches but couldn't find anything
obvious.

/Ulf Magnusson

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

* Re: Why is linux-kbuild/doc dropping some of my mails?
  2011-02-06 15:48 Why is linux-kbuild/doc dropping some of my mails? Ulf Magnusson
@ 2011-02-06 15:57 ` Randy Dunlap
  2011-02-06 16:05   ` Ulf Magnusson
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2011-02-06 15:57 UTC (permalink / raw)
  To: Ulf Magnusson; +Cc: linux-kbuild, linux-doc

On Sun, 6 Feb 2011 16:48:32 +0100 Ulf Magnusson wrote:

> linux-kbuild and linux-doc dropped both of my Kconfiglib patches, while
> linux-kernel accepted them:
> https://lkml.org/lkml/2011/2/1/439 (initial)
> https://lkml.org/lkml/2011/2/5/174 (version 2)
> 
> Any idea why? Looked over SubmittingPatches but couldn't find anything
> obvious.

AFAIK, lkml has a message size limit of 300 KB or 400 KB, while
kbuild and doc have a limit of (probably) 100 KB.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: Why is linux-kbuild/doc dropping some of my mails?
  2011-02-06 15:57 ` Randy Dunlap
@ 2011-02-06 16:05   ` Ulf Magnusson
  2011-02-06 16:35     ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Ulf Magnusson @ 2011-02-06 16:05 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kbuild, linux-doc

On Sun, Feb 06, 2011 at 07:57:34AM -0800, Randy Dunlap wrote:
> On Sun, 6 Feb 2011 16:48:32 +0100 Ulf Magnusson wrote:
> 
> > linux-kbuild and linux-doc dropped both of my Kconfiglib patches, while
> > linux-kernel accepted them:
> > https://lkml.org/lkml/2011/2/1/439 (initial)
> > https://lkml.org/lkml/2011/2/5/174 (version 2)
> > 
> > Any idea why? Looked over SubmittingPatches but couldn't find anything
> > obvious.
> 
> AFAIK, lkml has a message size limit of 300 KB or 400 KB, while
> kbuild and doc have a limit of (probably) 100 KB.
> 
Version 2 is only 13k though - it builds on the first one.

/Ulf Magnusson

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

* Re: Why is linux-kbuild/doc dropping some of my mails?
  2011-02-06 16:05   ` Ulf Magnusson
@ 2011-02-06 16:35     ` Randy Dunlap
  2011-02-06 17:33       ` Ulf Magnusson
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2011-02-06 16:35 UTC (permalink / raw)
  To: Ulf Magnusson; +Cc: linux-kbuild, linux-doc

On Sun, 6 Feb 2011 17:05:01 +0100 Ulf Magnusson wrote:

> On Sun, Feb 06, 2011 at 07:57:34AM -0800, Randy Dunlap wrote:
> > On Sun, 6 Feb 2011 16:48:32 +0100 Ulf Magnusson wrote:
> > 
> > > linux-kbuild and linux-doc dropped both of my Kconfiglib patches, while
> > > linux-kernel accepted them:
> > > https://lkml.org/lkml/2011/2/1/439 (initial)
> > > https://lkml.org/lkml/2011/2/5/174 (version 2)
> > > 
> > > Any idea why? Looked over SubmittingPatches but couldn't find anything
> > > obvious.
> > 
> > AFAIK, lkml has a message size limit of 300 KB or 400 KB, while
> > kbuild and doc have a limit of (probably) 100 KB.
> > 
> Version 2 is only 13k though - it builds on the first one.

OK, then you can try some of the Supplementary tools at
http://vger.kernel.org/ and/or check the taboo list to see if your
patch includes things that are not allowed:
http://vger.kernel.org/majordomo-info.html#taboo

If all else fails, you can ask <postmaster@vger.kernel.org> .

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: Why is linux-kbuild/doc dropping some of my mails?
  2011-02-06 16:35     ` Randy Dunlap
@ 2011-02-06 17:33       ` Ulf Magnusson
  0 siblings, 0 replies; 5+ messages in thread
From: Ulf Magnusson @ 2011-02-06 17:33 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kbuild, linux-doc

On Sun, Feb 06, 2011 at 08:35:12AM -0800, Randy Dunlap wrote:
> On Sun, 6 Feb 2011 17:05:01 +0100 Ulf Magnusson wrote:
> 
> > On Sun, Feb 06, 2011 at 07:57:34AM -0800, Randy Dunlap wrote:
> > > On Sun, 6 Feb 2011 16:48:32 +0100 Ulf Magnusson wrote:
> > > 
> > > > linux-kbuild and linux-doc dropped both of my Kconfiglib patches, while
> > > > linux-kernel accepted them:
> > > > https://lkml.org/lkml/2011/2/1/439 (initial)
> > > > https://lkml.org/lkml/2011/2/5/174 (version 2)
> > > > 
> > > > Any idea why? Looked over SubmittingPatches but couldn't find anything
> > > > obvious.
> > > 
> > > AFAIK, lkml has a message size limit of 300 KB or 400 KB, while
> > > kbuild and doc have a limit of (probably) 100 KB.
> > > 
> > Version 2 is only 13k though - it builds on the first one.
> 
> OK, then you can try some of the Supplementary tools at
> http://vger.kernel.org/ and/or check the taboo list to see if your
> patch includes things that are not allowed:
> http://vger.kernel.org/majordomo-info.html#taboo
> 
> If all else fails, you can ask <postmaster@vger.kernel.org> .
> 
Never mind, it appears at http://www.spinics.net/lists/linux-kbuild/
now. Strangely, so does this thread. Maybe I just got lucky with the
timing, or the archive updates work in mysterious ways..

Excuse the spam.

/Ulf

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

end of thread, other threads:[~2011-02-06 17:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-06 15:48 Why is linux-kbuild/doc dropping some of my mails? Ulf Magnusson
2011-02-06 15:57 ` Randy Dunlap
2011-02-06 16:05   ` Ulf Magnusson
2011-02-06 16:35     ` Randy Dunlap
2011-02-06 17:33       ` Ulf Magnusson

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