17 Nov
2008
17 Nov
'08
5:19 p.m.
On Mon, Nov 17, 2008 at 10:47 AM, Mads Michelsen <chochem@gmail.com> wrote:
So I guess my questions are: 1) Is there some way around the module becoming outdated with each and every kernel update? and if not
Such is the pain of maintaining out-of-tree kernel modules. It sucks, I know. One thing that we do with our kernel modules, to make this easier, is we set the version to "2.6.27" instead of "2.6.27.8" so that when .9 is released, we don't need to rebuild all modules (they still need to be tested, however)