Linked by Thom Holwerda on Tue 22nd Sep 2009 15:34 UTC, submitted by google_ninja
Permalink for comment 385516
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-01-17
No stable ABI, please. When in-kernel ABI changes, there is a good reason. We don't nees only badly mantained or abandoned binary out-of-tree drivers that don't get modified for months/years to support e.g. power management improvements when a new kernel revision is released.
It's not hard to keep up with linux driver ABI changes because improvements are incremental, tested each iteration and that way a few if any new bugs are introduced. For binary blobs which in existance, it's a minor problem to port their code to a new kernel release. In fact, no-ABI forces them to mantain it to support new OS features. Fortunately we have in-kernel drivers for most relevant hardware, minus some graphic cards.