Hacker News new | ask | show | jobs
by 708145_ 3287 days ago
> As http://lkml.iu.edu/hypermail/linux/kernel/1604.0/03993.html states, you can get binary stability for in the order of five years from the likes of Red Hat and SuSe.

Yes but why can't the kernel provide a stable interface? The stable_api_nonsense.txt is just nonsense for me.

2 comments

Because the kernel developers aren't interested in assuming the maintenance burden of maintaining (possibly many incompatible and versioned) interfaces purely for the benefit of users who maintain out of tree drivers.
I'm surprised driver interfaces are still changing so frequently. Ten years ago perhaps, but they're not largely sorted today twenty five years+ after Linux debut?
There have been general architecture changes. Look at DRM as a better way to do rendering versus the old Unix way, for example.
Sure, but isn't that ten years old already? It's not like these big changes come every month.
Not "can't," but "won't." It's not considered worth the effort; the technical benefits are too great when doing it the current way. The political side effects are a great bonus but not the main motive.