Re: [2.6 patch] remove CONFIG_EXPERIMENTAL

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Dave Jones <davej@...>
Cc: Pavel Machek <pavel@...>, Adrian Bunk <bunk@...>, <linux-kernel@...>
Date: Tuesday, November 27, 2007 - 2:13 am

On Mon, 26 Nov 2007 23:34:11 EST, Dave Jones said:

Right, and given that, an additional EXPERIMENTAL flag seems superfluous.


No.

The point is that using the *same* flag to control whether I can select
a mostly-working USB widget and a mostly-working Ethernet driver is Just Wrong.

Those of us who live in the US may have seen the insurance commercial where
Joe Sixpack is asking "Honey, what does this switch do?" "I don't know" flip,
flip, flip with no obvious impact.  Meanwhile, 3 houses down, somebody's car
is being beat up by a garage door opener going open/close/open/close...

I enable EXPERIMENTAL to enable my USB widget. When the next release comes out,
I then go and do something like a 'make [foo]config'.  What indication do I
get that now-selectable device drivers are 'depends on EXPERIMENTAL' and *not*
safe for selection? (Yes, in menuconfig, you can ask it to show the 'depends
on' list, *if* you suspect that it might be an issue.  But why would I suspect
that?)

In no case should we be creating a situation where users are thinking "Damn,
every driver may or may not be bodgy, I have to *check* if it's experimental
before I enable it, just because there was one that I *asked* for".
Particularly fun if you're migrating to new hardware and you don't *know* yet
which drivers you need, and you're getting prompted for possibly-dodgy ALSA
modules because you asked for a USB module....

(And yes, trying to wade through all the ALSA/Intel HDA/AC97/Sigmatel *was*
painful enough when I moved from a Dell Latitude C840 to a D820 - fortunately
enough, I didn't have to deal with EXPERIMENTAL ALSA drivers adding to the
mix.. )

EXPERIMENTAL in a mainline kernel as a *single* switch for a *lot* of totally
unreleated code is even more broken than EMBEDDED (which at least had a common
rationale). And over in the -mm kernel where it *should* be, it's superfluous
at best, because a -mm kernel might as well just add -DCONFIG_EXPERIMENTAL=y to
CFLAGS and save you the effort. ;)
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] remove CONFIG_EXPERIMENTAL, Adrian Bunk, (Sun Nov 25, 12:16 pm)
Re: [2.6 patch] remove CONFIG_EXPERIMENTAL, Krzysztof Halasa, (Wed Nov 28, 8:38 am)
Re: [2.6 patch] remove CONFIG_EXPERIMENTAL, Pavel Machek, (Mon Nov 26, 8:27 am)
Re: [2.6 patch] remove CONFIG_EXPERIMENTAL, Dave Jones, (Tue Nov 27, 12:34 am)
Re: [2.6 patch] remove CONFIG_EXPERIMENTAL, , (Tue Nov 27, 2:13 am)
Re: [2.6 patch] remove CONFIG_EXPERIMENTAL, Adrian Bunk, (Mon Nov 26, 2:57 pm)