public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: david@lang.hm, Greg KH <gregkh@suse.de>,
	Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
	Stefan Richter <stefanr@s5r6.in-berlin.de>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: removing existing working drivers via staging
Date: Fri, 16 Oct 2009 00:58:42 -0700	[thread overview]
Message-ID: <4AD827B2.1080204@gmail.com> (raw)
In-Reply-To: <20091016074039.GC30019@elte.hu>

Ingo Molnar wrote:
> * david@lang.hm<david@lang.hm>  wrote:
>
>    
>> On Thu, 15 Oct 2009, Ingo Molnar wrote:
>>
>>      
>>> * david@lang.hm<david@lang.hm>  wrote:
>>>
>>>        
>>>>> But a driver in staging still has to be able to build, api changes
>>>>> are not able to be ignored in it.
>>>>>            
>>>> a driver in staging will be able to build, but a driver that was
>>>> removed after 6-9 months that a user discovered the removal of a year
>>>> later when they upgraded to a new distro release (say a normal ubuntu
>>>> release after staying on the old one for the 18 month support period)
>>>> is likely to need significant work to catch up with kernel changes in
>>>> the meanwhile.
>>>>          
>>> Where do you get the 6-9 months from? Greg said he'll wait 3 kernel
>>> releases. Here's the timeline of that:
>>>        
>> that was the timeframe listed in the prior discussion, 3 kernel releases
>> * 2-3 months/release works out to this
>>      
>
> We do 4 kernel releases a year - that's almost exactly 3 months per
> release - not 2-3 months.
>
> It's one release per season / per quarter. That is a very natural
> frequency for releases: both in the biological and in the socio/economic
> spectrum.
>
> Look at the release dates for version x, x-4 and x-8, they line up very
> nicely:
>
>    v2.6.31: Date:   Wed Sep 9 15:13:59 2009 -0700
>    v2.6.27: Date:   Thu Oct 9 15:13:53 2008 -0700
>    v2.6.23: Date:   Tue Oct 9 13:31:38 2007 -0700
>
> And that kind of release date reliability is intentional and i think can
> be expected to continue in the future as well. If you want to base
> products on Linux you really want to know the latencies of upstreaming
> and what to know when a driver or a kernel feature you'll rely on will
> be released.
>
> [ .31 was a bit earlier - partly due to the KS (which always delays the
>    cycle a tiny bit so it's good to save up for it) - and i'd personally
>    not mind if we did the .33 merge window before Christmas, to avoid the
>    distraction right in the middle of the holliday season. ]
>
> Plus the inevitable fuzz of 1-2 weeks depending on the momentary QA
> situation.
>
> 	Ingo
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
>    
man!! well put ingo,well put..
like I like to do:
CONFIG_INGO=y
regardless of what people say, the cycle is
perfect, as for the staging tough to say, I haven't found
anything in there yet that I need, but can only image I would..

Hope you guys enjoy japan for the kernel summit,
and BTW: please checkout "if you have time":
sasuke or "ninja warriror"....


Justin P. Mattock


  reply	other threads:[~2009-10-16  7:59 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-15  5:27 removing existing working drivers via staging david
2009-10-15 16:33 ` Stefan Richter
2009-10-15 16:39   ` david
2009-10-15 16:47     ` Greg KH
2009-10-15 17:42       ` Bartlomiej Zolnierkiewicz
2009-10-15 17:49         ` Greg KH
2009-10-15 18:20           ` Bartlomiej Zolnierkiewicz
2009-10-15 18:46             ` Greg KH
2009-10-15 18:58               ` Bartlomiej Zolnierkiewicz
2009-10-15 19:02               ` david
2009-10-15 19:16                 ` Ingo Molnar
2009-10-15 19:38                   ` david
2009-10-15 19:47                     ` Stefan Richter
2009-10-15 19:57                       ` david
2009-10-27  4:23                         ` david
2009-10-27  5:22                           ` David Miller
2009-10-27  5:50                             ` david
2009-10-27 14:06                               ` Greg KH
2009-10-27 10:45                           ` Alan Cox
2009-10-16  7:40                     ` Ingo Molnar
2009-10-16  7:58                       ` Justin P. Mattock [this message]
2009-10-15 19:40                 ` Stefan Richter
2009-10-15 19:49                   ` david
2009-10-15 20:56                     ` Greg KH
2009-10-16  7:25                     ` Ingo Molnar
2009-10-15 18:44         ` Alan Cox
2009-10-15 19:24         ` David Miller
2009-10-17 17:27       ` Pavel Machek
2009-10-19  7:32         ` Ingo Molnar
2009-10-19  7:40           ` Greg KH

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=4AD827B2.1080204@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=bzolnier@gmail.com \
    --cc=david@lang.hm \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=stefanr@s5r6.in-berlin.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox