2.4 and 2.6 kernel module

From: Fong Vang
Date: Tue Aug 16 2005 - 21:05:43 EST


In the 2.4 kernel, modules contain the "kernel_version" identification
in the module itself. This is an example from the 2.4.18 reiserfs
kernel module:

kernel_version=2.4.18-27.7.xbigmem
using_checksums=1
description=ReiserFS journaled filesystem
author=Hans Reiser <reiser@xxxxxxxxxxx>
license=GPL
kernel_version=2.4.18-27.7.xbigmem
using_checksums=1


This ID doesn't seem to exist anymore in the 2.6 kernel. How does a
2.6 kernel know if a module is compatible?

Thanks for any help.
-
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/