lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b6a2187b0703080720j6505f2f1sc7a7f2523c1f9513@mail.gmail.com>
Date:	Thu, 8 Mar 2007 23:20:38 +0800
From:	"Jeff Chua" <jeff.chua.linux@...il.com>
To:	albcamus <albcamus@...il.com>
Cc:	"Adrian Bunk" <bunk@...sta.de>,
	"Linux Kernel" <linux-kernel@...r.kernel.org>,
	"Jan Engelhardt" <jengelh@...ux01.gwdg.de>,
	"Andrew Morton" <akpm@...l.org>,
	"Linus Torvalds" <torvalds@...l.org>
Subject: Re: Linux v2.6.20-rc5

On 3/8/07, albcamus <albcamus@...il.com> 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ