Michael, I don't think there is such a thing. Neale's cpint program is pretty much a standalone thing that simply uses existing kernel facilities. It doesn't make any changes to the kernel itself.
What you're experiencing sounds like you have multiple versions of the kernel source on your machine, and most likely the symbolic links /usr/include/asm and /usr/include/linux are pointing to the 2.4.9 version, and not the 2.4.17 version. Mark Post -----Original Message----- From: Michael K Lambert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 10:58 AM To: [EMAIL PROTECTED] Subject: cpint kernel patch Hello, all. I've been moving some of our Red Hat systems (2.4.9-37) to a vanilla kernel with IBM's patches applied. So far everything appears to be working as well as it did under RH's kernel, with the exception of cpint. I downloaded the source from the link on linuxvm.org and built it on my 2.4.17 machine. Whenever I attempt to insmod the cpint module, I receive the message: "Using /lib/modules/2.4.17/misc/cpint.o /lib/modules/2.4.17/misc/cpint.o: kernel-module version mismatch /lib/modules/2.4.17/misc/cpint.o was compiled for kernel version 2.4.9-37 while this kernel is version 2.4.17." I've seen mention of a cpint kernel patch, but I've been unable to find it so far. Would this kernel patch solve my problem? Michael Lambert
