EditorsAbout the SiteComes vs. MicrosoftUsing This Web SiteSite ArchivesCredibility IndexOOXMLOpenDocumentPatentsNovellNews DigestSite NewsRSS

08.04.09

Microsoft Only Gave 14,010 Lines of Code

Posted in Courtroom, GNU/Linux, GPL, Kernel, Microsoft, Novell, SCO, Servers, UNIX, Virtualisation, Windows at 5:55 am by Dr. Roy Schestowitz

Source code

Summary: 14,010 lines of actual Linux code, not 20,000 as Microsoft claimed

Microsoft has claimed that its self-serving loadable module for Linux [1, 2, 3, 4, 5, 6, 7], which only advances Microsoft’s interests by polluting the kernel with Microsoft APIs, comprises 20,000 lines of code. Not quite the case, alleges Slated, who has taken a look at the code. Last night he wrote about this patch (managed by a Novell employee by the way):

For those who might want to keep an eye on what the Vole is injecting into the software we use:

http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh..

The consolidated patch is here:

http://www.kernel.org/pub/linux/kernel/people/gregkh…

This is essentially what it adds:

. Microsoft Hyper-V client drivers
. Microsoft Hyper-V virtual storage driver
. Microsoft Hyper-V virtual block driver
. Microsoft Hyper-V virtual network driver

The kernel config options are listed as:

. CONFIG_HYPERV
. CONFIG_HYPERV_STORAGE
. CONFIG_HYPERV_BLOCK
. CONFIG_HYPERV_NET

Here’s the license:

Copyright (c) 2009, Microsoft Corporation.

This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, version 2, as published by the Free Software Foundation.

This program is distributed in the hope it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place – Suite 330, Boston, MA 02111-1307 USA.

Authors:
Hank Janssen <hjanssen[at]microsoft.com>
######

Oh and BTW, after removing all the non-Microsoft copyrighted code from the above consolidated patch, all the diff declaration headers, and all the empty lines, the number of lines remaining (i.e. the actual code Microsoft generously “contributed”) is 14,010, which is a good six thousand lines short of Microsoft’s claim.

That’s OK though … it’s six thousand fewer lines for me to remove.

Microsoft contributes nothing to Linux, except lawsuits for the most part. Microsoft funded SCO’s lawsuit against Linux (more than once) and right now Microsoft is suing companies for using Linux (also more than once). People who do not yet know all of this ought to wake up and get the facts. Microsoft is always attacking Linux and the code mentioned above is no contribution. If Oracle writes a new file system for Linux (btrfs as the example in mind), then that file system is valuable also to IBM, to H-P and even to us home users. It really enriches Linux. Microsoft’s patch, on the other hand, is helping nothing but Windows, turning GNU/Linux servers into just a virtual appliance running under Windows.

“Microsoft funded SCO’s lawsuit against Linux (more than once) and right now Microsoft is suing companies for using Linux (also more than once).”Whenever Microsoft claims that it “contributes” to Linux, remember that its long-standing CEO, Steve Ballmer, said: “Linux is a cancer that attaches itself in an intellectual property sense to everything it touches.”

Ballmer never retracted that statement and under his leadership Microsoft has also paid SCO, as confirmed in the courtroom under oath. For background about the past month’s SCO developments (a little from June too), see:

More bizarre twists in the SCO case have only led to the point where, according to Pamela Jones, SCO is nearly finished for good.

So those are the various possibilities I see. Do you see any good ones, if you are SCO management? I don’t see even one. If we are marking on a curve, SCO’s suggestion in its letter is the least toxic, but none of the possibilities now are really ideal from SCO’s point of view, and how realistic do you think it is as a suggestion at this late date, considering all that came out in discovery and at the hearing?

I think this may be the very first time in the entire SCO saga where SCO seems to have no really good options on the table that I can see.

And that’s probably why after the hearing on the 27th, I was overwhelmed by the incandescent realization that we had just turned a real corner, one that changes everything, and that we’re in end-game territory, at last.

Microsoft may have moved on from SCO. Now it has Novell at its disposal — the company which is the real owner of UNIX. SCO — like Microsoft and Novell — also used to contribute to Linux before chaos began.

“Pamela Jones [...] has told Infoworld that Microsoft will be the next SCO Group”

Heise

Share this post: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
  • co.mments
  • DZone
  • email
  • Google Bookmarks
  • LinkedIn
  • NewsVine
  • Print
  • Technorati
  • TwitThis
  • Facebook

If you liked this post, consider subscribing to the RSS feed or join us now at the IRC channels.

Pages that cross-reference this one

8 Comments

  1. JohnD said,

    August 4, 2009 at 8:00 am

    Gravatar

    Talk about picking nits.
    I’m willing to bet that most developers look at the line count in their IDE to determine lines of code. I’m also willing to bet that if you take the same approach with other contributions, the lines “actually” contributed would drop as well.
    Does anyone really think that the community opinion of the M$ contribution will drastically change by finding out it was only 14k of “original” code? I doubt it.
    Looks like a slow news day to me.

    Jose_X Reply:

    I agree that this may not change anyone’s opinion, but, for accuracy’s sake, it’s quite off to count the diff program’s existing context lines and the repeating headers as your contribution. I think you can have diff spit our a larger number of context lines. If you do this, you can grow “your” contribution many-fold.

    JohnD Reply:

    Will the code work if you strip out the headers etc? Probably not.
    Is 30k of NEW code more worthy than 10k of new code? I don’t think so.
    When someone spouts off about how many lines of code they’ve written the first thing I wonder is – how much of it is bloat. I’m more impressed by code that works with as few lines as possible than anything else.
    If someone is measuring themselves by LOC, they have cranial-rectal inversion.
    A 5 line patch that fixes 100 bugs is more worthwhile then 50k lines of work around code.

    Jose_X Reply:

    Not C header files but the headings in the diff output.

    Eg, to patch a file, the patch program requires context lines and the file name to find out where to patch in the lines of code. These context lines (existing lines in the kernel) and file name headings are not source code to the kernel but rather are information created by “diff” for use by “patch” to carry out its work of patching the kernel properly. These lines are not written by Microsoft developers but are written by the diff program automatically using the existing kernel.

    I haven’t looked at the diff file but that is what I expect is going on here.

    zatoichi Reply:

    I haven’t looked at the diff file but that is what I expect is going on here.

    “I don’t actually know what I’m talking about, but that doesn’t stop me from talking about it anyway.”

  2. verofakto said,

    August 6, 2009 at 11:36 pm

    Gravatar

    How many lines of code have /you/ contributed to the Linux kernel, Roy?

    Just curious.

    zatoichi Reply:

    Roy hasn’t contributed any. Roy is an advocate. He “contributes” misinformation and slanted “news”—like this article—to a general reaction of derision amongst the folks who do actually contribute to FLOSS development.

    Roy is about “advocating” “freedom the way Roy tells you to.”

  3. zatoichi said,

    August 7, 2009 at 10:30 am

    Gravatar

    This is silly, Roy. As Linus has noted, Microsoft is no more “polluting the kernel with Microsoft APIs” by supplying these drivers than Intel is “polluting the kernel with Intel APIs” when they supply power management code for their CPUs.

    The fact is that you’re not in support of “Freedom Zero” here, the freedom to “run the program for any purpose“, Roy: you want to deny the folks who choose to run a Linux distro virtualized on a Windows Server 2008 system the liberty to do so.

    Why is that, Roy? (And do you support the FSF? If so, how, specifically? I’m still waiting to hear an answer on that one…)

What Else is New


  1. Links - Anti-Trust Roundups - Yahoo, Nokia, Barns and Nobel





  2. Links - MSNokia Passes Blame, Bill Gates pushes GMOs, Open Access news





  3. Links 7/2/2012: Firefox 11 Enters Beta, Canonical Disappoints KDE

    Links for the day



  4. IRC Proceedings: February 6th, 2012

    IRC logs for February 6th, 2012



  5. IRC Proceedings: February 5th, 2012

    IRC logs for February 5th, 2012



  6. Links 6/2/2012: PCLinuxOS 2012.02 and Mint KDE Reviews

    Links for the day



  7. Bill Gates Indoctrinates Youth in the United States and India, Critics Speak Out

    Backlash against the Gates Crusade to brainwash the young minds all around the world



  8. Bill Gates Uses Symbolic 'Donation' to Force Taxpayers to Pay Microsoft (of Which He Holds Shares)

    The Gates Foundation goes lobbying for Microsoft again, this time in Vietnam



  9. Monopoly as Innovation?

    Challenging the old misconception that patents are beneficial to anything but few multinationals and their patent lawyers



  10. Links 5/2/2012: Lenovo in India, Netrunner 4.1 is Out

    Links for the day



  11. IRC Proceedings: February 4th, 2012

    IRC logs for February 4th, 2012



  12. OpenStack, Microsoft, Junk Patents, Microsoft Copyrights, and Oracle Copyrights

    Another look at the OpenStack situation, why Microsoft should not be allowed to enter, and more about patent and copyright complications



  13. Apple, Which Started Patent Wars, Gets What It Deserves

    Apple products get banned (for the time being) after Apple decided to attack Linux-supporting competitors and then received some blowback



  14. Unitary Patent and the Emergence of More Junk Patents

    The rise of the junk patents and what we are taught about them by the news, including some news about the unitary patent in Europe



  15. Backlash Against Bill Gates' Lobbying for Patented Life

    GMO, a robbery of the right of reproduction (and a potential health hazard), is promoted by Bill Gates for profit, whereupon critics strike back



  16. IRC Proceedings: February 3rd, 2012

    IRC logs for February 3rd, 2012



  17. Links 4/2/2012: Ubuntu 12.04 Alpha 2 Preview, ACTA Backlash in Europe

    Links for the day



  18. A Glimpse at Executives Who Left the Sinking Novell Ship

    A roundup of news about former Novell staff and where that staff is moving these days



  19. Novell Makes New Software for Microsoft Windows and Office

    PR spin from Novell and money-grabbing moves that promote proprietary software rather than Free/Open Source software



  20. Links 3/2/2012: BT Vision Goes for Linux, Linux 3.3 With Android

    Links for the day



  21. Debt in Attachmate

    The company that bought Novell has a poor outlook, financial issues, and little signs of expansion/renaissance



  22. Longtime SUSE Executive Holger Dyroff Moves on, SUSE in a Bad State

    Key people continue to leave SUSE and the distribution is left without a compelling sales pitch



  23. Groklaw Update on Android Patent Cases and Response to FUD From Microsoft Lobbyists

    A few updates of greater importance where the Linux situation is discussed in the context of Android and Novell



  24. IRC Proceedings: February 2nd, 2012

    IRC logs for February 2nd, 2012



  25. Links 2/2/2012: DEFT Linux 7, Mozilla Firefox 10

    Links for the day



  26. IRC Proceedings: February 1st, 2012

    IRC logs for February 1st, 2012



  27. IRC Proceedings: January 31st, 2012

    IRC logs for January 31st, 2012



  28. IRC Proceedings: January 30th, 2012

    IRC logs for January 30th, 2012



  29. Bill Gates is Hijacking Open Source While Attacking It Using Lobbyists, Patents, and Patent Trolls

    Response to reputation laundering from Wired Magazine, the latest nonsense from Microsoft's lobbyist Florian Müller, an update on Microsoft's trolling against Android, and a little more of Apple's



  30. The Gates Foundation is Still Hijacking the Voice of the Poor and Effectively Runs Paid Advertisements Inside 'News'

    Money still the vehicle by which opinions get heard, so Bill Gates exploits this for fame, power, and profit


RSS 64x64RSS Feed: subscribe to the RSS feed for regular updates

Home iconSite Wiki: You can improve this site by helping the extension of the site's content

Chat iconIRC Channel: Come and chat with us in real time

Recent Posts