linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Linux drivers management
@ 2006-02-07  4:42 linux
  2006-02-07 16:18 ` Eric W. Biederman
  0 siblings, 1 reply; 42+ messages in thread
From: linux @ 2006-02-07  4:42 UTC (permalink / raw)
  To: davidchow; +Cc: linux-kernel

> Is there any work in Linux undergoing to separate Linux drivers and the 
> the main kernel, and manage drivers using a package management system 
> that only manages kernel drivers and modules? If this can be done, the 
> kernel maintenance can be simple, and will end-up with a more stable 
> (less frequent changed) kernel API for drivers, also make every 
> developers of drivers happy.

Not very seriously.  Kernel developers really like the ability to change
every user of a kernel programming interface within a single source tree.
Breaking it up would make it harder to change the device driver interface
when necessary.  (It's already hard enough; nobody does it for fun.)

Also, a hardware manufacturer looking for a "stable API" is often
really looking for a stable *binary* interface because they want to
ship binary-only drivers.

The Linux developers are quite opposed to that, for a variety of excellent
reasons I won't bother enumerating.  Linus has said he'll (grudgingly)
allow it, but won't lift a finger to help.  Linux development sailed
away from the idea of a stable binary interface years ago, and isn't
looking back.

^ permalink raw reply	[flat|nested] 42+ messages in thread
* Re: Linux drivers management
@ 2006-02-06 19:30 Nicolas Mailhot
  0 siblings, 0 replies; 42+ messages in thread
From: Nicolas Mailhot @ 2006-02-06 19:30 UTC (permalink / raw)
  To: yarick; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2595 bytes --]

> Hi,
> On 6 February 2006 21:31, Nicolas Mailhot wrote:
> > 
> > 
> > Since you invoke end-users I'll answer.
> > 
> > This end-user is mad at hell at people like you that advocate separating
> > drivers from mainline.
> Huh...
> > Do you really think us end-users enjoy hunting your drivers all over the
> > net because you never bothered pushing them to mainline ?
> He don't needs to "bother".

Sometimes yes.
But even in these cases if *he* does not want to merge in mainline *he*
needn't invoke end-user wishes to justify himself. (I didn't answer its
other points. I *did* answer the "end-users want drivers to be separate"
bit)

> He wrote the drivers. And you never paid him.

If he was paid or helped by the hardware manufacturer to write the
driver I *did* pay him

> (Take it, "this software is beer-free" overusers, straight in your face).
> > 
> [Loads of "I'm actually proving his point, but I want to be in mainstream, so..." \
> skipped] You have just nicely proved all the stable API pros. 

Nah.
I've just proved taking drivers out-of-tree only pushes problems to
end-users. You are right when drivers are in mainline some of the burden
is reported to driver writers only:

1. they have the free support of other kernel people (reviews,
mentoring, adaptations to some kernel changes)
2. they have the free support of the kernel infrastructure (issue
system, mailing lists, hosting, testing)
3. they have the free support of distributions that package their
changes automatically
4. they can actually influence the decisions that will change the kernel
bits they depend on (just by being their their code is taken into
account)
5. they have tools knowledge and docs to deal with it
6. they are focused on their drivers while end-users have a whole system
to care about and little time to master each of its parts

And anyway do you really think a poll which asks end-users whether they
want stuff to be done by device writers or by themselves will find a
majority for "push problems to users" motions ?

The original assertion I responded to being "users clamour for
out-of-tree drivers"

You may want kernel rules change to accommodate your activity as driver
writer (just guessing, you're not answering like a user). Only :
1. do not hide between end-users you won't find them sympathetic to your
cause. Especially if you try to make them hostage to your claims.
2. the rules where written by a boatload of other kernel people so I
doubt they'd be so hard on you if you tried to follow them

-- 
Nicolas Mailhot

[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* Re: Linux drivers management
@ 2006-02-06 18:31 Nicolas Mailhot
  2006-02-06 18:56 ` Yaroslav Rastrigin
                   ` (2 more replies)
  0 siblings, 3 replies; 42+ messages in thread
From: Nicolas Mailhot @ 2006-02-06 18:31 UTC (permalink / raw)
  To: David Chow; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2405 bytes --]


> I think I am in a different position like you guys, I've been work with 
> Linux from programmer level to Linux promotion . My goal is not just 
> focus on Linux technical or programming, I would like to promote this 
> operating system to not just for programmers, but also non-technical 
> end-users .

Since you invoke end-users I'll answer.

This end-user is mad at hell at people like you that advocate separating
drivers from mainline.

Do you really think us end-users enjoy hunting your drivers all over the
net because you never bothered pushing them to mainline ?

Do you really think we enjoy clicking though boatloads of HTML/js/flash
forms that will inform us about vastly important things like your custom
license, the mirror list you want us to master or your dog's birthday ?

Do you really think we enjoy learning all your out-of-tree driver
release and build processes because you couldn't be bothered with using
the same one as the kernel ?

Do you really think we enjoy locating the patch that will "fix" your
driver for our kernel because you do not bother testing anything else
than a few kernel releases, and that only for a few months after a you
wrote your driver ?

Do you really think we enjoy having out out-of-tree drivers stomp on
each-other in their eagerness to downgrade parts our working kernel to
whatever broken and obsolete version the developer happened to test ?

Do you really think we enjoy navigating support forums to find out who's
responsible for the mess ?

Do you really think we enjoy leaving in fear of a system update because
the first thing to break will be your out-of-tree drivers ?

When a driver is part of mainline it'll be in the distro kernel. It'll
be autosetup by distro tools. It'll be auto-updated by system tools. Me
the end user won't even have to know there is a driver involved -
everything will "just work".

Be honest and invoke developer laziness if you want. Invoke the utter
lack of interest of some developers in packaging or making their stuff
working on anything but their own box. Invoke their fear of a thorough
review process. Point out that they are paid to deliver a pile of code
by companies that care little if it's used or not. There are loads of
actual (bad) reasons for your demand.

But do not invoke end-users. Or end users will answer you.

-- 
Nicolas Mailhot

[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* Linux drivers management
@ 2006-02-06  9:45 David Chow
  2006-02-06 10:05 ` Michal Schmidt
                   ` (4 more replies)
  0 siblings, 5 replies; 42+ messages in thread
From: David Chow @ 2006-02-06  9:45 UTC (permalink / raw)
  To: linux-kernel

Dear maintainers,

Is there any work in Linux undergoing to separate Linux drivers and the 
the main kernel, and manage drivers using a package management system 
that only manages kernel drivers and modules? If this can be done, the 
kernel maintenance can be simple, and will end-up with a more stable 
(less frequent changed) kernel API for drivers, also make every 
developers of drivers happy.

Would like to see that happens .

regards,
David Chow

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

end of thread, other threads:[~2006-02-11 18:47 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-07  4:42 Linux drivers management linux
2006-02-07 16:18 ` Eric W. Biederman
2006-02-07 19:45   ` David Chow
2006-02-07 20:03     ` Kyle Moffett
2006-02-07 22:15     ` Theodore Ts'o
2006-02-08  0:52       ` David Chow
2006-02-08  4:02         ` Theodore Ts'o
2006-02-08  9:46         ` Bernd Petrovitsch
2006-02-09  6:09       ` Lee Revell
2006-02-08  1:06     ` Alan Cox
2006-02-08  8:26     ` Denis Vlasenko
2006-02-11 18:47     ` Andrew James Wade
  -- strict thread matches above, loose matches on Subject: below --
2006-02-06 19:30 Nicolas Mailhot
2006-02-06 18:31 Nicolas Mailhot
2006-02-06 18:56 ` Yaroslav Rastrigin
2006-02-06 19:02 ` Joshua Kugler
2006-02-06 19:17   ` Yaroslav Rastrigin
2006-02-06 19:39     ` Martin Mares
2006-02-06 19:56       ` Jan-Benedict Glaw
2006-02-06 19:53     ` Jan-Benedict Glaw
2006-02-06 20:04     ` Jesper Juhl
2006-02-06 23:52     ` Bernd Petrovitsch
2006-02-06 19:21   ` linux-os (Dick Johnson)
2006-02-06 19:46     ` Michael Krufky
2006-02-06 19:58     ` Nicolas Mailhot
2006-02-06 23:16 ` Gene Heskett
2006-02-06  9:45 David Chow
2006-02-06 10:05 ` Michal Schmidt
2006-02-06 16:50   ` David Chow
2006-02-06 16:55     ` Randy.Dunlap
2006-02-06 19:45     ` Alan Cox
2006-02-06 19:46     ` Jesper Juhl
2006-02-06 10:08 ` Jes Sorensen
2006-02-06 16:52   ` David Chow
2006-02-06 17:03     ` Pedro Alves
2006-02-06 17:35     ` Geert Uytterhoeven
2006-02-06 17:42     ` Jes Sorensen
2006-02-06 16:56 ` Christoph Hellwig
2006-02-07 11:36   ` Denis Vlasenko
2006-02-07 13:22     ` Christoph Hellwig
2006-02-06 19:51 ` Greg KH
2006-02-06 21:38 ` Jim Crilly

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