Re: [PATCH 3/3] net: wireless: bcm43xx: big_buffer_sem semaphore to mutex

From: Michael Buesch
Date: Fri Dec 14 2007 - 13:40:41 EST


On Friday 14 December 2007 18:59:10 Ingo Molnar wrote:
>
> * Michael Buesch <mb@xxxxxxxxx> wrote:
>
> > In my opinion this all is the work of the distributions and not the
> > work of the kernel developers. Distributions have to make sure that
> > everything works after a kernel update. [...]
>
> actually, not. The the task of kernel developers is to KEEP OLD
> DISTRIBUTIONS WORKING WITH NEW DRIVERS. Or the "old" driver stays around
> until eternity, because the new one is just BROKEN.

What exactly prevents an old distribution from using new b43
given that they fix their broken udev scripts first?

(I cannot fix their broken scripts from within the kernel.)

> Take a look at CONFIG_COMPAT_VDSO for example - one single version of
> glibc was released in a distro that depended on a kernel vDSO bug. So
> we'll keep that aspect of the vDSO perhaps forever. Simple as that.
> Stuff must just work. Whatever it takes. Best is if you add in new stuff
> without the user noticing _ANYTHING_ but that the kernel version bumped.
> If the maintainers of the other 7 million lines of kernel code can get
> this right then the wireless code should be able to do it too. Ok?
>
> all this "distributors will have to sort out the mess" talk is nonsense,
> and i really hope you do not truly believe in that crap. If your
> attitude is prevalent in the wireless development community then it's in
> worse shape than i thought :-(

Sorry if I didn't chose my wording correctly. But I was only talking
about the development of drivers. It is correct that userspace ABI has
to be preserved, but that is not an issue at all to drivers.
I was talking about things like installing the right firmware for
the new driver. It is the job of the distributors to install the new
firmware when they introduce a new driver. It is the job of the distributors
to test their userland scripts and configuration stuff with that driver
and fix their stuff. It is _not_ my job to fix random distribution
udev scripts or explaining over and over again to people how the firmware
is installed. Either distributions have to install it automatically
or people simply have to read one or two lines of documentation.
That's just what I wanted to say.

Of course it is _my_ job to preserve ABI. I did never want to question that.

--
Greetings Michael.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/