linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* how much stuff is no longer "EXPERIMENTAL"?
@ 2008-07-24 15:14 Robert P. J. Day
  2008-07-24 18:29 ` Grant Coady
  0 siblings, 1 reply; 11+ messages in thread
From: Robert P. J. Day @ 2008-07-24 15:14 UTC (permalink / raw)
  To: Linux Kernel Mailing List


  how about a concerted effort to remove inappropriate EXPERIMENTAL
dependencies from the Kconfig files?  there must be a truckload of
stuff that has long since matured beyond EXPERIMENTAL status that is
still tagged that way.

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================

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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-24 15:14 how much stuff is no longer "EXPERIMENTAL"? Robert P. J. Day
@ 2008-07-24 18:29 ` Grant Coady
  2008-07-24 20:06   ` Robert P. J. Day
  0 siblings, 1 reply; 11+ messages in thread
From: Grant Coady @ 2008-07-24 18:29 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux Kernel Mailing List

On Thu, 24 Jul 2008 11:14:22 -0400 (EDT), "Robert P. J. Day" <rpjday@crashcourse.ca> wrote:

>
>  how about a concerted effort to remove inappropriate EXPERIMENTAL
>dependencies from the Kconfig files?  there must be a truckload of
>stuff that has long since matured beyond EXPERIMENTAL status that is
>still tagged that way.

I sent a patch to remove EXPERIMENTAL on a three year old driver couple 
months ago, it got Acked by maintainer, hwmon/adm9240.  But I dunno if 
the patch is queued somewhere or lost.

Grant.

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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-24 18:29 ` Grant Coady
@ 2008-07-24 20:06   ` Robert P. J. Day
  2008-07-24 20:09     ` Roland Dreier
                       ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Robert P. J. Day @ 2008-07-24 20:06 UTC (permalink / raw)
  To: Grant Coady; +Cc: Linux Kernel Mailing List

On Fri, 25 Jul 2008, Grant Coady wrote:

> On Thu, 24 Jul 2008 11:14:22 -0400 (EDT), "Robert P. J. Day" <rpjday@crashcourse.ca> wrote:

> >  how about a concerted effort to remove inappropriate EXPERIMENTAL
> >dependencies from the Kconfig files?  there must be a truckload of
> >stuff that has long since matured beyond EXPERIMENTAL status that is
> >still tagged that way.
>
> I sent a patch to remove EXPERIMENTAL on a three year old driver
> couple months ago, it got Acked by maintainer, hwmon/adm9240.  But I
> dunno if the patch is queued somewhere or lost.

at last count, there were 437 config selections that were tagged as
EXPERIMENTAL.  i find it hard to believe that there's that much
legitimately experimental content in the source tree.  surely *some*
of that is suitably mature such that that dependency can be dropped.

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================

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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-24 20:06   ` Robert P. J. Day
@ 2008-07-24 20:09     ` Roland Dreier
  2008-07-24 20:10       ` Robert P. J. Day
  2008-07-24 20:11     ` Alan Cox
  2008-07-25 12:51     ` Stefan Richter
  2 siblings, 1 reply; 11+ messages in thread
From: Roland Dreier @ 2008-07-24 20:09 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Grant Coady, Linux Kernel Mailing List

I think INFINIBAND_IPOIB_CM is no long EXPERIMENTAL.  I'll remove the tag.

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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-24 20:09     ` Roland Dreier
@ 2008-07-24 20:10       ` Robert P. J. Day
  0 siblings, 0 replies; 11+ messages in thread
From: Robert P. J. Day @ 2008-07-24 20:10 UTC (permalink / raw)
  To: Roland Dreier; +Cc: Grant Coady, Linux Kernel Mailing List

On Thu, 24 Jul 2008, Roland Dreier wrote:

> I think INFINIBAND_IPOIB_CM is no long EXPERIMENTAL.  I'll remove the tag.

cool.  i think we need a new attribution tag here.  i'm thinking

  Nagged-incessantly-until-we-fixed-it-by:  Robert P. J. Day    :-)

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================

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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-24 20:06   ` Robert P. J. Day
  2008-07-24 20:09     ` Roland Dreier
@ 2008-07-24 20:11     ` Alan Cox
  2008-07-25  5:15       ` Chris Friesen
  2008-07-25 12:08       ` Robert P. J. Day
  2008-07-25 12:51     ` Stefan Richter
  2 siblings, 2 replies; 11+ messages in thread
From: Alan Cox @ 2008-07-24 20:11 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Grant Coady, Linux Kernel Mailing List

> legitimately experimental content in the source tree.  surely *some*
> of that is suitably mature such that that dependency can be dropped.

What is the connection between age of code and experimental status ?

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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-24 20:11     ` Alan Cox
@ 2008-07-25  5:15       ` Chris Friesen
  2008-07-25 10:05         ` Alan Cox
  2008-07-25 10:41         ` Bernd Petrovitsch
  2008-07-25 12:08       ` Robert P. J. Day
  1 sibling, 2 replies; 11+ messages in thread
From: Chris Friesen @ 2008-07-25  5:15 UTC (permalink / raw)
  To: Alan Cox; +Cc: Robert P. J. Day, Grant Coady, Linux Kernel Mailing List

Alan Cox wrote:
>> legitimately experimental content in the source tree.  surely *some*
>> of that is suitably mature such that that dependency can be dropped.
> 
> What is the connection between age of code and experimental status ?

Is it reasonable for in-tree code to remain "experimental" indefinately?

Chris

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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-25  5:15       ` Chris Friesen
@ 2008-07-25 10:05         ` Alan Cox
  2008-07-25 10:41         ` Bernd Petrovitsch
  1 sibling, 0 replies; 11+ messages in thread
From: Alan Cox @ 2008-07-25 10:05 UTC (permalink / raw)
  To: Chris Friesen; +Cc: Robert P. J. Day, Grant Coady, Linux Kernel Mailing List

On Fri, 25 Jul 2008 01:15:09 -0400
"Chris Friesen" <cfriesen@nortel.com> wrote:

> Alan Cox wrote:
> >> legitimately experimental content in the source tree.  surely *some*
> >> of that is suitably mature such that that dependency can be dropped.
> > 
> > What is the connection between age of code and experimental status ?
> 
> Is it reasonable for in-tree code to remain "experimental" indefinately?

I would certainly think so. We have stuff which is very long term
experimental (often because the vendor of the hardware won't provide
docs) but it is better to have this than nothing.

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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-25  5:15       ` Chris Friesen
  2008-07-25 10:05         ` Alan Cox
@ 2008-07-25 10:41         ` Bernd Petrovitsch
  1 sibling, 0 replies; 11+ messages in thread
From: Bernd Petrovitsch @ 2008-07-25 10:41 UTC (permalink / raw)
  To: Chris Friesen
  Cc: Alan Cox, Robert P. J. Day, Grant Coady, Linux Kernel Mailing List

On Fri, 2008-07-25 at 01:15 -0400, Chris Friesen wrote:
> Alan Cox wrote:
> >> legitimately experimental content in the source tree.  surely *some*
> >> of that is suitably mature such that that dependency can be dropped.
> > 
> > What is the connection between age of code and experimental status ?
> 
> Is it reasonable for in-tree code to remain "experimental" indefinately?

Or until death. E.g. "devfs" went directly from "experimental" to
"obsolete".

	Bernd
-- 
Firmix Software GmbH                   http://www.firmix.at/
mobil: +43 664 4416156                 fax: +43 1 7890849-55
          Embedded Linux Development and Services



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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-24 20:11     ` Alan Cox
  2008-07-25  5:15       ` Chris Friesen
@ 2008-07-25 12:08       ` Robert P. J. Day
  1 sibling, 0 replies; 11+ messages in thread
From: Robert P. J. Day @ 2008-07-25 12:08 UTC (permalink / raw)
  To: Alan Cox; +Cc: Grant Coady, Linux Kernel Mailing List

On Thu, 24 Jul 2008, Alan Cox wrote:

> > legitimately experimental content in the source tree.  surely
> > *some* of that is suitably mature such that that dependency can be
> > dropped.
>
> What is the connection between age of code and experimental status ?

  perhaps nothing, perhaps lots.  *of course* there can be features
that are both long-lived and still experimental.  just as, of course,
there is stuff that was (properly) tagged as EXPERIMENTAL ages ago
that has long since stabilized and can afford to stop being
experimental.

  just a small nagging for folks to take a quick look at what no
longer needs to be tagged that way, that's all.

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================

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

* Re: how much stuff is no longer "EXPERIMENTAL"?
  2008-07-24 20:06   ` Robert P. J. Day
  2008-07-24 20:09     ` Roland Dreier
  2008-07-24 20:11     ` Alan Cox
@ 2008-07-25 12:51     ` Stefan Richter
  2 siblings, 0 replies; 11+ messages in thread
From: Stefan Richter @ 2008-07-25 12:51 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Grant Coady, Linux Kernel Mailing List

Robert P. J. Day wrote:
> at last count, there were 437 config selections that were tagged as
> EXPERIMENTAL.

drivers/ieee1394/Kconfig and drivers/firewire/Kconfig contain three
dependencies on EXPERIMENTAL which are up to date.

So now you have got only 434 dependencies left to look at. :-)
-- 
Stefan Richter
-=====-==--- -=== ==--=
http://arcgraph.de/sr/

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

end of thread, other threads:[~2008-07-25 12:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-24 15:14 how much stuff is no longer "EXPERIMENTAL"? Robert P. J. Day
2008-07-24 18:29 ` Grant Coady
2008-07-24 20:06   ` Robert P. J. Day
2008-07-24 20:09     ` Roland Dreier
2008-07-24 20:10       ` Robert P. J. Day
2008-07-24 20:11     ` Alan Cox
2008-07-25  5:15       ` Chris Friesen
2008-07-25 10:05         ` Alan Cox
2008-07-25 10:41         ` Bernd Petrovitsch
2008-07-25 12:08       ` Robert P. J. Day
2008-07-25 12:51     ` Stefan Richter

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).