<?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: Microsoft to release Linux HyperV drivers as GPLv2</title>
	<atom:link href="http://eikke.com/microsoft-to-release-linux-hyperv-drivers-as-gplv2/feed/" rel="self" type="application/rss+xml" />
	<link>http://eikke.com/microsoft-to-release-linux-hyperv-drivers-as-gplv2/</link>
	<description>&#039;cause this is what I do</description>
	<lastBuildDate>Tue, 29 Nov 2011 11:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Mohammed Gamal</title>
		<link>http://eikke.com/microsoft-to-release-linux-hyperv-drivers-as-gplv2/comment-page-1/#comment-26274</link>
		<dc:creator>Mohammed Gamal</dc:creator>
		<pubDate>Fri, 31 Jul 2009 23:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=116#comment-26274</guid>
		<description>You should&#039;ve looked at the patches, looks like MS couldn&#039;t let go of its coding style conventions and follow the Linux kernel coding style :)</description>
		<content:encoded><![CDATA[<p>You should&#8217;ve looked at the patches, looks like MS couldn&#8217;t let go of its coding style conventions and follow the Linux kernel coding style <img src='http://eikke.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://eikke.com/microsoft-to-release-linux-hyperv-drivers-as-gplv2/comment-page-1/#comment-26160</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=116#comment-26160</guid>
		<description>&quot;This saga started when one of the user&#039;s on the Vyatta forum inquired about supporting Hyper-V network driver in the Vyatta kernel. A little googling6 found the necessary drivers, but on closer examination there was a problem. The driver had both open-source components which were under GPL, and statically linked to several binary parts. The GPL does not permit mixing of closed and open source parts, so this was an obvious violation of the license. Rather than creating noise, my goal was to resolve the problem, so I turned to Greg Kroah-Hartman7. Since Novell has a (too) close association with Microsoft, my expectation was that Greg could prod the right people to get the issue resolved.&quot;

From here:
http://linux-network-plumber.blogspot.com/2009/07/congratulations-microsoft.html</description>
		<content:encoded><![CDATA[<p>&#8220;This saga started when one of the user&#8217;s on the Vyatta forum inquired about supporting Hyper-V network driver in the Vyatta kernel. A little googling6 found the necessary drivers, but on closer examination there was a problem. The driver had both open-source components which were under GPL, and statically linked to several binary parts. The GPL does not permit mixing of closed and open source parts, so this was an obvious violation of the license. Rather than creating noise, my goal was to resolve the problem, so I turned to Greg Kroah-Hartman7. Since Novell has a (too) close association with Microsoft, my expectation was that Greg could prod the right people to get the issue resolved.&#8221;</p>
<p>From here:<br />
<a href="http://linux-network-plumber.blogspot.com/2009/07/congratulations-microsoft.html" rel="nofollow">http://linux-network-plumber.blogspot.com/2009/07/congratulations-microsoft.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Matos</title>
		<link>http://eikke.com/microsoft-to-release-linux-hyperv-drivers-as-gplv2/comment-page-1/#comment-26158</link>
		<dc:creator>Luis Matos</dc:creator>
		<pubDate>Tue, 21 Jul 2009 09:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=116#comment-26158</guid>
		<description>in your link from lkml we can read:
&quot;(...) thank the following
people who made this possible:
 - (...)
 - Novell for sponsoring my work on the Linux Driver project, without
    which, this would not have even been possible.
(...)&quot;

I think Greg is the person that novell is sponsoring to develop kernel drivers &quot;for free&quot;, n resquest from vendors.</description>
		<content:encoded><![CDATA[<p>in your link from lkml we can read:<br />
&#8220;(&#8230;) thank the following<br />
people who made this possible:<br />
 &#8211; (&#8230;)<br />
 &#8211; Novell for sponsoring my work on the Linux Driver project, without<br />
    which, this would not have even been possible.<br />
(&#8230;)&#8221;</p>
<p>I think Greg is the person that novell is sponsoring to develop kernel drivers &#8220;for free&#8221;, n resquest from vendors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://eikke.com/microsoft-to-release-linux-hyperv-drivers-as-gplv2/comment-page-1/#comment-26154</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=116#comment-26154</guid>
		<description>Kernel drivers indeed.  Non-GPL kernel drivers are written anyway, although &lt;a href=&quot;https://www.linuxfoundation.org/en/Kernel_Driver_Statement&quot; rel=&quot;nofollow&quot;&gt;being discouraged&lt;/a&gt;, obviously. That&#039;s why the kernel has both EXPORT_SYMBOL and EXPORT_SYMBOL_GPL macros, check an &lt;a href=&quot;http://lwn.net/Articles/154602/&quot; rel=&quot;nofollow&quot;&gt;LWN article&lt;/a&gt; related to this.</description>
		<content:encoded><![CDATA[<p>Kernel drivers indeed.  Non-GPL kernel drivers are written anyway, although <a href="https://www.linuxfoundation.org/en/Kernel_Driver_Statement" rel="nofollow">being discouraged</a>, obviously. That&#8217;s why the kernel has both EXPORT_SYMBOL and EXPORT_SYMBOL_GPL macros, check an <a href="http://lwn.net/Articles/154602/" rel="nofollow">LWN article</a> related to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Hasselmann</title>
		<link>http://eikke.com/microsoft-to-release-linux-hyperv-drivers-as-gplv2/comment-page-1/#comment-26153</link>
		<dc:creator>Mathias Hasselmann</dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=116#comment-26153</guid>
		<description>So those are kernel drivers, right? So tell me which other license they shall have chosen for kernel drivers? AFAIK usung another license but GPL (and maybe BSD - IANAL) is grey area and asking for trouble when it comes to kernel drivers.</description>
		<content:encoded><![CDATA[<p>So those are kernel drivers, right? So tell me which other license they shall have chosen for kernel drivers? AFAIK usung another license but GPL (and maybe BSD &#8211; IANAL) is grey area and asking for trouble when it comes to kernel drivers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

