Re: 2.6.16-rc4: known regressions

From: Christoph Hellwig
Date: Wed Feb 22 2006 - 11:09:31 EST


On Wed, Feb 22, 2006 at 05:03:07PM +0100, Arjan van de Ven wrote:
> On Wed, 2006-02-22 at 07:44 -0800, Linus Torvalds wrote:
>
>
> [snip lots of good words about that breaking userspace ABIs is really
> horrible]
>
> I absolutely agree with what you say. HOWEVER hal is also terminally
> broken. The thing they depend on is a *config option*. If they can't
> deal with that config option not being enabled in a graceful way, that's
> a series malfunction.
>
>
> (and no this is not an excuse for breaking userspace ABIs at all,
> although one can argue that this removing is almost the same as
> disabling the config option)

And to continue the rant: the broken mount uevent feature (which
can't work right) got in without any serious review through the
driver model tree. just as all those break udev/etc patches that
cause all these userland breakages for those people brave enough
to use udev and surrounding bits.

Folks, we need to stop breaking sysfs interface all the time. Having
attributes on objects is real nice from many perspectives, but it's
also a burden because the internal object model is now seen by the
outside world. That means anything involving sysfs needs a careful
design not random patching as the driver model core people appear to
do.
-
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/