Slashdot Mirror


GPL Issues Surrounding Commercial Device Drivers?

Demiurg asks: "My company has recently decided to support Linux for it's embedded networking products which means that I'm starting to write Linux device drivers for our hardware. The company was very concerned about GPL issues and consulted a lawyer - who advised us to go for a user-space driver, saying that this is the only safe way to avoid GPL issues. I tried to give them a few examples of companies distributing binary only drivers (NVIDIA and Rational) but was told that these companies do not distribute binary only drivers - they only allow you to download them from a web site (which is not an option for an embedded product). What does Slashdot have to say about the issue? Is writing a user-mode (and hence not very efficient) driver the only way for a company to protect it's intellectual property? Please refrain from giving answers like 'all code should be GPL' - although I personally may agree, such answers will not help me convince management to make the change." Are there any lawyers (or readers with the right legal knowledge) out there that can confirm or contradict this recommendation?

223 of 461 comments (clear)

  1. lawyers by Dionysus · · Score: 5, Insightful

    So, you got your advice from a legal consul, and you're thinking about ignoring it in favor of advice from the /. crowd? Is that smart?

    --
    Je ne parle pas francais.
    1. Re:lawyers by nicodaemos · · Score: 5, Insightful

      Many times the corporate lawyer is a liberal arts person who doesn't understand the finer points of technology and licensing. As such they don't have the background to come up with creative ways for you to achieve your goals while still remaining in compliance with licensing.

      I personally had to convince a VP of Development to consider my alternatives over the simple no answer that came from the corporate lawyer. It wasn't easy, but I was able to pursuade 2 other directors who backed up my ideas. No, this wasn't a dot-com startup, but a nasdaq listed company with a strong 25 year history. The conservatism and resistance to change was mind boggling.

      My advice is to do exactly what you're doing. Brainstorm the heck out of this and see if you can make it work. Good luck!

    2. Re:lawyers by Anonymous Coward · · Score: 5, Insightful
      So, you got your advice from a legal consul, and you're thinking about ignoring it in favor of advice from the /. crowd? Is that smart?

      FLAME ON--
      Actually yes and no. It is incredibly wise to ask the ./ crowd because there are a few of us out here who a) aren't school/college age geeks and b) have ACTUALLY DONE THIS IN A COMMERICAL PRODUCT and worried over the issue ourselves. It's dumb to take the ./ crowd advise in place of your lawyer's advice. Instead the rational thing to do is to ask here and if something looks interesting point it out to the lawyer.
      FLAME OFF--

      It is relatively well known the Linus has essentially modified the terms of the GPL under which the kernel is distributed w.r.t. loadable modules to allow exactly this functionality. You write a closed source driver for your odd exceeding proprietary hardware, make it a loadable module (not compiled in) and your driver does not have to be released under GPL. As soon as you distribute a version with the module compiled in "all your IP are ours", but as long as you dynamically load it your ok.
      Tell you lawyer to contact Linus to confirm this in writing; he's the freakin' copyright holder.
    3. Re:lawyers by kableh · · Score: 5, Informative

      My company uses Linux in some of our embedded products. Before doing so, and before we had fulltime counsel, we hired a lawyer to go over the GPL and tell us if it was going to present a problem. This lawyer seemed to think that anything compiled with GCC would fall under the GPL, which is incorrect. There are specific exceptions that allow it to be used to produce non-free software.

      I'm not saying he should ignore the lawyer, but that his lawyer could quite possibly be wrong. The GPL is 'viral' in a sense, but not in as devious a way as Microsoft FUD would indicate, and at least they are up front about being a bunch of commies =)

      See http://www.gnu.org/licenses/gpl-faq.html for more info.

    4. Re:lawyers by Anonymous Coward · · Score: 5, Insightful

      "No, this wasn't a dot-com startup, but a nasdaq listed company with a strong 25 year history. The conservatism and resistance to change was mind boggling."

      There may be a connection between `resistance to change` and `strong 25 year history`.

    5. Re:lawyers by MyHair · · Score: 2

      Many times the corporate lawyer is a liberal arts person who doesn't understand the finer points of technology and licensing. As such they don't have the background to come up with creative ways for you to achieve your goals while still remaining in compliance with licensing.

      You have a point, but would you rather get sued over actions taken from advice taken by your attourney or by your creative tech/geek/programmer/etc.?

      But what am I complaining about? It's an interesting question, and I'm sure there are interesting comments, and I'm avoiding work. Yay Slashdot!

      No, this wasn't a dot-com startup, but a nasdaq listed company with a strong 25 year history.

      You work for Microsoft? :-)

    6. Re:lawyers by duffbeer703 · · Score: 2

      Lawyers can read and the GPL has nothing to do with technology.

      When someone eventually sues over the binary drivers packaged with the Linux kernel, people will lose their intellectual property.

      The FSF knows this and loves it -- they are out to push their agendas.

      BSD or Apache licensing is the way to go.

      My advice to you would be to listen to your lawyers -- there is no rational argument to support your claims.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    7. Re:lawyers by GreyPoopon · · Score: 2, Funny
      When someone eventually sues over the binary drivers packaged with the Linux kernel, people will lose their intellectual property. The FSF knows this and loves it -- they are out to push their agendas.

      <sarcasm>
      You forgot to include the part about the secret alliance between the FSF and Microsoft. After all, the real function of the FSF is to invalidate intellectual property so that it can be used by MS.
      </sarcasm>

      --

      GreyPoopon
      --
      Why is it I can write insightful comments but can't come up with a clever signature?

    8. Re:lawyers by ajs · · Score: 4, Insightful

      I'm getting very tired of this mistake. It's being pushed by MS, but it was started by the likes of Slashdotters who don't understand the terminology.

      The GPL is not viral, copyright law is. The GPL is an optional license which you can opt out of by simply never accepting its terms. In which case, it has no sway over you at all, and you can walk away unscathed.

      However, like all copyrighted works, GPLed software cannot be modified and "made your own". A modified (or "derived") work is just that.

      When you use something like a compiler, there's some grey involved as to what the end product is. It has incorporated some headers and libraries that are part of the compiler suite (crt0.o, for example), so it's not just a "printing press for computers". This means that applications which incorporate parts of themselves into their ouput must make a special exception in their licensing terms in order to clarify the status of that output.

      Now, here's the kicker... this is true regardless of what license you use! Yep, you can use the MIT/X license, the BSD license, the GPL, Microsoft's EULA (which is legally on much shakier ground than the GPL, BTW because it relies on this idea that you do not own the software that you purchased, which has been defeated as a tactic for books).

      The only difference between using the GPL and a weaker license like the MIT/X or BSD licenses is that those licenses allow you to do nearly everything that Copyright law takes away. Not that I'm comparing those licenses to the GPL for any real reason. They're both very good licenses for what they are meant to do.

      However, to say that it's the GPL that's viral is silly. Try cutting up a magazine, reassembling the articles and then publishing the result. I think you'll find that copyright law has infected your creative work without the GPL (or any other license) coming anywhere near you.

    9. Re:lawyers by JebusIsLord · · Score: 2

      In that sense of viral i agree with you, but when MS calls the GPL a viral license that is not what they mean. What they mean is, by using GPL software (infected?) and building off it you are required to GPL the changes as well. So you pick it up and then are contagious as such. You are right though, copyright is worse because it infects everyone. I would call GPL viral and copyright an "endemic disease".

      --
      Jeremy
    10. Re: lawyers by Black+Parrot · · Score: 5, Funny


      > The GPL is 'viral' in a sense

      The GPL isn't viral; it's hereditary.

      I have had both GPL and non-GPL software installed together on my system for years, and none of the non-GPL software has ever been infected.

      --
      Sheesh, evil *and* a jerk. -- Jade
    11. Re:lawyers by flossie · · Score: 5, Interesting
      The major difference is that if you include a copyrighted image/paragraph/etc in your original work (whether by permission or via fair use) the copyright on the cited work does not infect the remaining 90% of your original work.

      ditto for the GPL. If you copy with permission other than the GPL, no problem. If you copy under fair use, also no problem. The GPL only applies if permission and fair use do not apply.

      The GPL gives rights; it does not take any away. Where copyright doesn't restrict you, nor does the GPL.

      So maybe you ought to think about this issue a little more before you post this tripe again.

      Maybe you should read the GPL again.

    12. Re:lawyers by paulbd · · Score: 4, Insightful

      Dude, you are completely full of shit. Copyright law is a little bit viral, but the GPL is ebola viral. The major difference is that if you include a copyrighted image/paragraph/etc in your original work (whether by permission or via fair use) the copyright on the cited work does not infect the remaining 90% of your original work. How can you gloss over a detail like that. It makes ALL the difference.

      Who's full of shit here? You would be able to reprint/reissue your work without the copied work, but until you did that, continued duplication of your work would be a violation of copyright law (and you would remain in violation of it for the prior duplication).

      Get a sense of proportion. There is a huge difference between someone who wants to take a GPL'ed app, tweak it a bit, and sell it under a non-GPL license, and someone who wants to take a GPL'ed library and include it as a small part of a non-GPL'ed program. That would be stretching the definition of "derivative work" beyond the level of common sense.

      If someone's work is copyrighted then you have no rights whatsoever to duplicate or use it unless they give you such rights. The author of the GPL'ed library has decided to give such rights only to people who give her and others the same rights in return. The author could have chosen to give you no rights whatsoever, in which case, they need not bother with a license at all. When you use somebody else's code, whatever license it is under, it is only legal if they have given express permission to do so. If they have not, or if they have added conditions under which you may use it, the law does not permit you wriggle out of this with lines like "get a sense of proportion."

      Again, you're full of shit. Each of the excerpts is covered by its own copyright; they aren't infecting each other. If you take some excerpts from Tom Clancy and mix them in with some quotes from Charles Dickens, it doesn't mean that Tom Clancy gets copyright over the Dickens quotes, nor does the public domain status of the Dickens quotes cause the Clancy quotes to fall into the public domain. *THAT* would be viral licensing, and that's what the GPL does.

      You need to be careful with that "shit" term. You are right about the lack of "transfer of copyright" in the domain of the printed word. But the same thing applies to software too. The GPL cannot cause transfer of copyright between owners. If there is an existing body of GPL'ed source code and it is merged with or used to derive new source code, the exact same rules apply as they would with books: genuinely new work is copyright the new author, quoted work is copyright of the old author. The point is: without a license of some sort, you have NO permission to use the existing work in any way, not to copy, not to quote, not to use to derive new work from. If the work was GPL'ed, the author has given you permission to use it as you wish, as long as you use the same license for your own work. The author has no copyright claim on your own original work whatsoever. You are free to issue work that is entirely your own under any license you wish. Work that is derived from the original work (and "derived" here is a technical term that may include compile time linkage, but never includes run time execution) is controlled by the copyright holder of the original work. the copyright holder may choose to prohibit you from using HER work unless you choose a certain license. If you don't agree with that, then you have no permission to use her work; if you do so anyway, you are in violation not of the GPL, but of US and international copyright law.

    13. Re:lawyers by Kynde · · Score: 2

      It is relatively well known the Linus has essentially modified the terms of the GPL under which the kernel is distributed w.r.t. loadable modules to allow exactly this functionality. You write a closed source driver for your odd exceeding proprietary hardware, make it a loadable module (not compiled in) and your driver does not have to be released under GPL. As soon as you distribute a version with the module compiled in "all your IP are ours", but as long as you dynamically load it your ok.


      I must add to this that, although there are certain reasons as to why write a closed source driver in the first place, it will not be an easy road.

      NONE of the kernel developers will be able (or even willing) to assist you, because you're dealing with closed source module that will taint the kernel. They cannot help you because they simply cannot see what your driver does, i.e. see the source code.

      In NVidia's case, this have gone tolerably, although many developers aren't happy with their closed source release, but I guess there are some neat tricks they don't want to share with ATI and others. In any case, they've put a lot of effort into it being bugfree, but it wasn't always so. Kernel crashes with non GPL modules loaded will go totally disregarded in the linux developement community.

      --
      1 Earth is warming, 2 It's us, 3 it's royally bad, 4 we need to take action NOW
    14. Re:lawyers by SerpentMage · · Score: 2

      Lets see if the company pays a couple of the kernel developers consulting hours to help them I think the problem will be solved.... And if the company was smart that is what they would do. Hire some kernel developers to develop their driver, which puts some money into the kernel developers pocket. And that allows them to develop more Open Source.

      --

      "You can't make a race horse of a pig"
      "No," said Samuel, "but you can make very fast pig"
    15. Re:lawyers by God!+Awful · · Score: 2


      If you take even a very small amount of content from someone else and incorporate it into your own work, you cannot publish your work without infringing on the other person's copyright.

      It seems that you didn't read my post that carefully, since I explictly stated "by permission or via fair use".

      Check out the case with Gerald Ford's memoirs.

      Wherein a magazine obtained an unauthorized copy of the manuscript prior to publication, thus causing financial damage to the author (Time magazine backed out of a contract). These fair-use/anti-copyright rants always seem to have a back story that is conveniently glossed over.

      You _may_ be able to seperate the two in your work, such that the new portion you created can be seperately published, but blocking copyrights can wind up being a significant PITA.

      Let's say that I publish a scholarly essay in which I quote from another work without permission (under fair use). Then I later rewrite the essay as a novella, without using the quote. Are you saying that the author of the quote could somehow block publication of my novella? BS.

      -a

    16. Re:lawyers by treat · · Score: 2
      I guess there are some neat tricks they don't want to share with ATI and others.

      This is silly. Competitors have the resources dedicate a person to any reverse engineering project, which means they will have time to disassemble the code.

      Closed-source drivers benefit nobody. It is a pointless concept.

    17. Re:lawyers by ajs · · Score: 2

      What they mean is, by using GPL software (infected?) and building off it you are required to GPL the changes as well.

      This is true. However, it's not an apples-to-apples comparison. What is MS comparing that to? Building everything from scratch with MS tools? You certainly can't take Word and tweek just a bit of the code to make it do what you want and release it under whatever license you want.

      You certainly could (in theory) establish a relationship with MS to OEM your own "Word" with changes, but the same goes for a GPLed program.

      MS loves to call the GPL viral, but it's only viral in the sense that it lets you have some rights you don't get from them.

    18. Re:lawyers by Electrum · · Score: 2

      This is the worst sort of paranoid scaremongering. There is no mechanism in the GPL, nor could there be any mechanism, for stealing IP from you. In a worst case scenario you might be barred from, or even fined for distributing other peoples IP without their consent, but your own IP will always remain yours. In practical terms it hasn't ever even been necessary to fine or enjoin the distribution of GPL'd software as all companies so far have been able to come to an agreement with the FSF in mediation.

      He didn't say steal. He said lose. You write some code from scratch. This is now your intellectual property. You combine the code with code licensed under the GPL and distribute it. You have now "lost" your intellectual property. Sure, you still own the copyright on the code, but now everyone can see it and use it.

    19. Re:lawyers by tlk+nnr · · Score: 2

      It is relatively well known the Linus has essentially modified the terms of the GPL under which the kernel is distributed w.r.t. loadable modules to allow exactly this functionality.

      This is a misleading half truth, i.e. what you can expect when you ask a question on slashdot.

      According to the copyright law, you need the permission from the author to create a derived work.

      The GPL grants that permission, but only if the changes are put under the GPL, too.

      Linus never granted a GPL exception for kernel modules, he wrote a few years ago that he think that a device driver that is ported from another os to Linux is not derived from the kernel, thus no permission is needed.

      He clarified that just a few weeks ago

      http://marc.theaimsgroup.com/?l=linux-kernel&m=1 03 487469728730&w=2
      http://marc.theaimsgroup.com/?l= linux-kernel&m=103 487582630213&w=2

      This means that a binary only module is only permitted if the module is not derived from the kernel. If you take a windows driver, develop a clean-room abstraction layer and use that layer for the driver, then you are safe. That's what NVidia is doing.
      If you write a linux-only driver and sell it, then you enter a very dangerous area, you might end up in jail.
    20. Re:lawyers by ajs · · Score: 2

      Gotta stop those suppressive anti-GPL thoughts from getting out.

      Nothing of the sort. I respect alternate views, and I have some good friends whose opinions I respect that would not touch the GPL with a stick. Takes all kinds.

      The problem is that there are people (like the "tripe" guy, above) who aren't thinking about the relative merits of X or Y, but just absolutely taking a stance of the GPL being evil. It doesn't matter what you produce to demonstrate that they're incorrect, it's just evil.

      Fact is that RMS designed the GPL to be viral. If you go and talk to him you will discover pretty quickly that he lives on a completely different plane to other mortals.

      You understand that those two statements are orthoganal, right? I used to worship the ground Stallman walked on back in the late 80s. He was just this incredibly cool figure off in some temple at MIT who cranked out amazing shit like gcc and EMACS (I didn't even like EMACS, but the code... wow).

      When I actually got to know him, my opinion changed. I really think it took an asshole the caliber of Stallman to push the idea of a Free OS to the point that it actually happened.

      The GPL may be Stallman's brain-child, and he may have had some very strange ideas about why it should exist, but the bottom line is that it's a lot bigger than he is now.

      The GPL is an optional license, and as such, it's no more viral than you want it to be. Don't want to be bound by it's terms? Don't. Just use the software and be happy. Don't want to distribute under its terms? Don't. Write your own software and distribute it as PD, as proprietary or on the MIT/X license or the MPL, etc, etc.

      You have choices. Even if you modify GPLed software (which is a right you do not have with proprietary software at all) you have the right to use the modified version without accepting the GPL. You even have the right to make use of it in other ways in accordance with fair use.

      What you don't have the right to do is take someone else's work, modify it and then distribute it under a set of conditions that's more restrictive than those given to you.

      Viral? No. If it were viral, it would infect your efforts as soon as you used it. As it is, what infects your program is copyright law.

      Lawyers can be a pain in the ass but I have yet to find one who read the GPL and said 'hey no problemo here'.

      Find a lawyer. Show them the GPL. Ask them this question word for word, "other than the part about disclaiming warantee, if I choose not to be bound by this license can I still use GPLed software and/or modify it for my own internal use in accordance with fair use provisions of copyright?"

      The answer will be yes. If the answer is not yes, I suggest you get a Lawyer who can read English, since that is stated outright in very clear terms in the GPL.

      The only reason why the GPL works is that most people either don't read it, don't understand it or don't care. I suspect that Red Hat and VALinux fall in the latter category since the probabiliy of RMS appearing in court to sue someone over copyright is unlikely to say the least.

      Ok, now you're talking about a case where software is re-distributed by parties who have accepted the GPL.

      First off, let's clear the air. You talk of "RMS", but RMS does not own the copyright on most of the things distributed by those companies.

      Let's talk about gcc. That's a program that was originally written by RMS, so he has at least some call over it's fate.

      Red Hat (as an example) distributes GCC. How would RMS have cause to sue them? Is there some scary provision of the GPL that says you can't put it on media and charge money for it? Nope, in fact the GPL explicitly says quite the oposite.

      On what grounds do you expect Mr. Stallman to sue? That he doesn't like Fedoras? You don't just walk into civil court and say, "hey, I have this license agreement on my software and someone used it in exactly the way it says, so I want to sue them!" You kind of have to have a breach of contract first, or judges get a little twitchy with that whole frivolous lawsuit thing.

    21. Re:lawyers by paulbd · · Score: 3, Insightful

      Another absurd statement, but I digress. "Rights" is such a loaded word; it makes laws sound like unalienable laws. Copyright gives certain "rights" to the author at the expense of the consumer. The GPL takes away some of those rights from the author and gives them to the consumer. There is always a conservation of rights. If society gives you the "right" not to be murdered, it impinges on my "right" to murder you. Our perception of which laws are "rights" is coloured by our nature and nurture; there are no absolute rights.

      Another absurd troll. Copyright law removes more or less all rights on the part of anyone except the copyright holder. A license is a way for the copyright holder to grant some rights to others. It is their choice which rights they wish to grant and under what terms. If they decide to use the GPL, then they are issuing you with various rights in exchange for your agreement to use the GPL in any work you do that is related to their work in some specific, enumerated ways. If you don't wish to follow this agreement, they transfer no rights to you, and you may not legally use their work at all. If you do agree to their agreement, then you can use their work. The GPL hasn't given or taken or away any rights - the copyright holder has used the GPL to detail under what terms you have permission to use their work in ways that would otherwise violate copyright law. The copyright holder giveth, the copyright holder taketh away - thats the law. The GPL is just a particular codification of their conditions for you having some rights to their work.

    22. Re:lawyers by flossie · · Score: 2
      Aha... so the GPL is not viral as long as you are not using the GPL.

      Exactly. The GPL does not affect you in any way unless you choose to distribute software under the rights granted by the GPL.

      no combination of the above statements will prove the OP's contention, which is that copyright is viral (and the GPL is not).

      True, however the GPL has no inherent virulence other than that which is derived from copyright.

      If society gives you the "right" not to be murdered, it impinges on my "right" to murder you.
      Getting a little silly now. You are talking about mutually exclusive events, to be murdered or not. GPL is about an author, who has rights under copyright law, giving other people rights to distribute their work (under certain conditions). This does not remove any of your rights (you didn't have any distribution rights beforehand) and it also does not remove any of the original author's rights; he (or she) still retains full copyrights. Rights have been granted, none have been lost. I repeat: The GPL gives rights; it does not take any away.
    23. Re:lawyers by paulbd · · Score: 2

      Let's say that I publish a scholarly essay in which I quote from another work without permission (under fair use). Then I later rewrite the essay as a novella, without using the quote. Are you saying that the author of the quote could somehow block publication of my novella?BS.

      if you write a program in which you use GPL'ed code in an unpermitted fashion, you are free to remove the GPL'ed code from your program, and continue to sell/distribute it, as long as your own work is not a derivative, which may require a court to decide upon.

      just as fair use permits quoting under certain specific conditions, the GPL allows you to use existing work under certain specific conditions. If you don't follow the conditions, you can't use the work. its very simple.

      you seem to be under the misapprehension that the GPL can force you to adopt the GPL for your own work. it cannot. all it does is force you to use the GPL for your work IF AND ONLY IF you choose to use work by another person licensed under the GPL. if you do not use such work, or you cease using such work in a way that leaves your own work as a non-derivative, then you are under no obligation to use the GPL for your own work. the author made a trade with you: their work under the GPL in exchange for your work under the GPL. you don't like it? then don't use their work.

    24. Re:lawyers by Electrum · · Score: 2

      The court isn't going to come along and say; hey you distributed your binaries with Linux, they are obviously now GPL'd, so hand over the code.

      By distributing binaries from code mixed with GPL, you've agreed to the terms of the GPL. Opening up your sources may be the only way to keep the other copyright holder(s) from suing you. What would really happen is up to the courts to decide, as there have been no precedent setting cases.

      Do you want to take the chance that the court would force you to open up your code? Most companies wouldn't.

    25. Re: lawyers by nathanh · · Score: 2
      The GPL isn't viral; it's hereditary.

      I really like this statement. It's the ideal comeback against claims that the "GPL is viral". The GPL only affects derivative works and "hereditary" describes that perfectly.

      For any license to be viral it would have to infect unrelated third party software. The GPL doesn't do that. You must first intentionally "have sex" with a GPL'd product (using an editor and a compiler!) before the GPL spreads. Even then only the direct descendant of the software is affected.

    26. Re:lawyers by God!+Awful · · Score: 2


      Gotta stop those suppressive anti-GPL thoughts from getting out.

      Nothing of the sort. I respect alternate views,

      Yeah, but you're clearly not a moderator in this thread. Otherwise, explain how Zeinfeld got modded as troll for his post above.

      The problem is that there are people (like the "tripe" guy, above) who aren't thinking about the relative merits of X or Y, but just absolutely taking a stance of the GPL being evil.

      Pardon? I never said anything about the GPL being evil. I just said that it was viral, and that the OP who said it wasn't viral is full of crap. Are you equating "viral" with "evil"? People keep replying to me as though I was saying that the GPL was evil and I keep trying to steer the conversation back to viral. Go back and look at my earlier post and tell me where I said the GPL was evil.

      The GPL is an optional license, and as such, it's no more viral than you want it to be. Don't want to be bound by it's terms?

      Okay, fine. If you want to mince words then I admit it: The GPL is only viral if you try to sell or publish software. Pretty much all the people who have called it viral represent companies that sell software.

      -a
    27. Re:lawyers by duffbeer703 · · Score: 2

      Richard Stallman has repeatedly stated that he finds our concept of intellectual property repugnant and that he seeks to defeat the defeat of the IP/copyright system. One weapon to accomplish this is the GPL.

      Read some of the rants published by the FSF.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    28. Re:lawyers by God!+Awful · · Score: 2


      if you write a program in which you use GPL'ed code in an unpermitted fashion, you are free to remove the GPL'ed code from your program, and continue to sell/distribute it, as long as your own work is not a derivative, which may require a court to decide upon.

      Of course that's true, but you ignore the whole reason why a company might not want to release their code under the GPL, which is that they don't want to give other people rights to their code. The GPL is viral because it infects another program's license and forces the copyright owner to relinquish his right to keep the code secret and proprietary. The GPL may not be viral in every conceivable manner, but it is viral in this one important aspect.

      you seem to be under the misapprehension that the GPL can force you to adopt the GPL for your own work. it cannot. all it does is force you to use the GPL for your work IF AND ONLY IF you choose to use work by another person licensed under the GPL.

      I'm not under that miconception (although "force" is a loaded term). I simply said that the GPL is a viral license. The flu is a virus. You can avoid getting the flu by locking yourself in the basement during flu season, but that doesn't make the flu any less of a virus.

      -a

    29. Re:lawyers by God!+Awful · · Score: 2


      Well a) Fair use is a defense to infringement. In order to claim it you necessarily must have already infringed.

      I see you like to argue semantics.

      The GPL does allow you to use existing material by permission. But where some people would only grant permission for a fee, or would grant it as a gift, authors of works released under the GPL grant it on condition that you do the same for your work.

      In other words:
      - It is possible for a copyright owner to grant permission to cite a work on the condition of viral licensing, however this is not typical.
      - GPL'ed work is copyrighted and must be licensed virally.

      So you see: the two cases are different. One is a subset of the other.

      Uh... I cited the case with Ford's memoirs to point out just how little need be taken in order to constitute infringement. At no time during my post did I ever argue against copyright.

      Whatever. That's not the point. The point is that, just as in all the fair-use and anti-copyright rants on slashdot, the example you cite is an edge case rather than a typical one. The ethics of quoting a stolen manuscript are questionable to say the least.

      And if you wrote code that intermingled with GPLed code under, RATHER than the GPL, Fair Use instead, the situation would be the same.

      No, it's not the same. The difference is that when I publish an essay that quotes a copyrighted work, I still retain control of what others can do with the 90% of the essay that I still own. When I am forced to release my code under the GPL, I may be able to assemble a non-GPL'ed version, but the genie is already out of the bottle and I can't control what others do with my code anymore. This makes a huge difference to anyone who is still pursuing traditional software business models.

      -a

    30. Re:lawyers by God!+Awful · · Score: 2


      I repeat: The GPL gives rights; it does not take any away.

      Not true. It takes away the right of the author:
      - to keep his source code secret.
      - to limit the distribution of his work.
      - to pursue a traditional software business model.

      Getting a little silly now. You are talking about mutually exclusive events, to be murdered or not.

      Fine, so it's an exagerated example, but many rights are mutually exclusive. The right of the consumer to copy a program conflicts with the right of the author to control the distribution of his creation.

      BTW, there are many species of animal that don't see murder as wrong (and there are also some human cultures). My point was that there is no such thing as an inherent right. Which rights you consider important is a personal or cultural matter.

      -a

    31. Re:lawyers by God!+Awful · · Score: 2


      Besides, what's wrong with semantics? If we're talking about law, bigger issues than this have hinged on finer points. Lawyers love arguing semantics.

      I don't particularly like semantics. I would say if there's one thing in particular that's wrong with the legal system, it's too much focus on semantics. I also don't like the way posters on /. like to pick apart a perfectly valid argument based on an irrelevant technicality.

      That one is a subset of the other doesn't make them different in a meaningful way for this analysis, however. Particularly as it should be noted that GPLed works are atypical anyway, and thus neatly fall within your 'not typical' language above.

      I think it does make a difference. My entire reason for starting this thread was to refute the OP's claim that the GPL is not a viral license. (No, I wasn't planning to get drawn into a pro-GPL debate where I get called a troll every 5 seconds.) Yes, copyright allows for viral licenses, but pretty much no one ever used them until the GPL came along. So I would say that there is a big difference between regular copyright and GPL.

      Remember -- you said that using a work under the GPL was different than using the work "by permission or fair use." You have just admitted that that prior statement was wrong, by agreeing that the GPL is within the set of works used where "a copyright owner [grants] permission."

      If your intent was to ensnare me in some kind of semantic trap by focusing on what I say rather than what I mean, then fine: you win. I still think it's relevant that if you exclude the GPL (and modern variations), 99% of copyright use by permission would be on non-viral terms.

      No, that case is a typical one. Hell, it regularly appears in IP textbooks. Furthermore, it is a case that is AGAINST fair use -- Time was found to have infringed and was unable to offer a defense. Time _lost_.

      I can't claim prior knowledge about this case, but I looked it up and you don't seem to remember the facts very well. It wasn't Time that got sued, it was The Nation. The courts gave four reasons for the decision, most notably that the quotes were taken from a stolen manuscript and that this caused financial damage to Time (who passed it on to Harper & Row). I recommend this excellent summary. The Nation acted unethically and they lost the case.

      BTW, cases that are taught in law school are often "landmark decisions" rather than typical cases.

      When you publish an essay that quotes a copyrighted work, you have comitted infringement. If that infringement is not judicially resolvable, with permission, or defensible e.g. under fair use, then you're fine.

      Yippee, another semantic argument. I couldn't find any evidence to support your claim that fair use is still officially considered infringement or not. To me, it's about as exciting as arguing whether justifiable homocide is murder or not.

      However, remember: no one made you have to seek out _that_ particular work, nor infringe upon it in the first place.

      No comment... this is too much of a rathole.

      If GPLed software is that dangerous to you, and you are unable to use it by any other means, then I suggest that you simply don't use it.

      I don't know where you got the idea that GPL'ed software is dangerous to me; I use it all the time. I merely said that it was a viral license. The GPL is dangerous to my career, but I'm not going to solve that problem by refusing to use it. I merely use GPL'ed software without contributing anything back, which I am perfectly entitled to do under the license.

      -a

    32. Re:lawyers by God!+Awful · · Score: 2

      I don't usually reply to people who call me a troll. Calling someone a troll just because they have an unpopular opinion on /. (which is typically the majority opinion in the real world) is way more ridiculous than calling them an idiot. However, I might as well reply, since I can debunk your argument in a mere two sentences.

      The license allows the copyright holder to grant some rights to others, and also to take some away. The fact that the license is entered into voluntarily doesn't negate this fact; when you accept the terms of the GPL you are granted some new rights, but the license also strips some of your existing rights.

      -a

    33. Re:lawyers by Znork · · Score: 2

      You cant place any combined copyrighted software into the public domain unless you own the copyright. You cant do it with GPL code, you cant do it with BSD code, you cant do it with MIT-X11 code.

      The GPL isnt any more viral than any other copyrighted code. It's just that the GPL places some restrictions on what you can do with the GPL code.

      Like you say, you can place your part of the combined code in the public domain tho, so it's possible for someone else to lift your code out of the combined code and include it and distribute it in whatever way they want. The GPL code remains under the GPL tho, just as BSD code would, or Microsofts or anyone elses copyrighted code.

    34. Re:lawyers by Znork · · Score: 2

      "Not true. It takes away the right of the author:
      - to keep his source code secret."

      No it doesnt. He can keep his source code secret all he wants. He just isnt allowed to distribute the GPL code if he does. If he feels like distributing his own binaries without the GPL code he can go right ahead.

      "- to limit the distribution of his work."

      He can do whatever he wants with his own work. The GPL only affects the GPL code.

      - to pursue a traditional software business model."

      Again, he's free to do whatever he wants. The GPL affects the GPL part of the code (and only in case he does not own the copyright to it), not the code the author has written himself.

      The GPL only gives rights. It grants the right to distribute the GPL code if you fulfill certain conditions. Copyright is what restricts rights; if you take code out of Solaris or Windows you hardly get rights to distribute those just because your code depends on the code you took.

    35. Re:lawyers by sjames · · Score: 2

      but when MS calls the GPL a viral license that is not what they mean

      Of course, MS suffers from a disease of logic known as 'marketing'

      MS convieniantly leaves out the fact that while the GPL is 'viral', their license is Ebola or worse.

      Just imagine how quickly a company would hemmorage to a horrible messy death by legal fees (even Ebola doesn't totally liquidate your body) if they incorperated MS source code in their product!

      The only 'protection' from that 100% fatal disease is the fact that MS keeps the source strictly quarentined in the software equivilant of a hot lab. The disease is so virulant that some have died just by looking at it (consider how many of MS's 'partners' have passed away).

      In comparison, the GPL 'virus' is more like the sniffles.

    36. Re:lawyers by sjames · · Score: 2

      The fact is, copyright is not inherently viral:

      Copyright is too ubiquitous to be considered merely viral. No sooner do my fingers type these words than they 'catch' the copyright disease. The only way to prevent this is to explicitly dedicate the words to the public domain.

      On the other hand, the only way my code becomes GPL is for it to deliberatly mate with other GPL software or if I deliberatly declare it to be GPL. Of course, having GPL does innoculate it against the worst symptoms of the copyright disease (sorta like cowpox innoculates against smallpox).

    37. Re:lawyers by sjames · · Score: 2

      You're leaving out a very important point: The author is the one who decides to use GPL, and so it is the author who 'takes' these rights from himself.

      As for incorperating GPL code into your proprietary software, that would be theft on your part unless you either abide by the GPL, or negotiate an alternate license with the author.

      In other words, if you want to live in the GPL world where you don't have to sign agreements in blood and fork over wads of cash, you need to live by the GPL's rules. If you want to live in the proprietary world, live by it's rules.

    38. Re:lawyers by mpe · · Score: 2

      NONE of the kernel developers will be able (or even willing) to assist you, because you're dealing with closed source module that will taint the kernel. They cannot help you because they simply cannot see what your driver does, i.e. see the source code.

      Considering that the point of a driver is to enable hardware to work, what exactly do you lose by letting people know how to interface with your hardware? Anyone who really wants to know can pull your driver apart with a disassembler anyway.

      In NVidia's case, this have gone tolerably, although many developers aren't happy with their closed source release, but I guess there are some neat tricks they don't want to share with ATI and others.

      If there are "neat tricks" in the software driver then ATI, etc can simply look at the NVidia drivers. If they copied them you'd just end up with two parties arguing over who broke who's EULA.
      Does it actually make sense to consider how to interface a certain piece of hardware (possibly including uploading firmware) proprietary information? Especially since the entities involved are selling then hardware.

    39. Re:lawyers by mpe · · Score: 2

      What is MS comparing that to? Building everything from scratch with MS tools?

      In some cases using Microsoft's development tools means that you can't use any copyright licence you like. If anything these Microsoft licences are "viral".

    40. Re:lawyers by mpe · · Score: 2

      If you copy with permission other than the GPL, no problem. If you copy under fair use, also no problem. The GPL only applies if permission and fair use do not apply.

      Without the GPL your use would be copyright infringement ("software piracy"). Copyright law says that in the absence of permission you have no more right to copy parts of an open source program than you have to copy bits out of a novel or magazine.
      What the GPL does is grant you conditional permission to distribute copyright software and works derived from that copyright software.
      The conditions are that if you distribute binaries then you must also make sources available and that any parts you add to create a derived work (regardless of if you or the author of the code you are modifying hold the copyright on the modifications) must be subject to a GPL compatable copyright licence.
      There is no "infection" having to use the GPL for your own code is the price you pay for having access to a huge library of GPL code. Most likely using the GPL code saves you the money and time you'd need to write an entire whatever from scratch. This saving can often be considerably more than you could have ever hoped to have made than by selling licences to a piece of proprietary software
      When it comes to drivers what are you actually selling? A piece of hardware or software to interface it? If you supplied interface specs and an open source driver (maybe not even an especially good one) then you'd have a bigger potential market for your hardware. Without the expense of having to write and update drivers for platforms you possibly don't even known exist.

    41. Re:lawyers by God!+Awful · · Score: 2


      You're leaving out a very important point: The author is the one who decides to use GPL, and so it is the author who 'takes' these rights from himself.

      Oh, by all means. But it is also common to speak of a law or contract that takes away rights. How many Slashdotters complain about the evil DMCA that takes away their rights (as opposed to the evil legislators that enacted the DMCA...).

      Lots of laws/contracts restrict your rights, but the GPL tries to claim that it is immune and it only grants rights. Sorry, but that is not true. Just like any other contract the GPL grants rights to some by taking from others.

      -a

    42. Re:lawyers by mpe · · Score: 2

      Not true. It takes away the right of the author:
      - to keep his source code secret.


      The GPL only does this if the software author creates a piece of software derived from GPL code. If they want to keep their source secret then they can either write the thing from scratch or licence code which allows them to keep the source secret. Both of which could easily cost them considerably more than using code from the GPL library.


      - to limit the distribution of his work.

      The GPL says nothing to either encourage or discourage distribution of software. Nor does copyright law for that matter, it simply prevents you copying works, once you have sold a copy the doctorine of first sale applies.

      - to pursue a traditional software business model.

      The traditional software business model is you contract someone to build a system to do something which makes makes your business work better. Either according to your on spec or as worked out by a systems analyst. GPL software can benefit both customer and contractor here.

    43. Re:lawyers by God!+Awful · · Score: 2

      Okay, let me restate an assumption: the GPL only restricts your rights if you use it. I'm not saying that the GPL limits your rights by its very existence (note that it does not grant rights just by existing either). But once you agree to its terms, your rights are limited in perpetuity.

      Once you distribute your software under the GPL you lose the rights I mentioned above. Most notably, you can no longer restrict the distribution of your work. Yes, you can still distribute your work under a different license, but anyone who wants to can still get the GPL'ed version, so you have lost control.

      The GPL is a contract, just like any other. And like many contracts, it gives rights and it takes others away. It differs from most contracts because it has a viral nature. I don't know why so many GPL advocates are unwilling to admit this. The constant claims that a) the GPL is not viral, and b) the GPL does not restrict any rights are merely FUD.

      -a

    44. Re:lawyers by God!+Awful · · Score: 2


      There is no "infection"
      having to use the GPL for your own code is the price you pay for having access to a huge library of GPL code.

      You're not proving anything. The infection *is* the price.

      -a

    45. Re:lawyers by God!+Awful · · Score: 2


      Copyright is too ubiquitous to be considered merely viral. No sooner do my fingers type these words than they 'catch' the copyright disease. The only way to prevent this is to explicitly dedicate the words to the public domain.

      So what you're saying is that your definition of "viral licensing" is better than the standard one...

      Face it, if you want to communicate with people you have to use their terminology. I could go around on Slashdot posting comments using my own private definition of what it means for software to be "free" or "open", but I would only get flamed.

      Copyright may be omni-present, but this does not make it a viral license, under the commonly accepted definition.

      -a

    46. Re:lawyers by mpe · · Score: 2

      You're leaving out a very important point: The author is the one who decides to use GPL, and so it is the author who 'takes' these rights from himself.

      The author had a free choice about using GPL code or not.

      As for incorperating GPL code into your proprietary software, that would be theft on your part unless you either abide by the GPL, or negotiate an alternate license with the author.

      Actually "copyright infringement" which isn't the same thing, however much the large media companies might like it to be.

    47. Re:lawyers by mpe · · Score: 2

      The point is: without a license of some sort, you have NO permission to use the existing work in any way, not to copy, not to quote, not to use to derive new work from.

      The only way would be to claim "fair use", but if you were using the copyright material directly in a commercial product that probably wouldn't hold up.

    48. Re:lawyers by mpe · · Score: 2

      authors of works released under the GPL grant it on condition that you do the same for your work. You might find the price too high,

      Against this would be what is the likely value of the code you have produced, possibly not that much on its own (especially in the case of a driver) and what it would cost you to use (including writing from scratch) non GPL code for the rest of your program.

    49. Re:lawyers by mpe · · Score: 2

      Of course that's true, but you ignore the whole reason why a company might not want to release their code under the GPL, which is that they don't want to give other people rights to their code.

      The situation would only happen if they wanted to incorporate GPL code, most likely to cut their own development times and costs, in the first place. (N.B. they can freely use any GPL licenced software which functions as a "tool" without any licencing issues.)
      If they don't like the "price" of using GPL code in their software product, then they can alternativly write the whole thing from scratch, licence some proprietary code or get in contact with the author(s) of the GPL code they want to use.
      Though to be honest considering driver code to be "valuable" looks more like some dogma about proprietary software being universally good than anything else.

    50. Re:lawyers by paulbd · · Score: 2

      The license allows the copyright holder to grant some rights to others, and also to take some away. The fact that the license is entered into voluntarily doesn't negate this fact; when you accept the terms of the GPL you are granted some new rights, but the license also strips some of your existing rights.

      The license does not permit the removal of rights from the grantee. Before the license is issued, the would-be grantee has no rights except for fair use. After the license is issue, the grantee has rights to use a copyright work subject to conditions imposed by the grantor.

      If the grantee believes that her rights have been removed because they now have to release their own derivative work under the GPL, they have a very simple remedy: stop using the original copyright work. I don't think that you could find a court in the country, including the court of public opinion, that would hold that me giving you use of my copyright work in exchange for an agreement from you that you release your own work in the same way has "stripped away some rights". You have gained a new right, and agreed to follow certain practices. If you change your mind about that agreement, you lose the new right i gave you, but there nothing is nothing i can do to stop you from backing out of the agreement. its just that when you do, you have no rights (except fair use) to my copyright work in any way. your choice.

    51. Re:lawyers by sjames · · Score: 2

      How many Slashdotters complain about the evil DMCA that takes away their rights

      Had I enacted the DMCA against myself, I would have no room to complain about it. That is not the case.

    52. Re:lawyers by sjames · · Score: 2

      So what you're saying is that your definition of "viral licensing" is better than the standard one...

      You will note upon re-reading that I did not claim copyright to be viral. I said it is beyond viral.

      In fact, I stated that it's ubiquity makes viral a poor description of it. It would seem you want me to compare and contrast without trying the various descriptions on for size or speaking about one in contrast with another!

    53. Re:lawyers by ajs · · Score: 2

      Okay, fine. If you want to mince words then I admit it: The GPL is only viral if you try to sell or publish software. Pretty much all the people who have called it viral represent companies that sell software.

      And do those people acknowledge that the MIT/X license, the MPL, the Artistic license, the BSD license, the GPL and every other license that doesn't start off with "you don't own this, we do, screw you" is exactly the same in this respect?

      The point I'm making is that the license is not viral. Copyright law sets up the propagation rules.

      You don't have a problem with the propagation, you have a problem withe the license. You don't like the fact that the license requires of you a set of behaviors that are incompatible with a certain business model.

      That's cool. I understand. That's not in any way whatsoever viral. Restrictive, yes. The GPL is restrictive. It constrains you to either a non-business mode or a business-mode in which you do not rely on secrecy and restraint of distribution for profit.

      If those two things are in your plan, you have a plan that is not compatible with the GPL. If getting source is in your plan, you have a plan that is incompatible with most proprietary software. If you have a plan that is not compatible with keeping the copyright/license notice intact in the source, your plan is incompatible with the BSD and MIT/X license.

      These are incompatibilities of business plans. They happen all over every industry. A lot of the GPL-oriented businesses are banking on the idea that their business models are not only compatible with the GPL, but that they can change the way a lot of people deal with software. You don't have to be one of those businesses.

    54. Re: lawyers by isorox · · Score: 2

      You must first intentionally "have sex" with a GPL'd product (using an editor and a compiler!)

      If you type with gloves on are you safe?

  2. Linus allows an exception for device drivers by LordNimon · · Score: 5, Informative
    You may need to dig up the reference from some mailing list archive, but Linus Torvalds himself has said that he will allow binary-only drivers, as long as they're loadable modules, to be distributed.

    It all boils down to the concept of "derivative work". Is a device driver a derivative work of the kernel? My opinion is no, but only the courts can truly answer that question, and no one has asked them yet.

    --
    And the men who hold high places must be the ones who start
    To mold a new reality... closer to the heart
    1. Re:Linus allows an exception for device drivers by ch-chuck · · Score: 5, Informative

      One example of this was the Proxim RangeLAN wireless drivers - the author Dave Komacke works at Proxim, and was able to distribute a binary-only module for Linux. Worked fine for me. Web Page here.

      --
      try { do() || do_not(); } catch (JediException err) { yoda(err); }
    2. Re:Linus allows an exception for device drivers by strredwolf · · Score: 5, Informative

      The Linux Kernel Mailing List has a FAQ on such drivers (including NVIDIA). I think it's question #19 where you can access the actual posts.

      --

      --
      # Canmephians for a better Linux Kernel
      $Stalag99{"URL"}="http://stalag99.net";
    3. Re:Linus allows an exception for device drivers by jaa · · Score: 2, Interesting

      GCOM's whitepaper captures part of this response.

      --

      Never meant half of the things I said to you. So you know, there's a half that might be true - G. Phillips

    4. Re:Linus allows an exception for device drivers by wfrp01 · · Score: 5, Informative

      Linus Torvalds himself has said that he will allow binary-only drivers, as long as they're loadable modules, to be distributed.

      That's been a long standing supposition. However, lwn recently ran an article in which Linus' view on this matter doesn't seem to support this point of view:

      There is NOTHING in the kernel license that allows modules to be non-GPL'd. The _only_ thing that allows for non-GPL modules is copyright law, and in particular the "derived work" issue. A vendor who distributes non-GPL modules is _not_ protected by the module interface per se, and should feel very confident that they can show in a court of law that the code is not derived.

      and also

      The original binary-only modules were for things that were pre-existing works of code, ie drivers and filesystems ported from other operating systems, which thus could clearly be argued to not be derived works, and the original limited export table also acted somewhat as a barrier to show a level of distance.

      --

      --Lawrence Lessig for Congress!
    5. Re:Linus allows an exception for device drivers by budgenator · · Score: 2

      And you never know who will be behind the question. Some laywer could take a case on contingency, while getting significant behind the scenes support from an enemy of open-source software.

      It will not be up to Linus, it'll be between the distributer, reciever and what the courts and the lawyers come up with. GPL'd Embedded systems could be particualry sticky in court, it's probably easier to get a judge or jury to understand seperate files on a disk than on a rom file system.

      Maybe Demiurg's company sould consider one of the BSD OSes

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    6. Re:Linus allows an exception for device drivers by JoeBuck · · Score: 2

      Since Linus does not require others to assign copyright to him, he does not have the power to grant an exception to the GPL on behalf of the other kernel authors.

      Also, in more recent messages Linus has backed off of his earlier statements; he's now saying that a binary-only driver might well be a GPL violation, depending on a number of rather fuzzy criteria.

    7. Re:Linus allows an exception for device drivers by OSSturi · · Score: 2, Insightful

      Oh, and I think that this could be a solution to your problem. Write your driver, compile it as a binary with your compiler that allows the use of it's libraries with proprietary products. Then write some interfacing code that probably has to be compiled with the kernel and makes things loadable as a module. Make the interfacing code free (GPL). The binary part with your valuable (?) driver code doesn't contain any GPL code for sure and interoperability with the kernel can be maintained by modifying the code layer inbetween the two.

    8. Re:Linus allows an exception for device drivers by 0x0d0a · · Score: 3, Insightful

      Two posts (parent and grandparent), neither of which links to any comments, which claim that a second person flatly contradicts himself. Lovely.

      Why the hell can't you people find links, anyway?

    9. Re:Linus allows an exception for device drivers by DunbarTheInept · · Score: 2
      A vendor who distributes non-GPL modules is _not_ protected by the module interface per se, and should feel very confident that they can show in a court of law that the code is not derived.
      That last statement proves that it IS possible to have your module not be GPL-infected. Otherwise there'd be no point to having to "feel very confident that they can shoud in a court of law that the code is not derived", since such a thing would be moot if the GPL (technically LGPL in this case) was "virally" infecting said code just by it's very presense somewhere near the kernel.
      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  3. Why necessarily slower in userland? by drinkypoo · · Score: 5, Informative

    Why is a userland driver on linux necessarily slower? Shouldn't a well-written user space driver at an appropriate priority level be just as fast as a kernel driver? And if not, why is this slow on linux but fast on some other operating systems, and what can be done to fix it?

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  4. Tried asking the FSF or lkml directly? by StandardDeviant · · Score: 5, Insightful

    Seems like you might get good info by directly talking to the FSF or linux kernel mailing list... I'm sure some people would piss and moan about binary this and proprietary that, but in the end I think you'd find more people eager to help expand linux's reach in an optimally efficient manner. IIRC the FSF's head legal eagle is a guy named Eben Moglen (there was something posted on /. just yesterday that involved his name, again IIRC.) Personally, although IANAL, making something available for public download from a website sounds pretty much like "distributing" something. True, the user has to decide to download it, but then again your users would have to decide to buy your particular widget (thus potentially getting the linux driver) also...

    1. Re:Tried asking the FSF or lkml directly? by cscx · · Score: 3, Funny

      I'm supposing all the FSF will tell him is that when he's done his company's gonna have to call it GNU/EmbeddedDevice.

    2. Re:Tried asking the FSF or lkml directly? by greenrd · · Score: 2
      Seems like you might get good info by directly talking to the FSF

      They'll probably recommend that you release the driver as Free Software in the first instance.

      And why not? You've got to weigh things up here: is the puported competitive advantage gained by hoarding your source code more important than the loss of efficiency involved in writing a userspace driver?

    3. Re:Tried asking the FSF or lkml directly? by JoeBuck · · Score: 3, Informative

      The FSF will tell you, if you ask, that they believe that the GPL applies to all code that is designed to be linked into the same executable as GPL code, and that kernel modules appear to be linked into the same executable. But they will also tell you that they don't hold the copyright to the Linux kernel and that the copyright holders are the only people with the power to come after violators, or to grant exceptions.

  5. Distribution Method by ShadowFlyP · · Score: 5, Insightful

    Nvidia and others do "distribute" binary-only drivers. Just because they don't actively send out CD's with their drivers does not mean they do not distribute them. Under the GPL both methods are concidered a distribution. As far as writing drivers, as long you use the driver module method and do not need to directly change any preexisting kernel code, I do not believe there is any problem at all. That is how Nvidia and others can get away with that.

    1. Re:Distribution Method by scenic · · Score: 2
      Even more to the point, Dell preinstalls the NVidia driver one their preconfigured Linux boxes with NVidia video cards. We have one in the office, and it had the NVidia binary drivers installed.

      That's distribution by the poster's question.

      Sujal

      --

      politics, food, music, life: FatMixx

    2. Re:Distribution Method by Abcd1234 · · Score: 2

      Okay, this post made absolutely no sense. The whole idea of being "out of compliance with the GPL" is nonsense, completely. There is nothing stopping them from packaging Linux and their driver together and distributing them. The GPL, under which the Linux kernel is placed, states that if they distribute the Linux kernel, they have to provide source... for the kernel! Same goes for any other *GPL* covered software. Their code, however, is non-GPL... so they don't have to release source for that. As well, Linus himself has stated that binary drivers which are linked to the kernel do not "inherit" the GPL. Does that mean they can't package GPLd and non-GPLd code together? Of course not! Plenty of distributions have done this in the past (Redhat has demos of various closed source apps, IIRC, as part of the CD package). The GPL applies only to the code it's been applied to (along with derivative works, etc... and no, "derivative" does not include being packaged together on the same CD).

    3. Re:Distribution Method by sydb · · Score: 2

      No. If they have violated the GPL then the drivers must have been derived works of Linux (otherwise they wouldn't be in violation), therefore they couldn't distribute the drivers.

      If the drivers aren't derived works then they can distribute driver+Linux under the auspices of 'mere aggregation'.

      Not only that, if they were in violation of the Linux license then I think they couldn't use Linux to develop their proprietory driver.

      --
      Yours Sincerely, Michael.
    4. Re:Distribution Method by sydb · · Score: 2

      The GPL places no restrictions on anything. It gives you rights. In particular, when you violate it, it's just as if you were never granted a license. The rights you have are then restricted by simple copyright law. You can't copy it.

      Whether this prevents you simply 'using' the copyrighted material I'm not sure; it may very well (can't copy from CD onto hard drive; can't copy from hard drive into memory).

      But even if you can 'use' (as an end-user) the copyrighted material in some way, how can you use it do develop a driver?

      And if you don't need Linux to develop the driver, then the driver is not a derived work and the question is void.

      --
      Yours Sincerely, Michael.
  6. What exactly are you trying to keep secret? by Brian+the+Bold · · Score: 5, Interesting

    You need to look at exactly what parts of your hardware a GPL'd driver source would reveal, and whether there is really any need to avoid a GPL'd driver for this reason.

    Only the people who know what the hardware does and why the features in question need to be kept secret can make this decision.

    --
    -- BtB
    1. Re:What exactly are you trying to keep secret? by misterhaan · · Score: 3, Insightful
      this is the same reason device drivers are free. granted they're often only available in binary form, but if i get a piece of hardware by itself i can just go download the driver from the manufacturer (if i can find it).

      if you're a hardware company, then until everyday people copy your hardware, there is no need to place restrictions on device drivers. even opening up the source in most cases will not hurt your company, unless you're trying to protect how the device communicates.

      if you're selling hardware, sell the hardware. give away the software--it's no good without the hardware anyway.

      --

      track7.org has all kinds of interesting stuff!

    2. Re:What exactly are you trying to keep secret? by pythorlh · · Score: 2, Insightful
      Some embedded processors run on a very low margin. If some piece of your code enables a performance increase that is essentially independent of the hardware, you need to keep that code away from your competitors for as long as you can.

      Imagine an automobile engine computer. Some piece of code you devise allows you to pinch out an extra 5 miles per gallon by adjusting the performance of the engine. Now if you're required to open-source the code, every one of your competitors will have that same code in their next version. If you don't, you've got 6 months to a year before they figure out how you did it. And your higher efficiency gives you a market edge.

      --
      Do not confuse duty with what other people expect of you; they are utterly different.Duty is a debt you owe to yourself.
    3. Re:What exactly are you trying to keep secret? by Jaeger · · Score: 4, Insightful
      if you're selling hardware, sell the hardware. give away the software--it's no good without the hardware anyway.
      I personally agree with you, but I can see two reasons why companies might think this is a bad idea:
      • Suppose most of the interesting work takes place in the driver (as in the case of a software printer or modem -- although I imagine this could be the case in other devices as well). The driver then provides an emulation layer between the rest of the operating system and the hardware. Some enterprising clone maker could easily throw a DSP, a transformer, and an RJ-11 jack on a PCI card, copy the driver, and sell a software modem for far less than the original manufacturer.
      • There are plenty of companies in the world who still think that it is possible to ship a device that cannot be reverse-engineered, and that any additional information released to the general public is additional information that the Asian clone manufacturerers will use to screw them in the marketplace. They ignore the fact that said Asian clone manufacturerers have enough manpower to disassemble their drivers line-by-line and pour over wall-sized X-ray blowups of their chips to reverse-engineer the silicon at a transistor level. The only people they're hurting in this situation are those who use free operating systems -- and, by extention, their own market share, because those who use free operating systems won't buy their products.
    4. Re:What exactly are you trying to keep secret? by John+Hasler · · Score: 2

      > If some piece of your code enables a performance
      > increase that is essentially independent of the
      > hardware, you need to keep that code away from
      > your competitors for as long as you can.

      If it is independent of the hardware it need not be in the driver and therefor the GPL question does not apply to it.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    5. Re:What exactly are you trying to keep secret? by 0x0d0a · · Score: 2

      And, of course, there's always the third point -- device manufacturers don't want you to know how much of the lifting your CPU is actually doing. A lot of devices, in today's market of fast-as-hell CPUs and ultra-cheap devices, offload anything they can get away with (and some they probably shouldn't) onto the CPUs.

    6. Re:What exactly are you trying to keep secret? by metamatic · · Score: 2, Insightful

      I just had a vision of a bunch of Asian engineers so excited that they would "pour over" x-ray blowups of integrated circuits.

      Sorry.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    7. Re:What exactly are you trying to keep secret? by photon317 · · Score: 2


      I mostly agree with you, but there are exceptions. Nvidia is a classic case where you can't very well argue that they should opensource their drivers. Your arguments are valid for the peices of their driver code that basically copy memory around and access chip registers, but there's another very large part of the driver which handles OpenGL acceleration stuff. Working with the same OS, and having a clone of NVidia's hardware, a competitor would still be seriously lacking in performance, conformance and stability if they didn't have Nvidia's driver. That driver has a lot of voodoo in it for efficiently doing 3d graphics that's not entirely directly related to accessing hardware I/O on the card.

      In situation's like Nvidia's, where if ATI saw their driver source code they could readily apply lessons learned to their own driver and reap benefits, it makes sense for nvidia to keep it closed.

      --
      11*43+456^2
    8. Re:What exactly are you trying to keep secret? by mpe · · Score: 2

      if you're a hardware company, then until everyday people copy your hardware, there is no need to place restrictions on device drivers. even opening up the source in most cases will not hurt your company, unless you're trying to protect how the device communicates.

      You may ever sell more hardware, since even people with systems you havn't provided your own drivers for will still be able to consider using your hardware.
      If anyone really wants to find out how your hardware communicates with a bus they can do so.

    9. Re:What exactly are you trying to keep secret? by mpe · · Score: 2

      Working with the same OS, and having a clone of NVidia's hardware, a competitor would still be seriously lacking in performance, conformance and stability if they didn't have Nvidia's driver. That driver has a lot of voodoo in it for efficiently doing 3d graphics that's not entirely directly related to accessing hardware I/O on the card.

      Having a binary only driver strops it being cloned exactly how? You don't think it might be possible to work out this "voodoo" by looking an the binary.

      In situation's like Nvidia's, where if ATI saw their driver source code they could readily apply lessons learned to their own driver and reap benefits, it makes sense for nvidia to keep it closed.

      What stops ATI buying a Nvidia card retail and examining exactly what the driver does?

    10. Re:What exactly are you trying to keep secret? by photon317 · · Score: 2


      I know all about reverse engineering software. It's hard, and not giving away the source makes a big difference. If you throw enough resources at it you might glean a small amount of data, but it's a monstrous task to really get the original source back and understand it like you would with the original source. As a testament to this other than my opinion: why do you think the Wine guys haven't already reverse-engineered all the core windows dlls and made wine work perfectly? They do do thinsg like that, but it is very rough and unpredictable work. They've been hacking on Wine for a long time and it's still fairly unusable except for a few key things that have been focused on.

      --
      11*43+456^2
  7. not revealing intellectual property versus GPL by John_Sauter · · Score: 5, Interesting
    I suggest you divide your code into two parts. Write a device driver which does not reveal any of your secrets but provides support for your application, which uses the device driver to interface to your device but need not be licensed under the GPL. Put all code that would reveal any important secrets into the application.


    John Sauter (J_Sauter@Empire.Net)

    1. Re:not revealing intellectual property versus GPL by JoeBuck · · Score: 3, Informative

      While IANAL, I've been dealing with GPL issues for a dozen years now, most recently as a member of the GCC steering committee.

      This (dividing the work into pieces) could be legitimate if the GPL portion's interfaces are generally useful. For example, this is the origin of XEmacs, which was originally Lucid Emacs. Lucid, the company, designed Lucid Emacs to be the front end to a proprietary software development system, but the editor was useful as a standalone tool so this was legit. When Lucid went broke, Lucid Emacs became XEmacs.

      But if the GPL module is only useful as an interface to the secret, proprietary code, and does a lot of secret, mysterious things that no one knows how to use, courts would probably treat the whole thing as one work. At least Eben Moglen has argued this in the past, to people who tried similar tricks to get around the GPL (successfully enough to get them to back down, though such cases haven't been to court yet).

      An example of something that's clearly legit is a kernel module that is itself under the GPL, that loads a program into a processor (say, a DSP) that sits on some peripheral card. It might come with only the object code that is to be loaded on the card. But the DSP program and the kernel are two completely separate programs, and in principle you could load a different program instead.

      I suppose the kernel module could talk to a userspace program, and if the interfaces between the two were clearly documented one could argue that they are independent enough to pass GPL muster. Of course the lines are fuzzy. But it isn't just the law that matters, for the fuzzy cases it suffices if the copyright holder thinks it's ok, because the copyright holder is the only one with standing to sue you.

      This is why it's a problem that Linus doesn't ask for copyright assignment, because no single individual has the power to assure you that something is OK and have it stick. For FSF software, it suffices if RMS says it's OK.

    2. Re:not revealing intellectual property versus GPL by Alien+Being · · Score: 2

      That would be nearly equivalent to the userland driver he described.

    3. Re:not revealing intellectual property versus GPL by sigwinch · · Score: 2
      But if the GPL module is only useful as an interface to the secret, proprietary code, and does a lot of secret, mysterious things that no one knows how to use, courts would probably treat the whole thing as one work.
      Nah, copyright doesn't care whether something is useful, only whether it is creative and tangible. You're perfectly free to create GPLed works that are totally worthless. The questions to as are:

      1. Is the proprietary part clearly separated from the GPL part? If you cannot tell where one ends and the other begins (e.g., static linking), they are a single work, and thus the result is covered by the GPL. If they are separate files in a filesystem, they can have different licenses.

      2. Does the proprietary part contain any GPLed code? (E.g., kernel header files were included during compilation.) If the answer is "yes", then the GPL applies to it. On the other hand, if the proprietary module includes only original code, it can have any license you want.

      So: if you want to have a binary driver, make sure every single line of it original work, and use it as a loadable module.

      --

      --
      Kuro5hin.org: where the good times never end. ;-)

  8. Protect? by OttoM · · Score: 5, Insightful
    Why should a hardware company protect the driver? If you make a quality, high performance driver, more people would want to buy the hardware. If you make a lousy, slow driver, not many people would buy the hardware to use on Linux.

    So you your company should go for the best possible driver, to increase hardware sales. If that means GPL'ing the driver, you can also benefit from the expertise of a lot of developers.

    1. Re:Protect? by Wolfier · · Score: 2

      Then why GPL at all? I'm sure the community has disassemblers, debuggers, emulators and logic analyzers to dissect the interface.

      The issue is, obfuscation DOES contributes to protection - at least in this case - theoretically you can always dissect the interface, hiding it permanently is NOT the goal - You only need to delay your competitors doing so until you roll out your next generation product.

      The Anonymous Coward does have a point. Closed source drivers DO delay competitors from discovering hardware trade secrets.

    2. Re:Protect? by Anonymous+DWord · · Score: 2

      it's great for all of us users, but for the company in the lead *cough*Nvidia*cough* it would suck.

      Yeah, sure would. Some company like ATI might bring out a card that stomps anything that NVidia has *cough*Radeon 9700*cough*. All the drivers in the world couldn't make NVidia catch up to that with what they have out now.

      --
      "If he thinks he can hide and run from the United States and our allies, he's sorely mistaken." Bush on bin Laden
    3. Re:Protect? by Anonymous Coward · · Score: 2, Informative

      My company has experience in this. I am in the group that writes Unix and Linux drivers for our hardware products.

      We have released the Source al'la GPL and we will, thanks to our experience, never do that again. There is no problem in our case with intellectual property, it is a problem with support costs. We committed to support of our Hardware under Linux.

      The problem arose when the source was released and people wanted higher performance. We have a group of highly talented (highly paid) people who have a combined experience of about 50 years writing low level system code and drivers. In addition, they have free access to the hardware engineers who designed the products.

      Long story short, some snot-nosed high-schooler "optimized" the driver and broke about 50 things in the process. The calls to our help desk were non-stop. We had to advise customers to back down the changes. This was very confusing to them since they did not understand that the "optimized" driver was not written by us. And they all wanted to know what was wrong with our hardware. It cost my company a ton of money.

      What needed to be protected in our case was the protocol to speak to the hardware. We only wanted to support our driver, not all deriatives of that driver. Consequently, my management will probably never authorize such a move again.

    4. Re: Protect? by Antity · · Score: 2

      well, say you have two products. one product costs $500 and is the budget version and another product is $1000 for the "high-end" version. Now both of these products are actually the same, the only thing that separates them is the driver for the device.

      That would be a product which is "development-broken-by-design".

      If it's really just a difference in drivers, just copy the high-end product's driver. (I don't say "do this"; I'm trying to point out that if it's possible, it will be done.)

      It's the difference between -- say -- sell a 1394/Firewire card for EUR 50 and selling the same card including Adobe Premiere, MPEG software codec, DVD authoring tools, ...

      Because you can copy software easily.

      One poster wondered why not everyone gives out his source code for drivers, because it wouldn't matter what it does - you'd still need the hardware to actually use it -

      Wrong. For example, many Taiwanese and Chinese manufacturers would be happy to adapt somebody other's drivers, since copying the hardware is the easier part for them.

      --
      42. Easy. What is 32 + 8 + 2?
    5. Re:Protect? by istartedi · · Score: 3, Interesting

      Why should a hardware company protect the driver

      Imagine that company A's driver code contains a function that writes to a FIFO buffer. Company B looks at it and says "Eureka! Their cards are better because they use a FIFO buffer for that." The next version of Company B's card uses a FIFO buffer.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    6. Re:Protect? by DunbarTheInept · · Score: 2

      Executable binaries *ARE* source code - in machine language. The difference between a *.c file and a list of machine language program code is not one of classification, but of degree. They both require specialized training to understand. They both are completely unfathomable to the casual observer who hasn't studied them. The only difference is in the degree of the obfuscation, not that such obfuscation exists.

      And on that topic, There were once legit uses for C code obfuscation - companies would sometimes find themselves in a position where they HAD to release source for a technical reason, but they didn't want that source to be human readable, so they'd run an obfuscater on the code that would do things like remove all the whitespace, break lines at random
      places, transform variable names into gibberish strings, and so on.

      Is that really enough obfuscation to legally count as not being source code anymore?

      Where is the legal definition of that line drawn? I'll tell you where - nowhere - because the lawyers who deal with these issues don't fully understand what they are regulating.

      IANAL, but for those who ARE, how do they deal with fuzzy situations like this, where even the technical people can't really come up with a strict definition of where to draw the line. (This also is why the plan to split Microsoft into OS and App companies was doomed from the start - you can't even get a precise definition of what is and isn't core functionality the OS should have. Technically, in Windows the entire desktop gui is an application called EXPLORER.EXE and not really a low-level OS component. But I don't think anyone, even people like me who hate Microsoft, would think it fair to force them to pull that program out of the OS distribution. While it's not technically part of the OS in the strictest sense, neither is stuff like the UNIX "ls" command, but everyone sort of expects it to be bundled with the OS.

      This same problem exists in the DMCA, where it makes no provision for how cryptic a thing must be before running a program to transform it into something human readable counts as an act of "decrpytion". Technically every plain ascii text file is "encrypted" in a code known as ASCII that replaces letters with single-byte numeric codes, and every time you pull it up into a text file viewer you are "decrypting" it into human-readable form. Granted, it's a pretty *BAD* encrpytion algorithm, with many programs out there that can decrypt it, but then again so are a lot of the things that ARE protected by the DMCA, like the DVD CSS algorithm.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    7. Re:Protect? by bolthole · · Score: 2

      I guess your problem was in trying to support linux yourselves with the GPL driver. You should have just released the source, said, "This is unsupported", and then refused to take any support calls for linux.

      you then have nice limited support costs when it comes to linux.

    8. Re:Protect? by mpe · · Score: 2

      well, say you have two products. one product costs $500 and is the budget version and another product is $1000 for the "high-end" version. Now both of these products are actually the same, the only thing that separates them is the driver for the device.Sounds like the manufacturer is enguaging in some shady practice. Like having the same hardware with different firmware at different prices, trying to hide how much a piece of hardware uses the CPU, optimising for benchmarks, etc.
      If someone works out that they can use the high end driver with the cheaper product, then tough luck.

    9. Re: Protect? by mpe · · Score: 2

      many Taiwanese and Chinese manufacturers would be happy to adapt somebody other's drivers, since copying the hardware is the easier part for them.

      An interesting claim, considering you need access to quite a bit of expensive hardware to copy hardware. If you copy the hardware then a binary copy of the driver will be fine. Anyway you don't need the source to be able to alter or reverse engineer a driver.

    10. Re:Protect? by mpe · · Score: 2

      The issue is, obfuscation DOES contributes to protection - at least in this case - theoretically you can always dissect the interface, hiding it permanently is NOT the goal - You only need to delay your competitors doing so until you roll out your next generation product.

      You also delay yourself, since you need to write and debug obfuscated code...

    11. Re:Protect? by mpe · · Score: 2

      The other protection offered by binary only is legal protection. If release the code into the public domain you will have little recourse when a competitor uses it to reverse engineer your hardware.

      The GPL is not public domain

      If you release a binary and your competitor disassembles it you would have a greater chance at legal recourse.

      How are you going to prove to a court that someone took your binary, disassembled it and used it as an example to write their own driver? Even if they were to simply decompile it then recompile it, after changing any obvious like a copyright statement, it may well well wind up quite different.

    12. Re:Protect? by Wolfier · · Score: 2

      >How are you going to prove to a court that
      >someone took your binary, disassembled it and
      >used it as an example to write their own driver?
      >Even if they were to simply decompile it then
      >recompile it, after changing any obvious like a
      >copyright statement, it may well well wind up
      >quite different

      Of course you can't prove it. On the other hand, how are you going to prove to a court that if someone took your GPL code, changed some obvious like a copyright statement or some loop variables and release it?

      Both are equally difficult so the legal protection point is moot.

      However, which one is more difficult, decompile the binary, or read your GPL code? That's the point. Obviously decompiling the binary is MUCH more difficult.

      As long as it achieves the goal of temporary protection through technology, binary-only device drivers serve a good purpose.

  9. Easy solution by dsaxena42 · · Score: 2

    This is a really simple problem to solve.

    You create a binary only, non-GPL driver and only
    provide it as a module in your device's filesystem that gets immediatelly loaded by your custom init scripts.

    If this driver is needed before your userland can fully initialize (for example, it's a custom disk device...ICK), stuff it into an initrd, boot from initrd, load the driver,and then pivot_root over to the real userland and run your init.

    As of today, non-GPL binary only driver modules are perfectly acceptable. As long as you do not directly link into the static kernel binary, you do not have to GPL your driver. No legal issues at all.

  10. The counterexample is NVidia by Isle · · Score: 5, Insightful

    Ask your lawyer how distributing something over the internet is not distributing?

    NVidia are distributing binary-only drivers. They do a trick however, where the code that needs to be loaded into the kernel is (L)GPL, and then this cpde interfaces their binary driver. This both allows a buffer to the GPL code but also to support various different versions of the kernel with the same driver.
    Moreover it allows for a lot of naive trolls claiming that Nvidia is distribting the source-code because they have seen this little module.

    1. Re:The counterexample is NVidia by Isle · · Score: 2

      1. Do you refer to Nvidia as they or it?
      I use they .

      2. Do you say they are or they is?
      I say they are.

      Sorry for being a smartass; I know americans say it differently, but my english dictionary says both forms are correct when using a company-name. I just like to see a company as a group of people and not an entity.

    2. Re:The counterexample is NVidia by fscking_coward_2001 · · Score: 2, Funny

      Sorry for being a smartass
      I don't really believe you're sorry.

      I like to see myself as a group of people. But that's another story entirely.

    3. Re:The counterexample is NVidia by Alan+Cox · · Score: 2

      Actually the LGPL bit isnt a buffer. The GPL explicitly says that GPL+LGPL becomes GPL. so GPL+LGPL becomes GPL+Nvidia binary.

      Nvidia's driver (though I loathe it) probably is not a derivative work. Having picked apart bits of it its the sort of code you could move to another OS in a week, and I guess they may well use mostly the same code on Windows.

      So is 400K of binary which uses the minimal generic set of os functions a derivative work or a seperate work. NVidia's legal people clearly think its the latter

    4. Re:The counterexample is NVidia by DunbarTheInept · · Score: 2

      This is one place where the British way is less logical than the American (there aren't many, I'll admit). In American usage, a group that wants [Note, "group that wants", not "group that want"] to be referred to as plural just has to pick a plural noun for their name. So for example, when watching sporting events here you'll hear phrases like "The Dallas Cowboys *are* coming onto the field.", but also phrases like, "The Milwaukee Wave is coming onto the field." - The usage depends on what sort of name the group is using for itself. The British way of sometimes using a singular noun as if it was plural when it refers to a group is a bit illogical to me because it requires knowing contextual information beyond what part of speech the word really is. To me this seems like a breackdown of the well ordered layer between grammar and semantics. Consider: is this grammar correct: "Slipknot are hard to get out."? Well, in British usage you can't tell yet, because I might be talking about it being difficult to remove a certain type of knot, in which case my grammar was wrong, or I might have been talking about the band called "Slipknot", and complaining about how they just won't seem to leave, in which case my grammar was correct.

      To my logical mind, this is unneccessarily messy. Just say that plural nouns are plural, and singular ones are singular and be done with it.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    5. Re:The counterexample is NVidia by bolthole · · Score: 2

      That should read, "In American, yes. In English, no".

  11. Context switches. by cduffy · · Score: 5, Informative

    Why is a userland driver on linux necessarily slower?

    See subject.

    And if not, why is this slow on linux but fast on some other operating systems, and what can be done to fix it?

    No operating system can have userspace drivers without context switches. Some OSes have very low context switch times and *do* put all their drivers in userspace (which has a number of very big advantages I'm not going into right now) -- but they still, unavoidably, pay some performance penalty for doing so.

    1. Re:Context switches. by frohike · · Score: 2

      Context switches are indeed something that will slow down any user mode driver because you can't poke directly into the client program's address space, unless of course you _are_ the client program as well as the driver. You can also get interrupt during I/O which can be a bad thing. There are myriad other things that it will slow down however. For one, you can't hook interrupts in a Linux userland program last time I checked. Thus any device driver that wants to receive interrupts must at least make a presence of some sort in the kernel (even if it just delivers signals to a userland program at interrupt times). Also you can't tinker with internals like the scheduler and block caches, so you may be wasting resources you would have had access to there. There are probably more things that someone more experienced specifically in Linux kernel hacking could tell you about.

    2. Re:Context switches. by nathanh · · Score: 2

      It's not just context switches. You will probably be forced to copy data between user and kernel space. And you won't have access to internal kernel APIs, so certain problems will simply be unsolvable.

    3. Re:Context switches. by evbergen · · Score: 2

      Hold your horses, there. It's not context switches in themselves that make IPC inefficient, it's the address space switches, which empty your CPU's TLB.

      Context switches among threads can potentially be very cheap, especially if the switch is not initiated by an interrupt (which would always switch to the kernel initially, before it can schedule a different thread).

      It would be great if we'd have a non-application specific way (i.e. not dlopen) to load another image in a certain process' address space and relocate it, DOS-style, and creates a new thread for it. As long as neither application does anything stupid, you won't notice a thing.

      That way, for a high speed webserver you could choose to put Apache, your userspace TCP stack, your userspace NIC driver, your userspace SCSI driver and your filesystem driver all in the same process space.

      If the open, read, write, close functions of those drivers whould then be implemented using a good IPC channel, that uses local memory when talking to a thread in the same address space (think skbufs inside the kernel) and shared memory or ordinary pipes when talking to other processes, you would be completely free to define your system's compartmentalization.

      For differently configured systems, you would only put your TCP/IP driver and your NIC driver in the same address space, and you keep your SCSI driver and filesystem in another.

      So, applications using those drivers /outside/ their address space will incur the address space switch penalty for every call to them. But if you choose to run them in the same space, then you don't; context switches are theoretically just as nonexpensive as a setjmp()/longjmp(). It's just "slightly" less safe. If the application crashes, its drivers crash too.

      It's perhaps a bit radical, but it would give the best of both (microkernel and traditional) worlds, with the ability to choose your own memory protection barriers. QNX has been doing something similar for a while as well; although it still require the application to explicitly load another image (which must always be a shared library, i.e. position independent code, no relocation is done), instead of allowing applications to remain unaware of their actual configuration (shared space or not). It does run the Unix API through a message passing channel though, and all drivers and filesystems are purely user space.

      Seriously though. The only things missing for good userspace drivers in Linux is a way to open /dev/irq/1 so that you can select() on it, and a modern version of the Unix pipe (one that supports atomic messages and transports them either using zero-copy local memory, shared memory or copying), so that the open/read/write/ioctl/mmap/select/close API can be implemented through it.

      --
      All generalizations are false, including this one. (Mark Twain)
  12. Not sued != legal by amorsen · · Score: 5, Interesting

    The fact that NVIDIA and Rational have not been sued does not imply that they are legally in the clear. There are certainly several kernel developers who have said clearly that the "module exception" invented by Linus Torvalds does not extend to linking to their code. So far they have not sued anyone. Maybe they never will.

    --
    Finally! A year of moderation! Ready for 2019?
    1. Re:Not sued != legal by spitzak · · Score: 2

      Seems like they would have to sue Linus, not NVidea. Linus may have changed the wording against their wishes when using the code. If they did not like the way the kernel was licensed they should not have contributed their code (they could fork it to a "pure GPL" one if they wanted).

    2. Re:Not sued != legal by amorsen · · Score: 2
      People who contribute code to Linux (the kernel) do not give up copyright on that code. It can be debated whether contributing without making a clear statement about the intended license implies that the GPL-with-module-exception or just plain GPL applies. However, several contributors have clearly stated that their work is only available under the unmodified GPL. There is no ambiguity about that. Their code was accepted into the kernel knowing what their licensing choice was.

      The licensing is between the contributor and the licensee. Linus Torvalds is not a part in this contract (except for the parts he wrote). Of course someone could try to say they were led to believe that a different license applied, since Linus Torvalds included the blurb about the module exception, but either way blaming Linus will most likely not get them out of an injunction against distribution of their software. Whether the gains from binary modules offset the risk of legal troubles will have to be decided by each company, of course.

      Another thing to note is that not all parts of Linux (the kernel) were contributed directly to it. Some parts were developed for other projects and then they were included in Linux because their licenses allow it. It seems obvious that the module exception cannot be applied to such entirely unrelated code.

      --
      Finally! A year of moderation! Ready for 2019?
    3. Re:Not sued != legal by spitzak · · Score: 2
      True, but I still think that if Linus included something that did not allow binary modules, and then stated that binary modules are allowed, it really is him that is in trouble, not somebody who believed him and made a binary module.

      In reality everybody is well aware of this, and Linus is now supporting people who don't want their code used by binary modules with the GPL headers that state for the C compiler what interfaces can be called. Therefore Linus has already fixed the problem and is safe.

  13. Get a New Lawyer by CatWrangler · · Score: 2

    With all the lawyers out there, I am sure there is one who agrees with you. If you feel shaky about it, cash out your stock options first, and update your resume

    --

    ---
    When you come to a fork in the road, take it! --Yogi Berra--

  14. He is not a kernel hacker by Daniel+Phillips · · Score: 4, Funny

    In general, do not take advice on how to write a device driver from a laywer. Or, if he/she insists, invite them to write the driver for you. Pay only if it works.

    --
    Have you got your LWN subscription yet?
    1. Re:He is not a kernel hacker by jpvlsmv · · Score: 5, Funny

      He's not looking for advice on writing the driver. He's looking for advice on LICENSING the driver.

      In general, do not take advice on how to license a device driver from a programmer. Or, if he/she insists, invite them to be sued. Pay only if they win.

  15. What are they trying to protect? by CaptainAlbert · · Score: 5, Insightful

    I don't quite see what is lost by releasing a device driver under GPL.

    You get:

    1) an army of geeks who will instantly worship your company and buy your products;

    2) a slightly smaller army of geeks who can actually help you fix bugs in your own product FOR FREE.

    You lose... erm, nothing?

    The only drawback is that the interface to your hardware (register maps etc.) are no longer as secret as they were. Perhaps you're concerned about competitors stealing your ideas based on that knowledge? Well, think about it this way - if they badly want that information, they will already be reverse engineering your products and your binary-only drivers with a debugger and some elbow-grease.

    IMO - you have nothing to lose. Embrace the future... :)

    --
    These sigs are more interesting tha
    1. Re:What are they trying to protect? by anonymous+loser · · Score: 2

      You forgot: ...an army of competitors in the same market who now have your source code which they can use to make their product compatible with your own, while you are stuck spending tons of research dollars on reverse engineering their product to compete.

      The whole reason people don't release source code in the first place is to make it harder for the competition to duplicate the effort that went into developing your technology. For hardware companies it might or might not be as much an issue (depending on the product, etc.), but for software companies this is really important, because (like medicine) you have to spend lots of money up front on R&D and giving away your source code to the competition will definitely shorten the time within which you can recoup those expenses.

    2. Re:What are they trying to protect? by Art+Popp · · Score: 5, Insightful

      Though I agree that those should be important considerations in this company's decision, the dangers involved are neither imagined nor trivial.

      1) In a technology sector where "time to market" is a crucial feature, distributing source for your drivers gives your competition a considerable edge. Everyone reading this who codes will know exactly what I mean when I say that having a known-good chunk of software to modify is vastly easier than starting from #include <linux/kernel.h>. Drivers are, in fact, a bitch to get right. On a device of median complexity you probably save your competitors a month of dev. time by presenting them with all your clever ideas and a working model on which to base their clone. On a truly clever device you may save them several months.

      2) More importantly for some applications, if there are over-broad patents that concern your device, supplying source code can easily make the difference between your opponents having grounds for suit and not having them. Your source code reveals your intent behind your arrays, and the purpose of your function calls. When a lawyer is trying to prove your product is infringing, this is significantly better ammunition than hundreds of lines of debugger output that has to be "interpreted" by their experts.

      An earlier poster had what I'd consider the best suggestion. Embed the secret stuff in your app. If your device supports it, make the kernel driver little more than a tool for getting data quickly in and out of user space. This approach has several advantages, among the better is that I (or any user who mucks about with these things) can then upgrade the kernel and recompile your trivial kernel space driver (say past an unrelated, but nasty bug) without begging for your help. I can do this to fix bugs you haven't encountered and present you with fixes for bugs you can't easily recreate, but others may be suffering from.

      Best of luck.

    3. Re:What are they trying to protect? by ADRA · · Score: 2, Insightful

      "I don't quite see what is lost by releasing a device driver under GPL."

      Maybe his job if an ARMY of geeks contribute to the driver development. The hardware might also be blocked by 3rd party IP.

      --
      Bye!
    4. Re:What are they trying to protect? by droleary · · Score: 2

      I believe you grossly overestimate the army of geeks who will supposedly buy his product.

      Of course, if that were true, I'd question the business decision to support Linux in the first place. If it's not going to lead to increased revenues for the company, it simply shouldn't be on the table. Linux zealots will likely mod me down, but the business people know I'm right.

    5. Re:What are they trying to protect? by droleary · · Score: 2

      You forgot: ...an army of competitors in the same market who now have your source code which they can use to make their product compatible with your own, while you are stuck spending tons of research dollars on reverse engineering their product to compete.

      Why? If they move to support your product, they inadvertently make you the market leader. They also raise issues of their code now having been derived from your code, and thus required to be GPL'd itself. On the whole, no smart competitor would touch anything you put under the GPL.

    6. Re:What are they trying to protect? by anonymous+loser · · Score: 2
      If they move to support your product, they inadvertently make you the market leader.

      The phrase embrace and extend comes to mind. Just because your competitor is compatible with your product does not automatically make you the market leader.

      They also raise issues of their code now having been derived from your code, and thus required to be GPL'd itself. On the whole, no smart competitor would touch anything you put under the GPL.

      Legally this really only applies if the code is *directly* derived from the GPL code, which is very easy to avoid, while still saving lots of money on research and development costs. While you can't cut & paste the code, you can easily see how stuff is implemented, and maybe even make improvements or optimizations the originator was unable to since you have extra development time to spend.

    7. Re:What are they trying to protect? by swv3752 · · Score: 2

      1) In a technology sector where "time to market" is a crucial feature, distributing source for your drivers gives your competition a considerable edge. Everyone reading this who codes will know exactly what I mean when I say that having a known-good chunk of software to modify is vastly easier than starting from #include . Drivers are, in fact, a bitch to get right. On a device of median complexity you probably save your competitors a month of dev. time by presenting them with all your clever ideas and a working model on which to base their clone. On a truly clever device you may save them several months.

      But the GPL also protects you, for when they copy your code, they must use the GPL or you rake them over a barrel in Court. Besides, you only have to give a copy upon request from someone you distributed to. If they have to first buy the product from you, then mail in a request with money for S&H, then you ship out a cd third class postal, there goes that month devel time.

      For (2), in a perfect world it shouldn't matter. In this world however, CYA. However I suspect this is not a major concern.

      --
      Just a Tuna in the Sea of Life
    8. Re:What are they trying to protect? by scharkalvin · · Score: 2

      Perhaps you can wrap an eula around the gpl for your software. Consider this, you release your driver under the GPL under the condition that ONLY the software is covered by the GPL. The end user may NOT copy any details of the hardware reveiled by the code, and such details are under copyright or covered by patent. Consider that if you DO patent any of the details of your hardware, anyone can view your patents anyway (they are public record) so keeping the source code closed doesn't really hide these details.

    9. Re:What are they trying to protect? by fireboy1919 · · Score: 2

      Merely including non-GPL text to be output from a GPL program doesn't make the program non-GPL.

      I think you're missing the point here...that's why it needs to be non-GPL from company's points of view. Merely including a flash code (not text) to be run from a GPL program makes that flash code GPL. The problem with making a driver GPL is that the firmware code needs to be hidden, which is impossible if any part of that driver is under the GPL. Firmware code can often make a DSP's functionality very, very easy to duplicate - more so than software drivers.

      For certain kinds of hardware the work of the company is more in the firmware than the actual hardware. And hopefully, this will be more and more the case (because it makes hardware highly reconfigurable).

      --
      Mod me down and I will become more powerful than you can possibly imagine!
    10. Re:What are they trying to protect? by droleary · · Score: 2

      "If it's not going to lead to increased revenues for the company, it simply shouldn't be on the table."

      Wow, way to be a dogmatically rational business suit. Maybe it hasn't occurred to you that profit can be reaped in other forms than maximizing immediate shareholder value?

      Maybe it didn't occur to you to actually read what I had written. Nowhere did I mention "immediate shareholder value". I said it should turn a profit; didn't say how or in what period of time. It's up to that business unit to show how they think that would happen. Hint: that would not be by saying no Linux geeks are going to buy the product! You fail to grasp I'm actually on your side; I'm just pointing out that the poster had flaws in their reasoning against open source that could be applied to the whole project, open source or not.

    11. Re:What are they trying to protect? by mpe · · Score: 2

      That being said, I can see why companies would not want to release driver source code. I once worked on a project at another company that had a Xilinx chip onboard. On load, the driver would program the chip through it's jtag port. Dunno if I would want people poking around in that. Yeah, it could be reverse engineered...but you'd have to know what you were looking for. With the source it would be a no-brainer.

      This might make some sense with custom hardware, if you are using off the shelf chips there are typically data sheets/books available.

      Betcha NVidia and their ilk have firmware in their drivers. That's probably why they have a bug in their shorts about releasing code.

      Only if they are using off the shelf hardware. Otherwise all you can see is that you have a string of bytes uploaded at the start and after it is uploaded the interface behaves in such and such a way.

    12. Re:What are they trying to protect? by mpe · · Score: 2

      Of course, the firmware should actually be in a different file that's not even part of the module, with as restrictive a license as you want, but whatever.

      Thus also makes easier such things as upgrading the firmware or allowing the save driver to operate with different hardware (which requires different firmware.)

    13. Re:What are they trying to protect? by mpe · · Score: 2

      I think you're missing the point here...that's why it needs to be non-GPL from company's points of view. Merely including a flash code (not text) to be run from a GPL program makes that flash code GPL.

      So far as the program is concerned the firmware is "text", simply something it has to output in a certain way to some specific device on some specific bus.

      The problem with making a driver GPL is that the firmware code needs to be hidden, which is impossible if any part of that driver is under the GPL. Firmware code can often make a DSP's functionality very, very easy to duplicate - more so than software drivers.

      Unless you know exactly what the hardware is any firmware is for all practical purposes a meaningless string of bytes. Anyone capable of cracking open the hardware (even if it's custom) isn't going to find it too hard to disassemble a binary driver or to plug the hardware in through a data capture device.

    14. Re:What are they trying to protect? by mpe · · Score: 2

      You forgot: ...an army of competitors in the same market who now have your source code which they can use to make their product compatible with your own,

      All using a binary only product might do is slow them down a bit.

      while you are stuck spending tons of research dollars on reverse engineering their product to compete.

      The only way this could happen is if your competitor was producing at least two product lines. Since all of the stuff they are producing which is compatable with yours has GPL drivers.

  16. Playstation 2 Linux by GeLeTo · · Score: 2, Informative

    Do what Sony did with the PS2 Linux - boot a Runtime Environment that has all the required drivers before running the linux kernel. Make open-sourced Linux device drivers that will use the Runtime Environment drivers. This is a similar to using BIOS calls from within the kernel.

  17. Addition/Correction by cduffy · · Score: 5, Informative

    No operating system can have userspace drivers without context switches.

    By that I mean no operating system with memory protection for userspace apps. It's possible to give up this benefit (even selectively) for improved userspace performance; see Kernel Mode Linux for a kernel patch that does just that (and which might be applicable to this fellow's situation).

  18. Re:Another Winner by dasmegabyte · · Score: 5, Insightful

    Easy. People ask slashdot because slashdot readers have actually had to deal with these matters on a day to day basis. Your average lawyer may see a handful of case studies.

    Now, he may have gone to the sort of lawyer that specializes in software licenses (what sort of lawyer is this? a very very rich sort), in which case you're right that it is kind of stupid to approach the trolls and IANALs. But if he went to Joe Q. Publicstein of Publicstein, Stern and Lowe, chances are he'll get a much more specific answer and leads on a case he may be able to point his legal eagle towards. Which could result in a much more informed decision.

    By the by, I've got a feeling that the people who MIGHT press a case on the GPL have bigger fish to fry than a company writing a device driver. If they can't catch Microsoft biting GPL code, why are they going to hunt down developers expanding the OSS market?

    --
    Hey freaks: now you're ju
  19. Our drivers are fully GPL on purpose by devaldez · · Score: 2, Insightful

    I believe that lawyers just haven't digested the GPL AND the GPL hasn't had any case-law precedents to support or refute it. Like most professionals, lawyers are conservative and risk-averse. It may be years before any organization embraces the GPL because lawyers don't know how to handle it.

    It took years (3 to be exact) to get lawyers comfortable with the GPL. Honestly, I prefer the FreeBSD license on all levels, but that's just my opinion.

    None-the-less, we've migrated to a GPL-only policy based on our lawyer's requirements, so we're fully compliant. I'd post our URL here, but last time I got moderated out;)

    --
    "... but you can love completely without complete understanding." - Norman Maclean, "A River Runs Through It"
  20. Whats wrong with a user mode driver? by oolon · · Score: 3, Informative

    Yes you can say its more efficent to have it in kernel space, but its an embedded device so any efficency problems can be counteracted by knowing exactly what is gojng to be run on the system. If you cannot get all the information you want in user space, write a driver to patch the information you need though to user space.

    An example of this is binary firmware for devices, you can just patch the loading routinues through a driver an upload a what ever you like. For example the DXR2 drivers provide all the access functions, but within the magic binary only firmware they are useless, the only thing your "device" gives away is how to write a kernel modules, but there again, you could just take someone elses gpl kernel modules and make it work for these ends saving you development time.

    Having said that run time loadable modules do not have to be GPLed the only code your need to include to build one of these are kernel header files and if you look carefully at those they are not GPLed so the compiled object does not have to be GPLed. I believe using non gpl loadable modules in a GPL kernel is specifically allowed (I believe).

    I think this system fits with the linux point of view. Getting support for as much stuff as possibile is good if it means non gpl fine, just don't expect us to help you. Non gpl is better than nothing at all (in many peoples book). But there again, I don't buy nivida graphics cards because of their policy of binary drivers.

    James

  21. Linux != Linus by ??? · · Score: 2, Informative

    Linus is not the freakin' copyright holder. He is the copyright holder of a significant portion of the code, but not all of it.

    1. Re:Linux != Linus by albalbo · · Score: 2, Insightful

      > I'd guess that anyone who submits a patch back to
      > Linus is de facto making him a copyright holder of
      > the code in the patch (well, assuming he is also
      > the holder of the original code ... but I'm pretty
      > sure he has the copyright for the 0.01 kernel!).

      No, this is not the case.

      > IANAL, but I think it's a safe bet that sending
      > a patch (w/o an explicit license agreement)
      > constitutes a gift.

      It doesn't constitute a gift. Authors have copyright over things they create; that is the law. The copyright of Linux is so widely spread that it is now unlikely that it could ever be relicensed.

      Witness the problem when Mozilla relicenced - they had to go and find all the old hackers who used to work on the code to gain their permission to relicence.

      --
      "Elmo knows where you live!" - The Simpsons
  22. Nvidia *does* distribute binaries! by crush · · Score: 2, Insightful

    You are correct that NVIDIA distributes binaries only, your companies lawyers are confused. There is no problem with them doing this because their drivers are original works not licensed under the GPL. The only thing that can stop them doing that is if the customers have an ethical objection, and as we've seen a large number don't.

    I'm not sure how this is even an issue for your company unless you are not talking about writing your device drivers from scratch, but are instead modifying GPL'ed code with the intent of redistributing it on your hardware. If that's the case then you are legally obliged by the GPL to release the source code for those modifications.

    If you're writing your own drivers from scratch then you can do whatever the hell you want with them: it's entirely your own work and you're not stealing from people by taking their GPL'ed work and rebranding it as your own with a few tweaks.

    So, where's the issue? Can you clarify exactly what it is that you're doing?

    1. Re:Nvidia *does* distribute binaries! by dinivin · · Score: 2

      The only thing that can stop them doing that is if the customers have an ethical objection, and as we've seen a large number don't.

      And, as we've also seen, a large number do.

      Dinivin

    2. Re:Nvidia *does* distribute binaries! by crush · · Score: 2

      Myself among them. I will never buy an NVIDIA card as long as their drivers are non-Free. Apart from anything else it means that most major GNU/Linux distribution are going to refuse support because code they can't debug is present in the system. It's just not worth it for me. Matrox and ATI are just fine.

  23. Keep the kernel clean by Outland+Traveller · · Score: 3, Interesting

    We've stopped using Rational products precisely because of the proprietary kernel driver issue.

    There's nothing more irritating to me than than trying to shoehorn binary drivers into kernels they were inevitably not designed for.

    My advice to you would be to do your proprietary driver in usermode, or put a small GPL'd driver in the kernel that then communicates to your proprietary code using a published, well defined interface.

    Keep in mind, however, that all other things being equal using a proprietary software driver under linux puts you at a competitive disadvantage. If ATI's open source drivers had as solid an openGL feature set as NVidia's under linux, I'd switch in a second.

    Why don't you move your proprietary IP into the firmware of your device and leave the driver open?

    1. Re:Keep the kernel clean by GlassHeart · · Score: 2
      all other things being equal using a proprietary software driver under linux puts you at a competitive disadvantage. If ATI's open source drivers had as solid an openGL feature set as NVidia's under linux, I'd switch in a second.

      Exactly what good would it do NVidia if they opened their sources so that ATI can copy it and have a "solid OpenGL feature set" like them?

    2. Re:Keep the kernel clean by Outland+Traveller · · Score: 3, Interesting

      Exactly what good would it do NVidia if they opened their sources so that ATI can copy it and have a "solid OpenGL feature set" like them?

      What part of "all other things being equal" did you not read?

      Having said that, I'd still rather see graphics board hardware vendors compete on the merits of their hardware, rather than make their drivers undebuggable and closed source.

      Our application heavily uses the NVidia cards for specialized rendering, and as solid as their linux drivers are, they are not very solid. Our applications regularly crash their driver doing perfectly legal openGL calls. When this happens we get NO USEFUL DEBUGGING OUTPUT. Either X crashes, or the system hangs, with no logging, even if you supposedly enable logging in their driver options.

      It is an arduous process to track down exactly what sequence of calls crashes their drivers, write an example app, and then send it in to NVidia to fix sometime in the next 2-4 months. It would be so much more helpful to see for ourselves where the problem is occuring. We've asked for drivers with better debug multiple times, but they won't provide any because of "IP Issues".

      On top of all this, there's issues with them not properly supporting various kernels, their lack of official support for linux related questions (their community message board is useless for getting an answer to serious questions beyond installation), and the fact that you no longer have a single source for the linux kernel builds. On top of this you now have to deal with kernel tainting and all the irritation that causes.

      I remember reading an article last year about The Weather Channel sponsoring a team to improve ATI's linux drivers. I think it's only a matter of time before other reasonably performing graphics cards offer good accellerated openGL drivers that ARE open source, and ship with the linux kernel. When that happens, there will be little reason for us to stick with closed source NV.

  24. place propriary code in a library by eggestad · · Score: 2, Insightful

    Check this with your lawyer:

    You place all your propriary code in a library that don't access anny kernel functions or structs (read symbols) directly.

    Then you write a GPL "layer" that maps all kernel stuff to your own interface that your lib uses, and calls functions in your lib.

    This way you have a GPL module that just happen to need a propriary library to compile.

  25. But I am not going to buy your binary only driver by codepunk · · Score: 2

    You can bet your sweet ass that if I have a choice between a card or some hardware that comes with source or a binary driver your binary driver can pack sand along with with the lost sale. I admin clusters for a living and if I ain't got the source I cannot compile a reliable kernel so I have no need for your hardware.

    --


    Got Code?
  26. Re:Related question. by Anonymous Coward · · Score: 2, Informative
    This is the biggest troll in the world. The only thing you sign away is the right to discuss "Confidential Information," which means exactly what it says. Apple's definition of confidential information explicitly excludes information that is generally available to the public. Since you can read all the technical documentation on Apple's developer site, download sample source code, etc. without signing anything, I think it is clear that the information you need is "generally available to the public."

    Your comment also flies in the face of the many developers whose create open source programs on Macs.

  27. Module API by be-fan · · Score: 5, Informative

    The kernel exports certain symbols that are available for driver modules to link to. These symbols are classified by license. Many symbols a driver can link to without having to be a GPL'ed driver. These symbols, presumably, are written by people who grant permission to link against non-GPLed code. Other symbols (for example the new work-queues stuff) are exported as so-called GPL_ONLY symbols, and linking against those in a non-GPL module is illegal. Thus, if you avoid using the GPL_ONLY symbols you can probably get away with a binary only module. The fact that this mechanism exists implies permission, so this aspect would be important to bring up to the lawyer.

    --
    A deep unwavering belief is a sure sign you're missing something...
  28. Living With The GPL by Compulawyer · · Score: 5, Insightful
    I am a patent guy, so my licensing experience with the GPL is rather limited (except for using GPL'ed software). However, upon a cursory review, it seems as if this section of the GPL is the cause of most of the concern:

    If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.

    I think the keys here are what count as distribution and separate works. Obviously, the GPL was drafted with traditional software in mind and is not tailored toward embedded systems. You have to answer the questions "Is this a work based on the Program [a piece of software covered by the GPL]?" and "Is this an independent and separate work?" Unfortunately, I don't have enough facts about your system, and we don't have an attorney-client relationship, so I can't give you an answer. What I can tell you is that you should make sure your lawyer is familiar with your code development processes and distributions systems and knows enough about software development so that he can draw principled distinctions between different ways of doing things.

    --

    Laws affecting technology will always be bad until enough techies become lawyers.

  29. Proprietary modules may be on their way out... by Florian+H. · · Score: 3, Informative

    This very question (and a possible change of Linus' position on this) has just been the top story of the last LWN issue: Proprietary kernel modules - the boundary shifts?

  30. Talk to Montavista by gouldtj · · Score: 2

    I would talk to the fine people at Motavista as they deal with this everyday. I think they also may know some lawyers who are educated on this issue. If your doing embedded they can also be really useful there too :) (Note, I don't work for Montavista)

  31. OT: Law School for Geeks? by Vagary · · Score: 3, Insightful

    Does the legal community realise that they are in desperate need of lawyers with technical background? If so, are the law schools doing their best to fulfill this need such as lowering admission requirements for people with technical backgrounds or targetting recruiting? Are law schools completely full of English and Philosophy majors that need to get a job or is there some diversity there?

    I'm asking because in a year or so I'm going to have a Master's in CompSci and I'm considering my options afterwards. While a PhD would be nice, I've also been looking at law school. I don't think I could resist getting an emphasis in technology law, however I'm not sure what to expect...

    1. Re:OT: Law School for Geeks? by fain0v · · Score: 2, Interesting

      A friend of mine is going to law school at DePaul. He graduated with a dual degree in ee and cs. Going into patent law isnt the most exciting field around, but they pay you in cubic foot blocks of cash.

    2. Re:OT: Law School for Geeks? by jbolden · · Score: 3, Informative

      Does the legal community realise that they are in desperate need of lawyers with technical background?

      Yes

      If so, are the law schools doing their best to fulfill this need such as lowering admission requirements for people with technical backgrounds

      Yes

      or targetting recruiting?

      No

      _____________

      BTW they actually want stuff like chemestry and biology more than compsci. An understanding of computer technology is much more part of the culture and thus non science oriented lawyers have less trouble. In other words a history major knows what software is and may even know what a divise drive is; but they don't know what an omega-3 fatty acid is.

    3. Re:OT: Law School for Geeks? by Chemical+Serenity · · Score: 2, Funny

      IANAL, but I think he meant to say 'device driver'. ;)

      --
      "People will pay big bucks for the luxury of ignorance."
    4. Re:OT: Law School for Geeks? by scoove · · Score: 3, Interesting

      Does the legal community realise that they are in desperate need of lawyers with technical background?

      Being an official intellectual property attorney groupie (waaay to many of my friends are in the legal profession), I think there's a plausible explanation as to why there are so few technically savvy attorneys.

      Look at one of the fundamental skills most attorneys need: a reasoning ability that permits them to see/argue/communicate/explain either side of an issue. Some would call this relativism, but I think that reflects a deeper personality issue that most attorneys I know don't have - they do have a sense of "one right answer" deep down, but must overcome it in their profession. Plus, much of this kind of problem solving is abstract/extroverted, e.g. dealing with people to wrestle with the problem domain. Often, these dealings are confrontational and you've got to get a high off of such interpersonal confrontation to survive in much of the legal field.

      Contrast that with most technical persons and the skillset requirement that they evaluate a rather objective concept-area and determine the "best / correct answer." Relativism and subjectivity never worked very well in computer science. Combine this focus with the non-social interaction (working with machines, not people) and a general dislike of interpersonal confrontation, and you'll see why technical folks exist here and not on the other side.

      Most of the IP attorneys I've worked with subsequently have either been attorney minds who dabble in tech (i.e. they laugh at Dilbert, have read Bill Gates's book, and bought Microsoft stock), or techies who got a law degree. Interestingly, the latter never seems to do very well in the legal profession - every single one I've known has gone back to dealing with computers, not people.

      *scoove*

    5. Re:OT: Law School for Geeks? by Vagary · · Score: 2

      Did the techies who gave up on their law degrees still find them valuable? I'm not considering law school just because I might enjoy practicing law, but also because legal literacy is even more important than computer literacy in today's world.

  32. GPL questions are very fact-intensive by n8ur · · Score: 5, Insightful
    IAAL, so unlike most of the posters here, I'm not going to give you a black-and-white answer :-)


    My gut feeling is that a loadable module that does not itself incorporate any GPL'd code does not fall under the GPL just because it's run in conjunction with a GPL'd kernel. After all, even if the kernel + driver are considered together to create a derivative work, it's the user, and not you, who creates that derivative work at runtime.


    And, the fact that you're using GCC to compile the module doesn't mean anything in and of itself. The real question is the license status of any libs that are linked into the resulting object code file. Whether they are under GPL, LGPL, or something else makes a big difference.


    Now for the shades of gray part... any time you're dealing with GPL questions, you have to look at the genealogy of the running executable, working backwards to see what licenses govern the component pieces. It's a very fact-intensive process, and without understanding where all the code came from, you can't come close to giving a reasonable answer.

  33. GPL not a problem by AaronW · · Score: 2

    When investigating various network processors, I see that all of the vendors I have looked at supply drivers for embedded Linux. In fact, Linux appears to have better support than any other operating system (including VxWorks and QNX). GPL is not an issue for them, even though the drivers are highly proprietary. Why not ask an embedded Linux vendor like Monte Vista (Hard Hat Linux) and see what response you get?

    -Aaron

    --
    This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
  34. Re:That's not how they do things on Star Trek! by derch · · Score: 2, Funny

    Ah, yes, but what happens when you're out on the edge of the Federation, you've had to dump your warp core, and when you take your shuttle craft to the local non-Federation trading post looking the a new core, the green-skinned junk yard dealer with the right model warp core wants two NSR-420Z plasma injectors and all you have is a NSR-350 injector, and she doesn't accept American Express?

    These are the times when a few bars of cold pressed latinum would save your butt. But nooooooo, you're from The Federation. You don't believe in money.

  35. Arrrgh! I am seeing the worst advice ever here by grundy · · Score: 2, Interesting
    OK, for starters do not believe that binary only drivers are acceptable. Read this recent post for more infomation: Linus on binary only modules

    Then LISTEN TO YOUR LAWYER, S/HE IS RIGHT!

    Then consider something like NetBSD or eCOS if the GPL is not acceptable to your needs.

  36. Linus discused this issue recently by wa1hco · · Score: 2, Informative
    Check out the LKML archive http://www.uwsg.iu.edu/hypermail/linux/kernel/0210 .2/0603.html

    Quoting the good parts

    I will re-iterate my stance on the GPL and kernel modules:

    There is NOTHING in the kernel license that allows modules to be non-GPL'd.

    The _only_ thing that allows for non-GPL modules is copyright law, and in particular the "derived work" issue. A vendor who distributes non-GPL modules is _not_ protected by the module inteface per se, and should feel very confident that they can show in a court of law that the code is not derived.

    The module interface has NEVER been documented or meant to be a GPL barrier. The COPYING clearly states that the system call layer is such a barrier, so if you do your work in user land you're not in any way beholden to the GPL. The module interfaces are not system calls: there are system calls used to _install_ them, but the actual interfaces are not.

    The original binary-only modules were for things that were pre-existing works of code, ie drivers and filesystems ported from other operating systems, which thus could clearly be argued to not be derived works, and the original limited export table also acted somewhat as a barrier to show a level of distance.

    And continuing a bit later

    Side note: it should be noted that legally the GPLONLY note is nothing but a strong hint and has nothing to do with the license (and only matters
    for the _enforcement_ of said license). The fact is:

    - the kernel copyright requires the GPL for derived works anyway.

    - if a company feels confident that they can prove in court that their module is not a derived work, the GPL doesn't matter _anyway_, since a copyright license at that point is meaningless and wouldn't cover the work regardless of whether we say it is GPLONLY or not.

    (In other words: for provably non-derived works, whatever kernel license we choose is totally irrelevant)

    So the GPLONLY is really a big red warning flag: "Danger, Will Robinson".

    It doesn't have any real legal effect on th emeaning of the license itself, except in the sense that it's another way to inform users about the copyright license (think of it as a "click through" issue - GPLONLY forces you to "click through" the fact that the kernel is under the GPL and thus derived works have to be too).

    Clearly "click through" _has_ been considered a legally meaningful thing, in that it voids the argument that somebody wasn't aware of the license. It doesn't change what you can or cannot do, but it has some meaning for whether it could be wilful infringement or just honest mistake.
    1. Re:Linus discused this issue recently by DunbarTheInept · · Score: 2

      Who has burden of proof here? Presumably if someone wanted to accuse a company of de-GPL-ing a derived work, it's up to the prosecution to show that this is the case, isn't it? If so, the company doesn't need to be sure it can prove it's work is not derived from GPL work, as the comment claims. It only needs to be sure it cannot be proved that it DID derive the work.

      Asking somoene to prove a negative is dirty pool.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  37. DSL Driver - Efficient Network 3010 by Dark+Coder · · Score: 2

    I've helped worked on the DSL Linux Driver for an Efficient Network 3010 DSL PCI adapter card and we had the exact same problem only this time, it was Alcatel MicroElectronic Legal that refused to release us from our Non-Disclosure Agreement with them.

    Alcatel MicroElectronic was probably trying to save Alcatel Network's StingRay from losing its marketing edge (they lost anyway).

    Henceforth, we're were restricted to providing the kernel-specific modules (Linux 2.4.8)

    And worst, 3010 fell into obvilion (like it should) because it was a WIN-MODEM!

  38. Avoid the term "intellectual property" by yerricde · · Score: 2

    drive the device without revealing intellectual property

    Instead of saying "intellectual property", say "copyrights", "patents", or "trade secrets", which are almost completely unrelated to one another in the U.S. federal and state legal codes. Under which part of the law do you claim your company is trying to protect its monopoly?

    Is your company trying to make money selling drivers? Don't. Here's why not:

    Later Xerox gave the AI Lab a newer, faster printer, one of the first laser printers. It was driven by proprietary software that ran in a separate dedicated computer, so we couldn't add any of our favorite features. We could arrange to send a notification when a print job was sent to the dedicated computer, but not when the job was actually printed (and the delay was usually considerable). There was no way to find out when the job was actually printed; you could only guess. And no one was informed when there was a paper jam, so the printer often went for an hour without being fixed.

    The system programmers at the AI Lab were capable of fixing such problems, probably as capable as the original authors of the program. Xerox was uninterested in fixing them, and chose to prevent us, so we were forced to accept the problems. They were never fixed.
    --
    Will I retire or break 10K?
  39. Linking is the key by streak · · Score: 2, Interesting

    You only really fall into problems if you link with other code that is GPL (but yes, you can compile commerical programs with gcc, no problem).
    Therefore, you can't actually put your driver into the kernel, but only as a loadable module.
    (There have been many debates about whether loading a module is "linking", but the consensus seems to be that commerical drivers are OK in this form).

    And your management has to be totally blind to think that NVIDIA doesn't distribute a binary driver.
    What NVIDIA does is have all of their source code in a binary EXCEPT for the hooks into the kernel (aka init_module, etc...) so that you can compile this against your specific kernel headers (so it will work against a wide variety of kernels, and not just say, 2.4.18 or something).

    This is probably the same approach your company should use, but in the embedded world you can probably get away with requiring a specific kernel version, since those things are very specialized.

    And writing a user space driver is hard on Linux, because userland doesn't let you get at the hardware very well. You might also want to try looking at UML (User-mode Linux) for this approach, though I am not sure if it works on embedded systems.

  40. UDI and other 'wrapper' interfaces by epyT-R · · Score: 2, Interesting

    The last thing pc hardware needs is yet ANOTHER layer of bloated, buggy code between the user and the hardware device. The solution to every so-called computing 'problem' these days is just to slap ANOTHER layer on top of what's already there. If what's there was designed well in the first place, the extra layers wouldn't be needed as much (notice I didn't say 'at all'). Java, .NET and its competing ilk are prime examples. In their case, you're mostly right, the cpu does spend most of its time idle (that doesn't mean I would want 3dsmax .NET, quake 5.NET or VST.NET either) making some applications viable as the performance hit is tolerable.. However, with low level hardware interfaces, its 100x worse. At that level, every clockcycle DOES matter. Developers don't seem to realize that any latency added by a clunky driver and/or 'wrapper' interface adds the absolute minimum response time a device can have on a given system for users. Therefore, a primary goal should be to MINIMIZE latency. Even drivers written for Microsoft's WDM interface take quite a performance hit compared to the older VXD interfaces. This issue is important to other devices besides vid cards and drive controllers. If some new fangled mouse had all these nice features, but had a 20ms delay because of either poorly written drivers or the use of some driver wrapper, then, to me, the device is useless. I wouldn't buy it. Same goes for network cards, sound cards, game controllers, etc. I don't want some NIC driver grabbing 20% more cpu than it should on a busy server just because the developer used some wrapper to save time. Using a wrapper is just pure laziness, and has no place in a final production product that is charged for. If you're going to support an operating system, whether it be Windows, Linux, or anything else, do it RIGHT. I realize writing a driver for a wrapper can save development time, but it usually just ends up dumping problems on the user instead, when the user is PAYING the company to solve their problem in the first place. After all, that's why they're buying their device, right? Anyway, the less code between me and the hardware, the less chance of some stupid bug preventing me from using/enjoying the product I just spent money on. Come on, as a hardware developer, their employees are getting PAID to support their product. They don't have an excuse to be lazy.

    1. Re:UDI and other 'wrapper' interfaces by mpe · · Score: 2

      However, with low level hardware interfaces, its 100x worse. At that level, every clockcycle DOES matter. Developers don't seem to realize that any latency added by a clunky driver and/or 'wrapper' interface adds the absolute minimum response time a device can have on a given system for users. Therefore, a primary goal should be to MINIMIZE latency. Even drivers written for Microsoft's WDM interface take quite a performance hit compared to the older VXD interfaces.

      This can be rather important in an embedded system. Where you probably don't want to use the "latest and greatest" hardware. Due to issues of cost, power consumption, known bugs, etc. Also the code may well have to fit into a fairly small ROM or flash memory.

  41. Re:A cow by any other name... by QuickshotIV · · Score: 2, Informative

    > Simply using library functions of GPL'd software doesn't mean you have to release your source code.
    > It does mean, however, that you should credit somebody else's work for giving you the
    > functionality that you didn't write yourself.

    This is not insightful, this is wrong.
    See GPL-FAQ:

    "You have a GPL'ed program that I'd like to link with my code to build a proprietary program. Does the fact that I link with your program mean I have to GPL my program?"
    Yes.
    There seem to be some exceptions for the kernel though, see other postings.

  42. Does usermode kill you? by CAE+guy · · Score: 2, Interesting

    In every embedded app I've worked on, the performance requirement was "fast enough to meet the spec" and not "as fast as possible." Or as my senior project advisor insisted, "real time" != "real fast."

    Real engineers benchmark, either in simulation or the lab. Unless you can prove in advance that a usermode driver will fail to meet the needed performance, write one and see how close you get. Depending on your app, you could find that even in usermode you've got time to spare.

    In other words, solve the technical issues first, because you might find that the other stuff becomes non-issues.

    -cb

    --
    Still working on it...
    1. Re:Does usermode kill you? by rpeppe · · Score: 2
      that might not be the case here: he didn't say it was a realtime product, but an "embedded networking" product.

      given that people usually compare hardware using benchmark tests (driver included), i'd imagine that it would be quite important that it be as fast as possible.

  43. Not all code needs to be free... by 42forty-two42 · · Score: 2, Insightful

    But drivers should be. You're making money on the hardware, it's in your interest to let other improve on the software side and port it to other OSes.

  44. You make a good point by Arker · · Score: 2

    Unlike most of the posters trying to give reasons not to Free the drivers, you've actually made a point that stands up. But there is something odd about it. It only makes sense for a very short time period. Binary drivers compared to source available won't stop the competition from reverse engineering your stuff, it just makes it a bit harder. Within probably 3 months in most markets (and I think that estimate is very much on the high side) the whole issue will have become totally irrelevant. But your customers are then stuck - even though you're gaining no further advantage by keeping the source to yourself, the customers difficulties caused by keeping the drivers closed continue as long as the hardware is still in use, which can easily be years.

    So a suggestion to manufacturers in this situation, go ahead and release the binary drivers, a la Nvidia, initially. But, a few months later, when this is no longer the cutting edge hardware of the moment, open the source up. You save yourself a lot of support problems, your customers will love you for it, and you're really not losing anything at that point anyway - the secrecy has already outlived its purpose and gained you everything it could gain you already.

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  45. Re:But I am not going to buy your binary only driv by codepunk · · Score: 2

    It don't matter what the hell he is talking about as a enterprise customer I ain't buying your shit if it does not come with source drivers.

    --


    Got Code?
  46. Your Lawyers are RIght by Royster · · Score: 2

    The crucial part of the wording of the GPL that you need to worry about is distributing an "integrated product". There is a real difference between your situation and NVidia's and your lawyer has (rightfully) recognized it.

    --
    I have discovered a truly marvelous sig, unfortunately the sig limit is too small to contain i
  47. embedded (L)GPL Code by melstav · · Score: 2, Informative

    First, IANAL.

    Second, take a look at http://www.gcom.com/home/support/whitepapers/linux -gnu-license.html which contains a post from Linus where he explains that the Kernel Module Interface is actually LGPL.

    Next, see http://www.gnu.org/licenses/lgpl.html Read section 5. In particular, the paragraph :

    "If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)"

    This leads one to believe that Binary-Only Device Drivers are A-OK.

    Nvida and other graphics board developers aren't the only ones providing binary only drivers.... Adaptec only provides binaries for their RAID controller drivers - no sources at all. Not even
    an "intermediate buffer layer"

    The spirit of the LGPL licence seems to be "If you can upgrade the LGPL code without having to recompile the Proprietary stuff, and continue to have everything work, that's ok."

  48. Why are you using a GPL'ed kernel then? by GrumpyOldMan · · Score: 2, Insightful

    If your company objects to the GPL, and you are selling embedded hardware, it seems rather silly to be using Linux. Have you considered using a BSD? Since the BSD license does not require you to give back any code, this might be ideal for you.

    If you're running on non x86 hardware, I think NetBSD would be the best bet, since they run on nearly everything.

  49. The FSF really has no place here by Royster · · Score: 2

    The FSF is not the holder of the copyright to the Linux Kernel so that anything that they say is not binding on Torvalds and Co. It is the Linux developers who have to decide how the GPL applies.

    --
    I have discovered a truly marvelous sig, unfortunately the sig limit is too small to contain i
  50. I don't understand by nagora · · Score: 2
    Why do you not want lots of people writing drivers for your hardware? Why do you not look forward to it becoming the standard hardware for its purpose because everyone and their dog knows they can support it? Why do you not want to GPL the source and then use the best ideas that come from people that modify that code to improve your own drivers?

    I can see an argument against the GPL for software writers but I had always assumed that it was a dream for hardware people that, presumably, want to get support for their hardware spread far and wide. What am I missing?

    TWW

    --
    "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
  51. Use FreeBSD or NetBSD or OpenBSD instead of Linux by Skapare · · Score: 3, Insightful

    I'm assuming that since this is mentioned as an embedded product, your choice of Linux is not for the purpose of making your device work in other people's Linux systems, but is instead, for the purpose having a embedded operating system inside your embedded product. If this assumption is true, then I recommend instead to use one of the BSDs for it, e.g. FreeBSD or NetBSD or OpenBSD. The licensing issues are so much easier. FreeBSD is actually the foundation OS in many a network device on the market over quite a range of sizes from small handheld devices to huge WAN switches. Linux is, too, but if the GPL licensing is the big issue, then give BSD a serious look-see.

    If the above assumption is not correct, and you are making a device which is to be accessed by a hosted Linux system, then I can at least say this: I won't use your device in my managed network engines (Linux based) unless the source code is open. This is due to the need to be able to fully audit the entire security and not wanting to have to negotiate for NDA source. Lack of source can cut into your market share, especially where security is an issue (affects network devices far more than high performance video cards). So if you have intellectual property in a network device intended for a hosted system (e.g. for example a 10GB ethernet card or an OC-192 WAN line card), try to keep the intellectual property locked up in the device itself as much as possible.

    --
    now we need to go OSS in diesel cars
  52. I am impressed by pommiekiwifruit · · Score: 3, Funny

    that you clearly have the source code to your company's PABX and laser printers. It must be a pain blowing the flash roms and unscrewing the hard drives when you want to recompile the O/S to keep up with kernel patches though.

  53. Let the user put them together! by Spazmania · · Score: 2, Interesting

    According to the GPL, you may not distribute GPL and non-GPL software in a combined form. You can use them together. Your customer can use them together. You can even distribute them on the same media. You may not distribute them in a combined form.

    For embedded devices, this offers a trivial solution:

    Put the GPL stuff on one flash card, put the non-GPL stuff on another flash card, put both cards in the box, and instruct the customer to put both cards in the device upon purchase. Put absolutely no GPL software on the non-GPL card, and put every last scrap of source code for the GPL card onto a CD which you include in the box with the device.

    Oh, and in the manual in the license agreement, advise the customer it is unlawful to sell the device while the two cards are installed.

    Of course, this means that you also have to seperate the software into modules and keep track of which ones are or are not GPL. But if you're just starting the project, that shouldn't be too much trouble.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
  54. Upgraded ROMs by pommiekiwifruit · · Score: 2
    For that scheme, companies generally put serial numbers in each hardware unit sold. When the user pays for extra users etc. they get a code that is specific to that serial number.

    Open source might mean that variable pricing (i.e. crippled versions of the software for cheap customers) would be easier to break.

    1. Re:Upgraded ROMs by mpe · · Score: 2

      For that scheme, companies generally put serial numbers in each hardware unit sold. When the user pays for extra users etc. they get a code that is specific to that serial number.

      There is a whole community of people who hack programs to remove all sorts to protection, be it serial numbers, dongles, what have you.

      Open source might mean that variable pricing (i.e. crippled versions of the software for cheap customers) would be easier to break.

      If you want to provide a crippled version of the program then the obvious solution is to provide one which only contains the code you want them to have in.

  55. The best option: Start by debunking myths by Ogerman · · Score: 2

    It is a blatantly false myth that using a closed source driver will protect the secrets of your specialized hardware interface from competitors. Sure, it may make the task slightly harder, but it absolutely will NOT prevent your product from being reverse engineered. Furthermore, some of your customers may be frustrated by not having the source-code. If it was I making an embedded systems purchase, I would insist upon having any relevant driver source-code both for audit and for customization to my needs.

    Perhaps you should show your managers a good book on reverse-engineering techniques. Show them how easy it is. Show them how everything 'hidden' comes into plain view under the 'light' of a logic analyzer and disassembler.

  56. For good reason by 0x0d0a · · Score: 2

    they don't want to get sued themselves for giving bad advice

    I suspect this guy's company would also like to err on the side of not getting their ass sued off.

    I don't understand what the point is of making the driver closed source -- I mean, how much *logic* are we talking about in this driver? If this is such an amazing, sophisticated thing, it should probably be running in userspace.

    1. Re:For good reason by 0x0d0a · · Score: 2

      your response is exactly what this dude, didn't ask for, another useless, why shouldn't it be free anyway?

      However, I'm not (as of yet) being paid by the guy to be his consultant. If he wants answers of format foo, he can pay for them. Slashdot is a discussion board -- and I'm asking a question that I'm interested in after responding to a different post which was on topic.

      fact is, not only do attorneys not like to be sued for bad advice, but when in doubt, they tend to behave like beaurocrats, and NO is the easiest, most cost efficient answer

      This is *exactly* what I just rebutted. Attorneys may act this way...my point is that this behavior tends to *also* be in the company's best interest. If the attorney can't give a certain answer (and GPL issues have *not* been hammered out in court yet), and is over-cautious...well, a large company is also going to probably prefer being over-cautious.

      open source is an uphill battle with entrenched enterprises that aren't called IBM

      Because IBM is a *hardware* and *services* company, and has no reason to compete with open source in the least. No kidding traditional software companies (like MS) don't like open source.

      the point is, that to most shareholders, telling them that their company made something to give away for free sounds bad. just how it is.

      Erm...really? First of all, how often do *you* read reports sent you on stocks that you hold? Yeah, that's what I thought -- you skim them, look for the few numbers you care about, and then ignore them. Same here.

      Giving away something for "free" has been done for ages. Promotions, etc. If credit card and other financial companies didn't do so, they wouldn't be doing nearly as well as they are now. And things like drivers (for PCs at least) are "free" already -- I doubt many "shareholders" are going to go into fits about source being given away as well.

      and yes, i have released some nice open source thingees myself (not alot yet, but workin on it), this is not a Winblows coder speaking, just a realist

      Thank you. Always nice to have more people having fun making stuff!

    2. Re:For good reason by mpe · · Score: 2

      Aren't we talking about a driver here though? Few people would buy hardware if there wasn't software to make the device work.

      Without the hardware the driver isn't of much practical use either.

  57. Re:Userspace programs may not be protected by spitzak · · Score: 3, Interesting
    User space programs *ARE* "protected from the GPL".

    All contributers of code to the kernel know that the kernel will be used to run proprietary programs. This knowledge implies that they consent to having their code used this way.

    There are no useful libraries that are not LGPL or BSD or otherwise usable by your user-space program. Every time this comes up people say exactly the same one: readline. Yes that is GPL, but I think you will find it pretty useless for a driver. And that is a pretty pathetic example.

  58. please don't bother by g4dget · · Score: 2

    Legal issues aside, if you aren't going to release the sources to your driver, please don't bother releasing Linux sources at all. I buy Linux-compatible hardware because it won't end up getting outdated when a new version of the OS is released and because I can actually fix it when it misbehaves. By shipping binary-only drivers, your company is only taking up market share that could be occupied by companies that are willing to ship sources.

  59. oops by g4dget · · Score: 2

    Legal issues aside, if you aren't going to release the sources to your driver, please don't bother releasing Linux sources at all.

    Oops--that didn't make much sense. What I meant was:

    Legal issues aside, if you aren't going to release the sources to your driver, please don't bother releasing Linux drivers at all.

    1. Re:oops by g4dget · · Score: 2

      Yes, that's what I would prefer. That way, people would be much more motivated to create open source drivers for other cards (or to reverse engineer the Windows driver).

    2. Re:oops by g4dget · · Score: 2
      You simply don't understand - driver is not that a simple module implementing a few ioctl()s ! Good driver (for anything more complex than a serial mouse) has lots of optimizations - none of which I'll be able to reverse engineer.

      I'd much rather have an open driver that's a little less efficient than a highly optimized driver that's proprietary. Most driver and software optimizations at that level are pretty much useless--the amount of performance you gain is less than the next generation of the product will give you in hardware in a few months.

  60. The lawyers may have a point by T.E.D. · · Score: 2
    It depends on exactly how you plan on distributing your product to your users. Is the entire thing, including the system w/ Linux on it itself being distributed, or just your device (and its drivrers on a separate disk or whatnot)?

    I tried to give them a few examples of companies distributing binary only drivers (NVIDIA and Rational) but was told that these companies do not distribute binary only drivers - they only allow you to download them from a web site (which is not an option for an embedded product).


    Since they make the user intstall the software, they force the user to agree to a EULA. Typically an EULA will trade you the right to run the software for a promise to not reverse-engineer anything, disasemble anything, and all sorts of other stuff you'd normally be entitled to do with something you bought.

    If your distribution method would not typically involve end-users running an installer (and thus being forced to agree to a EULA), I could see where the lawyers might have qualms.

    Since I'm not actually a lawyer, here's a supporting quote from someone who is: Eben Moglen of the FSF :
    The (GPL) license does not require anyone to accept it in order to acquire, install, use, inspect, or even experimentally modify GPL'd software. All of those activities are either forbidden or controlled by proprietary software firms, so they require you to accept a license, including contractual provisions outside the reach of copyright, before you can use their works.


    Read the full article at http://www.gnu.org/philosophy/enforcing-gpl.html
  61. little knowlege = dangerous thing by DunbarTheInept · · Score: 2

    I'd much rather have the case where the lawyers *know* they don't know anything than the case where they *think* they do because one of them downloaded and installed a device driver once.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  62. I do not agree by 0x0d0a · · Score: 2

    You have argued that copyright law is ubiquitous and of wide influence. It affects your magazine? Sure. That's quite different from being viral. (Actually, this is a pet peeve of mine -- "viral" has extremely negative connotations, but something being viral certainly doesn't mean it's bad -- it's just a particular method of propogation. Of course, MS PR flacks are having tons of fun with the negative connotations).

    Now, I'm not saying that the GPL is bad, but it's certainly a reasonable argument to say that it propogates in a viral manner. That's one of what I consider the more interesting things about it. Once a small piece of GPL code enters a project, the entire project must become GPL, and start pumping out GPL code fragments which can then "infect" other projects.

    It's hard to define what's "good" and "bad", especially since this isn't a simple model of "what helps this project" but "what provides everyone with the most benefit in the real world". However, I still feel that there's a reasonable argument that the GPL is actually good for its hosts -- symbiotic. It's designed to help reduce code reimplementation, and helps widely-used code be debugged.

    To help drive my point home, one other thing that might be considered a symbiotic virus (at least in one point in time) would be Christianity. Ignore, for the moment, present complaints about the religion being obsolete or holding back technological advances. It certainly spreads virally -- each person is "infected" by the meme, "converted", and "encouraged to spread the word". Host resources are used to assist the virus in propogation. However, there are major benefits Christianity has provided to human society. If you're living in a society with not a lot of law enforcement (think, where people live pretty much by the sword (think of the Dark Ages and earlier), you have the threat of an ultimate magistrate (God, Judgement Day), and strong encouragement to not attack/betray/cheat your neighbors. That, in turn, helps the community-organism survive, and all the units that compose the community-organism are better off. Hence, a symbiote.

    1. Re:I do not agree by ajs · · Score: 2

      You have argued that copyright law is ubiquitous and of wide influence. It affects your magazine? Sure. That's quite different from being viral.

      I never really said anything about copyright being either ubiquitous or of wide influence, though certainly it is quite influential.

      The exercise was this: take a magazine. Cut it up, and make your own magazine out of it (adding and removing as you like).

      This derived work is under the copyright of the original author of the magazine. In effect (and in the same way that GPLed software does) this copyright has propagated to your software!

      Now, go grab the gcc sources. Hold your hand over the hard drive and speak this incantation: "I do not accept the terms of the GPL." BOOM! Your copy of the GCC source is no longer covered by the GPL. It's totaly, 100% free of it (actually, it never was under the GPL, but you just re-affirmed that you weren't going to change that)! No viral propagation, no fear of violating the GPL (you can't violate what the source isn't covered by). If you make a CD of those GCC sources and give them to all of your friends... wait for it... you're not violating the GPL one bit.

      Of course, you're violating copyright law, and the original author can sue you for that, but this is just as true with a magazine. You've taken the GPL out of the loop and made GCC no more a GPLed work than your average magazine. Ooooh, spooky GPLed software. Who knows what THAT could do to your business!

      BSD-licensed software, as an example, doesn't state outright that it is giving you a choice, but in reality it is too. You can accept the terms of the BSD license or not. If you do, you are granted certain rights (just like the GPL) and you are subject to certain restrictions (there are three of them, of which the copyright holders of BSD have recinded the third). If you do not, you have the rights granted to you by copyright law and fair use. Exactly the same reproductive stratagy as the GPL.

    2. Re:I do not agree by 0x0d0a · · Score: 2

      This derived work is under the copyright of the original author of the magazine.

      No, it is not. He can use his copyright on the *original* work to prevent you from distributing your derived work. He certainly does not have copyright over your derived work.

      I do not accept the terms of the GPL

      This is semantics. The GPL is designed to work hand in hand with copyright. It uses copyright to enforce what it does. Arguing whether copyright or the GPL is the element causing your punishment is silly.

      Look...copyright law is a fundamental building block of the GPL, just as atoms are of biological viruses. That doesn't make copyright law viral any more than atoms are viral.

    3. Re:I do not agree by ajs · · Score: 2

      copyright law is a fundamental building block of the GPL, just as atoms are of biological viruses.

      This is a highly flawed analogy. Atoms do not propagate. Copyright does.

      Also, you've failed to address the fact that all licenses (except the ones that go even further into saying that you simply don't own your copy of the software) propagate in this way.

      As for copyright... you are incorrect. By modifying a work, I create a derived work. I can claim copyright over my changes (unless there is a prior agreement to the contrary), but my changes are not the derived work. In practice, this results in either a) copyright assignment (as the gcc team requires) or shared copyright (as with the Linux kernel). Linus most certainly does not lose his copyright on your modified Linux kernel! Nor do you lose the right to control your changes.

      You can GIVE UP YOUR RIGHT TO CONTROL THOSE CHANGES, in whole or in part. The GPL requires that you give them up in part if you wish to distribute changes.

      I also take exception to this phrase, "element causing your punishment" There is no punishment involved. You have certain rights. You may use them. The GPL is not involved.

      If you choose to apply the GPL you are granted certain other rights, but with restrictions. In nearly all contracts, the granting of rights comes with certain restrictions (there are three in the BSD license for example, one of which has been recinded). The GPL's restrictions are pretty mild as software licenses go. All they require is that you give what you got. You got the right to share, you give the right to share. You got the source, you give the source.

      Every other concern about the GPL is a concern about copyright law (bundling, copying to memory, compilation, etc). These are the areas that the DMCA should have covered because they affect all software licensing, but instead it was a tool of big media to control viewing rights. Oh well.

  63. GPLed demos by 0x0d0a · · Score: 2

    On a similar note: what happens with GPLed demo apps?

    If you want to put out a "demo" version of your software, and then later hand out the "real" version, it would seem that you'd run into problems -- unless you have two separate codebases. The person could just get your source, undefine IS_DEMO, and recompile.

    I wonder if you can reasonably hand out code already processed with cpp. Probably not.

    1. Re:GPLed demos by ProfessorPuke · · Score: 2

      Is there such a thing as a GPLed demo of a commercial program? I've never heard of one, unless you count companies (id software and mySql) who release old versions of their code as GPL. Or maybe there's things like Sourceforge and TuxRacer, where the authors all agreed to re-license their software as proprietary before adding new features (leaving the old free version as a "demo").

      If you did want to release a GPL demo of code you've written and plan to later sell, that's fine. If you want to keep some features out of the free version, that's fine too. Just make sure you actually delete them, and don't just conditional it out.

      (The procedure would be: take a copy of commerical program, delete the sections that should stay proprietary, then add the GPL license to the source code, and distribute it. The code you keep was never in the file at the same time as the GPL, so its absolutely fine. You don't even have to do this physically, only notionally)

      And if you're distributing a GPL copy of something you wrote, then preprocessed output is OK (but rather pointless- you won't get anyone excited about working on your code that way).

      The situation where distributing preprocessed or partially-compiled code is NOT ok is if you took an existing GPL program as readable source, and then added some changes. You're future distributions have to be in the same kind of source code you got it in (not obfuscated, if it wasn't already). You can make changes necessary to implementing your features, of course, but not something that's only to make it harder for others to read/modify.

      If the GPL impels you to distribute source code, it must be code in the format that YOU prefer for making changes.

  64. errr...arg....I can't help it. by T.E.D. · · Score: 2
    Please refrain from giving answers like 'all code should be GPL'

    So exactly what is the problem with making your drivers (on Linux only) GPL? You are in the hardware business, not the software business, right? What nightmare scenario are you avoiding by not allowing folks to tweak and redistribute drivers for your hardware? The drivers aren't going to work for anyone very well until they fork over money for the hardware the drivers go with.

    As the copyright holder, you'd still have the right to redistribute the drivers on other platforms under whatever other license you want.
  65. Not quite by 0x0d0a · · Score: 2

    It depends.

    In real life, you probably want to have multiple apps running. You probably need to have the driver service the device at a decent number of times a second. Each time you need to service the device, you hit a context switch.

    However, if the only thing running is the kernel and the userspace app, you will not experience any context switches.

  66. drivers are plug-ins under the GPL by tim_maroney · · Score: 2

    Please see the GNU FAQ on this point, which I quote:

    If a program released under the GPL uses plug-ins, what are the requirements for the licenses of a plug-in.

    It depends on how the program invokes its plug-ins. If the program uses fork and exec to invoke plug-ins, then the plug-ins are separate programs, so the license for the main program makes no requirements for them.

    If the program dynamically links plug-ins, and they make function calls to each other and share data structures, we believe they form a single program, so plug-ins must be treated as extensions to the main program. This means they must be released under the GPL or a GPL-compatible free software license.

    If the program dynamically links plug-ins, but the communication between them is limited to invoking the `main' function of the plug-in with some options and waiting for it to return, that is a borderline case.


    Drivers are not a borderline case. They do much more linking and data structure sharing than just invoking main with options. Their program, the kernel, "dynamically links plug-ins [drivers], and they make function calls to each other and share data structures".

    There is a way to allow proprietary modules, but it requires a special license clause for the platform; see again the FAQ.

    The inability to create proprietary plugins to extend a free platform is an important and possibly deliberate problem with the GPL. It makes it more difficult to build proprietary software by imposing an arbitrary restriction on its relationship to GPL software.

  67. Making available for download = distribution by hpa · · Score: 2
    I am not a lawyer, but I follow legal issues every now and then (and that's probably the best you're gong to find on Slashdot.) I believe the courts have ruled again and again that making something available for download is distribution, so the fundamental assumption made in the original post is plainly flawed. This is a good thing when dealing with GPL software, because it makes clause 3(b) of the GPL a hell of a lot easier to deal with. Since today the Internet is very much "a medium customarily used for software interchange", it pretty much boils down to: "it needs to be on a website, you have to include a URL to it in your documentation, and you have to make sure that URL stays valid for at least three years."

    I would suggest looking up court cases that publishing on the Internet equals distribution. They can't be very hard to find.

  68. Linux kernel modules by bored · · Score: 3, Informative

    I am a driver developer: A year or so ago a company I worked for was looking to release a linux driver. The same questions were going around and around. Some other things to think about.



    There are lots of diffrent versions of Linux. This isn't windows where you have to make a release for one or two versions of the same operating system. This will cost money in terms of support and testing. Every driver release will have to be testing with the kernel version shipped with the last couple release of Red Hat, Mandrake, Suse, and Turbolinux at a bare minimum.

    Getting a driver to work across multiple major linux verions (2.2->2.4->2.6) isn't usually a small task if your driver does more than export a basic character device. In some cases it is as easy to port to AIX and Solaris than keep up with how fast people are changing the Kernel API's. There has been talk of changing this on LKML.

    You have to have a solution to deal with people who are installing kernel patches which break API's you depend on. In our case the driver was carefully written to have an opensource component and a closed source component. The user could download and compile the opensource part which would provide a stable API for the closed source part.

    You also have to question your basic model. Is your company selling hardware, software, support or a combination? If your not selling software then why are you concerned about the driver? Simply opensource it. That way you will get free development. The bottom line may be a better if you hire 1 developer to write and release a opensource driver which gets partially maintained by the community vs two or three developers to write, maintain and test it.

    If your releasing a new piece of hardware that doesn't have market acceptance yet and isn't just another cheaper/faster soundcard/nic/etc then you probably want to encourage use of your product. Opensource drivers help to document and provide examples of how to use the hardware. I have been involved in a situation recently where a company has been trying to sell a product for two or three years into a particular market. We are selling product into a diffrent market. After trying to buy a development kit and aquire documentation we went with another solution that has very open documentation (including some opensource driver source to look at).

    There isn't anything particulary special about 99% (statistic pulled from ass) of the drivers out there. They are simply software intefaces between the OS API's and a particular piece of hardware. Just because it cost a lot money to make the driver doesn't mean it should cost a lot. Drivers by definition are pieces of code writtent to SUPPORT the hardware. Not the other way around. Viewing the driver as the cost of selling the HW (just like the marketing costs of selling it) is much more appropiate. Will you try to have a license key for the driver or will the HW be the license key? Most companies give the latest version of the driver away on their web site, why not provide the source anyway. Any patents in the source are still valid, and it discourages people from reverse engineering your driver and writing a clean room version you don't control.

  69. Re:Summary by T.E.D. · · Score: 2
    2. The situation with embedded products is even more complicated (as somebody pointed out) because we actually do ship a GPL code - we ship the device which runs GPL Linux kernel.


    I believe that was me. I do have a wee bit of experience in this, as I work for a company that does a lot of embedded work, and I'm one of the two guys who writes all the company's device drivers. We've even shipped modified GPL drivers from Linux in many of our systems (we modified a GPL ethernet card driver to work under VenturCom's RTX extensions).

    P.P.S. To all these who never worked for a hardware company and believe that the company can opensource it's drivers - well, one simple example : NVIDIA Detonator 3 driver increased the performance by 30% IIRC. Don't you think that ATI would love to look at the source code ?


    I believe this is probably a hit on me, since you replied to one of my postings on this subject by pointing me to this message. However, as stated above, I do work for a hardware company (writing device drivers, no less), and my question still stands.

    First off, the example you state is useless for the exact reason that its a proprietary driver: we have no way of knowing what caused the increase. It could well be that certian hardware features for the tested card were not turned on in previous versions of the driver, due to the hardware being ready before the software was. I know that's happened with nVidia video drivers in the past.

    I'm guessing from your answer that you are worried about loosing a competitive advantage against a close competitor. I suppose that's possible, depending on your business. But who says you'd loose? It could be that your competitors actually have the superior software.

    But more to the point, why should you have to worry who has the better software? If your business is primarly hardware, should you really be trying to compete with software? That isn't your company's core competency.

    But, as I mentioned in my other message, I don't really know enough about your business to say. I know it wouldn't hurt *our* business in the slightest. But then, our hardware typically costs over a million dollars when all put together (Flight Sims). You are probably in a different situation.
  70. Consider asking the FSF for help. by jbn-o · · Score: 2

    It sounds like your organization is genuinely trying to do the right thing. The FSF is eager to help organizations like yours become compliant with the GNU GPL. The FSF's general counsel Eben Moglen has said that he spends a good deal of time helping people become GPL-compliant. Perhaps he could help your company too.

  71. write a module by rsd · · Score: 2

    Linus has stated tons of times and this has being covered tons of times
    everywhere.

    You can have NON-GPL drivers in the Linux Kernel as a module.
    You won't be able to compile a monolithic kernel with your driver.

    This means that you might need to use a initrd image if you need it at boot time.

    Things can get messy if you need your driver to access some "virtual" fs to read
    the initrd image in the first place.

    My advise is to try to convince your bosses that GPLing the drivers would make things
    really easy for you as a developer and can be shared with other embedded developers.

    Specially if this is related to common pieces of hardware, like memories (flash, ...),
    buses and so on. It is even possible that similar problems have being covered before
    and it is available (guess what...) under GPL.

    Good places to start:
    http://www.linuxdevices.com
    http://alllinuxdevi ces.com

  72. Licensing Issue or a Distribution Issue? by runswithd6s · · Score: 3, Informative

    IANAL, and IANAE, but here goes...

    Is your employer's concern over licensing or over distributing source code? Linus Torvolds has made it quite clear that the Linux kernel has provisions for commercial modules, given that the module follows the API requirements, such as providing a COPYRIGHT notice in the initialization structure of the module itself. Proprietary modules are not an issue with it comes to the kernel.

    I believe that any changes you make to the kernel itself in order to integrate your module need to be GPL'ed. For example, let's say you have to make a patch to the Block IO API in order to enable some functionality of your driver. That patch must be GPL'ed. Your driver is still safe.

    If your company is concerned with distributing source code, regardless of license, then you have another problem. In that case, you will be in the business of compiling kernels if you don't want to deal with a physical module. Compiling kernels and distributing them, which you have all the rights in the world to do, adds overhead to your company's responsibilities that they probably don't want.

    So, when it comes to the Linux kernel, you should talk to Linux kernel developers and Linus Torvalds or his legal team in particular. Remember that the Linux kernel does have provisions for legal use of commercial and proprietary licensed drivers. Looking only at the GPL is not enough in this case.

    --
    assert(expired(knowledge)); /* core dump */
  73. Good Article to View by runswithd6s · · Score: 2
    Here's a link to a LinuxDevices.com article titled "Are non-GPL loadable Linux drivers really not a problem?".

    I hope that helps. If you are ever in need of info, always hit Google.

    --
    assert(expired(knowledge)); /* core dump */
  74. two kinds of linking. by DunbarTheInept · · Score: 2

    link with program != link with library.
    Libraries are things explicitly DESIGNED such that the finished product is a pile of functions you want other people to call.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  75. nearly right.... by ebyrob · · Score: 2

    The point is: without a license of some sort, you have NO permission to use the existing work in any way, not to copy, not to quote, not to use to derive new work from.

    Well... this may be what Disney would like you to think, but a little thing called "fair use" is supposed to allow you to quote excerpts from any copyrighted work in order to effectively talk about said work. To simply read or use the work you can usually go to a library or similar source, which has 'a copy of' the work (contrast with 'a license to') available for loan.

    Work that is derived from the original work is controlled by the copyright holder of the original work.

    If this were true in classic copyright law, there'd have been very few parodies ever created and fewer still actually distributed. Fortuneatly this wasn't the case.

    Any proprietary software with a "license" is viral in the sense that it is attempting to change law and control users far more than ever precedented in history. Just like the GPL is viral in the sense that it also foists this really nasty "license" nonsense on the public. Now, the GPL would be somewhat nicer if it only attempted to control distribution of GPL'd work (and might have had a foot to stand on in classic copyright) instead of also controlling derivitive work. Oh well, add RMS to the list of those trying to steal my freedom I guess.

    Both "proprietary" and "free" software efforts have had a great impact on recent legislation that attempts to change the way copyright works. So while a "software license" wouldn't have meant a hill of beans 20 years ago, it might mean something today... God help us all.

    1. Re:nearly right.... by Znork · · Score: 2

      The GPL only controls the distribution of the GPL code. You can license your copyrighted derivative code any way you want, but if that way isnt compatible with the GPL license you cannot distribute the GPL portions of the code. You can still do whatever you want with the code you hold copyright to.

      Parodies and fair use are quite different beasts. You can probably get away with 'fair use' of GPL code if you take and distribute a function to write a review about it. You're not allowed to take large chunks of code and add it to your own however. Nor are you allowed to take 8 chapters out of a book, change the names and rewrite the ending and call it parody either. You would probably be able to get away with looking at the code to a GPL ls as you rewrite it as a parody however. Maybe that's what they did with 'dir'...

    2. Re:nearly right.... by ebyrob · · Score: 2

      The GPL only controls the distribution of the GPL code. You can license your copyrighted derivative code any way you want, but if that way isnt compatible with the GPL license you cannot distribute the GPL portions of the code. You can still do whatever you want with the code you hold copyright to.

      I doubt RMS would agree with you on that point, he seems to considering "linking to" and "distributing with" to be one and the same...

      If what you say were true, than the guy writing the original article would have nothing to worry about while creating "derivitive" works as long as they were never distributed with the GPL code they were derived from. Since this doesn't seem to be a viable option I have to assume the true legal issues are a bit thornier...

      Parodies and fair use are quite different beasts.

      Well ya, they aren't even in the same category, but that doesn't mean they are unrelated. Paradies are one form of free expression that is possible precisely because of fair use.

      My main point about licensing is that "needing to pay for copies" and "needing permission to make use" are quite different. The constitution attempted to set up a mechanism for creators to get some compensation for their work as an incentive to create. This is a far cry from locking up created speech and allowing only the creator to control when, where and how that speech is used.

  76. Tivo? by calc · · Score: 2

    I am not certain but doesn't the tivo's linux kernel have some binary only drivers in it?

  77. Re:Reverse-engineering is *NOT* easy by mpe · · Score: 2

    Furthermore it may be `easy' technically, but the person doing the reverse-engineering may not be the one writing the competing piece of software or designing the piece of competing hardware. The reverse-engineer can only write a spec, from which a clean-room rewrite/redesign can be done by somebody else.

    These may be the rules in the US. How much do you think someone in Seoul, Taipai or Bombay cares about them?

  78. Re:Why they don't want to release driver sources by T.E.D. · · Score: 2
    I'll suggest a reason why certain manufacturers might not want to release driver sources. Suppose you have two competing products. One is a rather complex hardward based implemetation. The other is a rather simplistic hardware design with most of the functions implemented in software. WinModems come to mind but there are other "devices" where this can be done as well.

    In a hypothetical design, if the vast majority of the functions can be moved to software, then even though the end users THINK they are buying a hardware solution they really are buying a software solution. This implies that if the "drivers" are open sourced, then the competition can easily match the product simply by assembling a primative hardware support card. The fewer functions actually implememnted in hardware the cheaper it is to build the card.


    Perhaps. But in this case, I'd claim that you aren't a hardware manufacturer at all; you're a software manufacturer with an unusually elaborate dongle. :-)