Re: Linux v2.6.20-rc5

From: Jeff Chua
Date: Thu Mar 08 2007 - 10:20:55 EST


On 3/8/07, albcamus <albcamus@xxxxxxxxx> wrote:
I guess that it is because 'paravirt_ops' was exported as GPL symbol, whereas
the vmware module doen't declare any license.

I tried to add the following line:

MODULE_LICENSE("GPL");

into vmmon.tar and vmnet.tar under /usr/lib/vmare/modules/source/,
then it works.


I'll try that. Thanks. Here's what I did, but don't know whether it's
the right approach (but, at least vmware still works) ...

Thanks,
Jeff.


--- vmware/vmmon-only/include/driver-config.h.org 2007-01-26
10:46:01 +0800
+++ vmware/vmmon-only/include/driver-config.h 2006-11-14 05:06:18 +0800
@@ -19,7 +19,8 @@
#include "includeCheck.h"

#include <linux/autoconf.h>
+#undef CONFIG_PARAVIRT
#include "compat_version.h"

/* We rely on Kernel Module support. Check here. */
-
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/