<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: vmware-specific-specific 5.5.x and kernel 2.6.29-2.6.30</title>
	<atom:link href="http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/feed" rel="self" type="application/rss+xml" />
	<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 09:58:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-811</link>
		<dc:creator>George</dc:creator>
		<pubDate>Mon, 28 Sep 2009 07:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-811</guid>
		<description>Hello,

I am having problems with this patch. I use 2.6.30.5-43 PAE kernel and I cannot install vmwares server ANY VERSION. I get this error, and I do not know if there is something I made wrong or the patch is not for my kernel. Thank you in advance.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am having problems with this patch. I use 2.6.30.5-43 PAE kernel and I cannot install vmwares server ANY VERSION. I get this error, and I do not know if there is something I made wrong or the patch is not for my kernel. Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lumby</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-735</link>
		<dc:creator>John Lumby</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-735</guid>
		<description>Thanks for this patch.    It works fine for me but I have two questions on the code  -
            one relating to yours and second relating to the original vmware code :
            1.   in linux/driver_compat.h LinuxDriverLockedNoPage()   (file added by www.insecure.ws)
                 after line
                 pg = fdata-&gt;pgoff;
                 need
                 pg = VMMON_MAP_OFFSET(pg);  /*  jel  */
            2.   linux kernel #defines 
                 #define VM_FAULT_SIGBUS	0x0002
                 but compat_mm.h has
                 #ifndef NOPAGE_SIGBUS
                 #define NOPAGE_SIGBUS (0)
                 #endif
                 and I believe vmware&#039;s use of its NOPAGE_SIGBUS is same as linux kernel&#039;s use of its VM_FAULT_SIGBUS
                 so shouldn&#039;t the vmware define be
                 #define NOPAGE_SIGBUS (2)</description>
		<content:encoded><![CDATA[<p>Thanks for this patch.    It works fine for me but I have two questions on the code  -<br />
            one relating to yours and second relating to the original vmware code :<br />
            1.   in linux/driver_compat.h LinuxDriverLockedNoPage()   (file added by <a href="http://www.insecure.ws" rel="nofollow">http://www.insecure.ws</a>)<br />
                 after line<br />
                 pg = fdata-&gt;pgoff;<br />
                 need<br />
                 pg = VMMON_MAP_OFFSET(pg);  /*  jel  */<br />
            2.   linux kernel #defines<br />
                 #define VM_FAULT_SIGBUS	0&#215;0002<br />
                 but compat_mm.h has<br />
                 #ifndef NOPAGE_SIGBUS<br />
                 #define NOPAGE_SIGBUS (0)<br />
                 #endif<br />
                 and I believe vmware&#8217;s use of its NOPAGE_SIGBUS is same as linux kernel&#8217;s use of its VM_FAULT_SIGBUS<br />
                 so shouldn&#8217;t the vmware define be<br />
                 #define NOPAGE_SIGBUS (2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Belanger</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-728</link>
		<dc:creator>Paul Belanger</dc:creator>
		<pubDate>Sun, 21 Jun 2009 22:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-728</guid>
		<description>Alright, I kept digging and discovered I didn&#039;t have the kernel source installed. Found this article ...

http://www.howtoforge.com/kernel_compilation_fedora_p2

... and VMWare works now! Thanks for the patch</description>
		<content:encoded><![CDATA[<p>Alright, I kept digging and discovered I didn&#8217;t have the kernel source installed. Found this article &#8230;</p>
<p><a href="http://www.howtoforge.com/kernel_compilation_fedora_p2" rel="nofollow">http://www.howtoforge.com/kernel_compilation_fedora_p2</a></p>
<p>&#8230; and VMWare works now! Thanks for the patch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Belanger</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-727</link>
		<dc:creator>Paul Belanger</dc:creator>
		<pubDate>Sun, 21 Jun 2009 18:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-727</guid>
		<description>I&#039;m trying to get VMWare Workstation 5.5.9 running. I&#039;m willing to attempt to patch the kernel and I think I have the source files but... ugh, I don&#039;t have an init_task.c file. There&#039;s an init_task.h but no reference to init_mm in it. What now?

I just installed Fedora 11, 2.6.29.4-167.fc11.x86_64.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get VMWare Workstation 5.5.9 running. I&#8217;m willing to attempt to patch the kernel and I think I have the source files but&#8230; ugh, I don&#8217;t have an init_task.c file. There&#8217;s an init_task.h but no reference to init_mm in it. What now?</p>
<p>I just installed Fedora 11, 2.6.29.4-167.fc11.x86_64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen Wiedmann</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-709</link>
		<dc:creator>Jochen Wiedmann</dc:creator>
		<pubDate>Sat, 13 Jun 2009 02:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-709</guid>
		<description>Any chance to get rid of the kenel patch?</description>
		<content:encoded><![CDATA[<p>Any chance to get rid of the kenel patch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyber</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-676</link>
		<dc:creator>Cyber</dc:creator>
		<pubDate>Wed, 27 May 2009 12:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-676</guid>
		<description>Hi kang,

yeah, fixed. ((:

not memory does not increase any more! ((:

Thanks a lot for your professional work!!!

Great!

&gt;&gt;&gt;cyber</description>
		<content:encoded><![CDATA[<p>Hi kang,</p>
<p>yeah, fixed. ((:</p>
<p>not memory does not increase any more! ((:</p>
<p>Thanks a lot for your professional work!!!</p>
<p>Great!</p>
<p>&gt;&gt;&gt;cyber</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kang</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-667</link>
		<dc:creator>kang</dc:creator>
		<pubDate>Tue, 19 May 2009 13:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-667</guid>
		<description>hi cyber, please download the new archive, this fixes the memory leak i believe you have, please tell me if it works now</description>
		<content:encoded><![CDATA[<p>hi cyber, please download the new archive, this fixes the memory leak i believe you have, please tell me if it works now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyber</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-658</link>
		<dc:creator>Cyber</dc:creator>
		<pubDate>Fri, 15 May 2009 08:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-658</guid>
		<description>hey sanjay,

you have to patch your linux kernel source (usually at /usr/src/linux) and there the file arch/x86/kernel/init_task.c

;)

@kang: i&#039;m daily visiting your page with hope you will find the memory leak ... ):

;)

&gt;&gt;&gt;cyber</description>
		<content:encoded><![CDATA[<p>hey sanjay,</p>
<p>you have to patch your linux kernel source (usually at /usr/src/linux) and there the file arch/x86/kernel/init_task.c</p>
<p> <img src='http://insecure.ws/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>@kang: i&#8217;m daily visiting your page with hope you will find the memory leak &#8230; ):</p>
<p> <img src='http://insecure.ws/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&gt;&gt;&gt;cyber</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-654</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Wed, 13 May 2009 09:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-654</guid>
		<description>Need some help :)

[root@sunjoy 2.6.29.2-52.fc10.x86_64]# patch -p1 -i /home/radhju/Desktop/downloads/vmware-update-2.6.29-5.5.9/2.6.29-export-init_mm.patch
can&#039;t find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
&#124;diff --git a/arch/x86/kernel/init_task.c b/arch/x86/kernel/init_task.c
&#124;index 5b3ce79..3d01e47 100644
&#124;--- a/arch/x86/kernel/init_task.c
&#124;+++ b/arch/x86/kernel/init_task.c
--------------------------
File to patch:</description>
		<content:encoded><![CDATA[<p>Need some help <img src='http://insecure.ws/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[root@sunjoy 2.6.29.2-52.fc10.x86_64]# patch -p1 -i /home/radhju/Desktop/downloads/vmware-update-2.6.29-5.5.9/2.6.29-export-init_mm.patch<br />
can&#8217;t find file to patch at input line 5<br />
Perhaps you used the wrong -p or &#8211;strip option?<br />
The text leading up to this was:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
|diff &#8211;git a/arch/x86/kernel/init_task.c b/arch/x86/kernel/init_task.c<br />
|index 5b3ce79..3d01e47 100644<br />
|&#8212; a/arch/x86/kernel/init_task.c<br />
|+++ b/arch/x86/kernel/init_task.c<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
File to patch:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.insecure.ws/2009/04/21/vmware-specific-specific-55x-and-kernel-2629/comment-page-1#comment-652</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 11 May 2009 23:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.insecure.ws/?p=139#comment-652</guid>
		<description>HI KANG! nice site! xD</description>
		<content:encoded><![CDATA[<p>HI KANG! nice site! xD</p>
]]></content:encoded>
	</item>
</channel>
</rss>
