LWN.net Logo

Kernel competition in the enterprise space

Kernel competition in the enterprise space

Posted Mar 15, 2012 9:42 UTC (Thu) by michaeljt (subscriber, #39183)
Parent article: Kernel competition in the enterprise space

I thought that one of the main blockers was that RedHat wanted to be able to keep binary compatibility for kernel modules, so that any module built for a kernel in a particular RHEL version would work with any kernel of the same series. Note that I say "wanted" - I doubt it works perfectly in practice and may be wrong altogether.


(Log in to post comments)

Kernel competition in the enterprise space

Posted Mar 15, 2012 16:27 UTC (Thu) by pbonzini (subscriber, #60935) [Link]

It works as long as the module sticks to the defined set of symbols which make up the RHEL kernel stable ABI. RHEL kernel backports usually are also very cautious in changing the meaning of enums and other stuff like that.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds