Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Linus Puts Kibosh On Banning Binary Kernel Modules

Posted by kdawson on Thu Dec 14, 2006 09:09 AM
from the distribution-vs.-use dept.
microbee writes "On LKML's periodic GPL vs. binary kernel module discussion, Andrew Morton hinted that he favors refusing to load binary modules in 12 months. Greg Kroah-Hartman then posted a patch to do exactly that. Surprisingly Linus chimed in and called it 'stupid' and a 'political agenda,' and even compared it with the RIAA's tactics. Later in the same thread Greg withdrew his patch and apologized for not having thought it through."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by Anonymous Coward on Thursday December 14 2006, @09:10AM (#17235672)
    "I'm so sorry Mr. Linus! Please forgive me! I was a bad wittle boy."
  • by suso (153703) * on Thursday December 14 2006, @09:11AM (#17235686) Homepage Journal
    This week on LKML 24. Andrew and Linus get into it over politics, while Greg watches from the closet. Watch it Friday at 8, 7 central, 6 a mountain.
    • by araemo (603185) on Thursday December 14 2006, @10:55AM (#17237634)
      Actually, (And in contrast to the majority of LKML spats that get posted here), Linus' post is actually rather accurate, and I agree with his reasoning. I don't want the RIAA being able to prevent all fair use just because some people make 'un-fair use'. I don't want to prevent other people from doing the same things with my works or I am being hypocritical. (Just to use one example, I realize kernel binary modules have nothing to do with fair use, and everything to do with derived works.)
      • by IdleTime (561841) on Thursday December 14 2006, @10:34AM (#17237222) Journal
        Woowwww

        Do you know any other logical fallacies? You must lead a horrible life to have such an opinion.

        Besides that, i agree with Linus, binary modules should not be banned. Because of the ability to use binary modules, a lot of commercial software are made available and that is A Good Thing (Tm)
        • by kripkenstein (913150) on Thursday December 14 2006, @11:32AM (#17238360) Homepage
          Besides that, i agree with Linus, binary modules should not be banned. Because of the ability to use binary modules, a lot of commercial software are made available and that is A Good Thing (Tm)

          Linus's reasons, as appear in his message, are completely and utterly different from yours. To briefly summarize: first, this prevents USE of binary modules, but the GPL can only come into effect when you DISTRIBUTE something (via copyright law). Second, this will just annoy people, by shoving the kernel developers' opinions down their throat (any they can change the kernel source to allow binary modules anyhow). Third, it won't work, because a small GPLed "shim" can load a binary driver (as NVidia already do).

          However, he hates binary drivers, and for good reason. I agree both with this and with his reasons, and disagree with yours.
            • by kripkenstein (913150) on Thursday December 14 2006, @01:34PM (#17240922) Homepage
              The only reason the parent gave was that he feels commercial software being made available for Linux is a good thing. Is this what you are disagreeing with?

              I disagree that running commercial software is reason enough for having binary kernel modules. Now, commercial software is fine, if you want/need that sort of thing, but you should run it in userspace. Binary drivers in the kernel are something else altogether.

              AFAIK most commercial software written for Linux does not need to run anything as a kernel module, so the connection between "having commercial software on Linux" and "binary drivers in the kernel" is fairly slim, anyhow. Please correct me if I am wrong.
  • Seriously, there should be no "bans" of any code from Linux. That defeats the entire point. Banning people from loading their own kernal modules because YOU think there may be some weird legal issue is exactly the same as making your media player play only DRM files.

    This should be a short topic, Linus' reply (which if you haven't read you should) should finish the entire conversation right here, it's a stupid and petty toys out of the pram act and I'm glad he shot it down.

    Hopefully if it somehow does make it into the trunk, there will be very quickly versions with it removed releases as we go forward too because I don't think the wider community will have any truck with this at all.
    • Exactly (Score:5, Interesting)

      by rastilin (752802) on Thursday December 14 2006, @09:33AM (#17236040)
      I'm already in a situation where most distributions don't even install because the nv drivers they try to load at default won't work on my Geforce 6800. Even the latest vesa drivers seem unbearably slow. If this patch got into the tree, I'd switch to windows the exact same day.
      • Re:Exactly (Score:4, Insightful)

        by diegocgteleline.es (653730) on Thursday December 14 2006, @09:53AM (#17236396)
        Certainly you're not one of the brave hackers that didn't stop developing linux in the early days despite of the severe lack of drivers.

        These days you can boot linux anywhere. But you know, there was a time (not that far ago) when Linux (and BSDs) didn't support almost anything. Those people really believed in open source, and they didn't mind spending many hours of their life reverse-engineering obscure hardware. They also didn't mind selling their incompatible hardware and buying linux-compatible hardware in order to run their wonderful open source OS.

        And you plan to to switch windows if the linux developers plan to ban propietary modules. You aren't switching your graphics card and buying a linux-compatible one (something you can fix with money). You just plan to switch windows.

        We're lucky that the early open source hackers weren't like you - if they had switched to windows every time they found a barrier we wouldn't have open source operative systems today. Linux has got big without the help of propietary drivers and despite of the ridiculous hardware support and the one way of getting even bigger is following the same path. We don't need propietary drivers, fuck them.
                  • Vista (Score:4, Interesting)

                    by Z34107 (925136) <zealoussniper&netscape,net> on Thursday December 14 2006, @12:02PM (#17239072)

                    I believe there is a restriction in 64-bit vista that prevents unsigned drivers.

                    Nope. There is a restriction in all versions of Vista against using unsigned kernel mode drivers. However, the new Windows Driver Model makes it possible for 99% of drivers (minus graphics drivers) to run in usermode.

                    So, you can't run unsigned kernel mode drivers. But, unlike XP, you don't have to run kernel mode drivers - they all run in userspace. Interesting, since this will cut heavily into the profits Microsoft makes from driver signing, but it make the OS a billion times more stable - usermode drivers can't bluescreen. (This is also why there's "hardware compatibility" problems with Vista right now - although the user-mode drivers are easier to write, not everyone has ported their drivers yet.)

        • Re:Exactly (Score:5, Insightful)

          by Professor_UNIX (867045) on Thursday December 14 2006, @11:17AM (#17238060)
          If you are going to run closed, proprietary, unaudited code in ring 0, what benefits do you think you are going to get from running a Free/Open OS?
          It doesn't cost $300 and includes a pretty decent array of software while providing a stable networking platform? MOST of the arguments for switching to Linux involve the price and have nothing to do with open source philosophy. If Linux cost $300 nobody would be running it.
              • Re:Exactly (Score:5, Insightful)

                by bzipitidoo (647217) <bzipitidoo@bigfoot.com> on Thursday December 14 2006, @11:05AM (#17237842) Journal

                And Windows doesn't take LOTS of time to get working? Ever tried setting up IIS with LDAP and wikis? Spent hours trying to find out why files on the network were being mysteriously and only very occasionally corrupted? (Thanks, DLink and your buggy network card drivers for Windows.) Have that fresh Windows installation get pwned in less than a minute because you didn't know it must be patched before it touches the Internet? Maybe you really believe MacIntoshes "just work"? They're pretty good, but they aren't perfect either.

                OSS gets a LOT of flak it shouldn't. Double standards. When a device doesn't work with Windows, that's the device's fault. When a device doesn't work with Linux, that's Linux's fault. But you know, if those device drivers are OSS, you at least have another option. Lot of talented people out there will be able to work on the drivers.

                • Re:Exactly (Score:5, Informative)

                  by CrazedWalrus (901897) on Thursday December 14 2006, @12:02PM (#17239074) Journal

                  And Windows doesn't take LOTS of time to get working? Ever tried setting up IIS with LDAP and wikis? Spent hours trying to find out why files on the network were being mysteriously and only very occasionally corrupted? (Thanks, DLink and your buggy network card drivers for Windows.) Have that fresh Windows installation get pwned in less than a minute because you didn't know it must be patched before it touches the Internet? Maybe you really believe MacIntoshes "just work"? They're pretty good, but they aren't perfect either.

                  OSS gets a LOT of flak it shouldn't. Double standards. When a device doesn't work with Windows, that's the device's fault. When a device doesn't work with Linux, that's Linux's fault. But you know, if those device drivers are OSS, you at least have another option. Lot of talented people out there will be able to work on the drivers.

                  Indeed. My sister-in-law just bought a Dell, and I spent *hours* installing patches (about 50 for a fresh SP2 install), removing all of the "free trials" and "buy me" nags, installing windows versions of open source stuff (Postgres, Open Office, Firefox, Thunderbird), and setting her up to run as a limited user instead of administrator.

                  On the average Windows box, you then repeat this process ever 6 months because it got fricked up somehow. Nah -- it's as much trouble or more than linux, *AND* it costs me money to boot. Insult to injury. No thanks.
      • Currently there are only few closed source drivers in Linux, so the system is working pretty well.

        If that were the case this patch wouldn't have been submitted. If you read the withdrawal email you'll see that there are "hundreds".

        [side diversion, it's not the video drivers that really matter here everyone, those are just so obvious. It's the hundreds of other blatantly infringing binary kernel modules out there that really matter. The ones that control filesystems, cluster interconnects, disk arrays, media codecs, and a whole host of custom hardware. That's the real problem that Linux faces now and will only get worse in the future. It's not two stupid little video drivers, I could honestly care less about them...]

        You as an end user just don't see them because they're all specialized for certain tasks or equipment. Most people just see the video drivers.

        Hopefully nvidia will also publish open source drivers.

        Not going to happen. NVidia and ATi have stated they couldn't open up the drivers if they wanted to. There's just too much licensed IP they don't have the rights to open.

        • by kimvette (919543) on Thursday December 14 2006, @10:42AM (#17237374) Homepage
          Not going to happen. NVidia and ATi have stated they couldn't open up the drivers if they wanted to. There's just too much licensed IP they don't have the rights to open.


          Bullshit. They can yank out third-party routines and instead document EVERY register that is exposed to the bus. What possible "IP" can be "violated" by documenting that placing falue (n) through (n+255) in $foo register does $bar? Absolutely none. It does not reveal any optimizations in that third-party routine, and does not expose the chip mask to the layperson, e.g., anyone not possessing the equipment necessary to disassemble a chip without damage, not possessing an electron microsocope, and not possessing the skills to reverse engineer it even if they could get to the point where they can take those pictures.
          • by Andy Dodd (701) <atd7 AT cornell DOT edu> on Thursday December 14 2006, @10:58AM (#17237684) Homepage
            S3 Texture Compression (S3TC) - The initial cause of ATI going closed-source with their drivers after a long track record of being (nearly) fully open source.

            I'm sure there are plenty of other examples, but S3TC (the reason Unreal Tournament 2003 only ran with NVidia cards with the NV binary drivers until ATI released their first binary drivers) is the first well-known example.

            Implementing S3TC goes WAY beyond documenting a few registers. Modern video drivers do far more than you realize, they aren't just some low-level glue.

            Speaking of low-level glue, most if not all of the NVidia kernel module is in this category and source is available, but it's useless without the (non-kernel) userspace X11 driver.
        • by Ruie (30480) on Thursday December 14 2006, @10:55AM (#17237624) Homepage
          Not going to happen. NVidia and ATi have stated they couldn't open up the drivers if they wanted to. There's just too much licensed IP they don't have the rights to open.

          They lie. Or pretext - or whatever current euphemism is.

          The fact of the matter is that all they had to do is release register specs and the drivers would have been written, be more stable and provide fertile ground for experimentation with desktop technologies.

          The latest ATI cards do not even work in 2d - probably because someone decided that hoarding "IP" is useful before AMD merger.

          • by IamTheRealMike (537420) on Thursday December 14 2006, @12:44PM (#17239806) Homepage
            I'm afraid the days of drivers being programs that tweaked registers is long gone, my friend. Some of them include advanced optimizing compilers. There's a reason the nvidia driver is nearly the same size as the kernel itself - it's an extremely complex piece of code, with many clever things being done in software.
          • So I'm a little hazy on this one. If proprietary hardware vendors release proprietary drivers, what exactly is the harm?

            There isn't any, as long as they're not derivative. When Greg withdrew his patch he said he was driven by the hundreds of other closed source modules that are closed despite being GPL-derived. Forcing all modules open would help put a stop to that. Linus pointed out that it would force open perfectly legal modules as well, and he wasn't going to be put in the position of forcing his ideology on someone else, equating it to a form of DRM. His point was that if they wanted people to respect the GPL they needed to respect license choices of other peoples' non-derived code.

            • by Total_Wimp (564548) on Thursday December 14 2006, @10:57AM (#17237658)
              Understood. Haven't we gotten the EFF to sue people who illegally put GPLed software into their proprietary software? I'm all for that. I think it's funny that people who want to keep their own stuff from gettnig stolen have no problem with stealing the work of others. But it's not ha ha funny.

              TW
          • by TheRaven64 (641858) on Thursday December 14 2006, @11:09AM (#17237916) Homepage Journal

            So I'm a little hazy on this one. If proprietary hardware vendors release proprietary drivers, what exactly is the harm?
            Do you use a graphics card? Do you use a graphics card in a corporate environment? Here's an example of what could happen:

            The closed driver has a security hole in it, which can be exploited remotely (e.g. by viewing a web page) and gives the attacker the ability to exploit code. If you want a fix, you have to update to the newest version of the driver. There's a catch though; the newest version doesn't support some older cards. If you want those older machines to not be vulnerable to infection just from viewing a web page, you need to upgrade their graphics cards as well.

            Sounds unlikely? Well, that's exactly what happened to users of nVidia hardware. If the driver had been Free, then any users that cared enough could have back-ported the fix, or paid someone else to do so. The biggest problem with closed drivers is that, once a newer version of the hardware is released, it is in the manufacturer's interest to 'encourage' you, the user, to upgrade.

      • by JPrice (181921) on Thursday December 14 2006, @10:15AM (#17236788) Homepage
        Having the source code available is definitely an advantage. However, one of the other strengths of Linux is the amount of freedom that you have in how you use it. It seems a little hypocritical for members of the Linux community to criticize Microsoft (and, as Linux points out, the RIAA) for imposing restrictions on how you can use their software/content while imposing similar restrictions themselves. It doesn't matter that one group's motive is profit and another is some lofty political ideal... the end result is the same thing.

        Banning binary kernel modules also has the potential for being the start of a slippery slope... if you're going to say that binary kernel modules aren't allowed, why not extend that to any piece of software that isn't open source? Maybe that would cause some people to open-source their software; I'd argue that it would also cause a lot of people to stop producing software for Linux altogether.

        If you want Linux to be a paragon of open source virtues, banning binary modules is an excellent plan. If you want Linux to remain relevant in the real world, not so much.
        • by NemosomeN (670035) on Thursday December 14 2006, @10:22AM (#17236894) Journal
          If I remember right, the only reason it didn't work was because people got pissed off because of it. It was a bad idea not based on its merits, but based on the ideological stubbornness to accept something that is proprietary, no matter if it is better or not. You're talking about a group that would have rather used the US Postal Service to distribute/merge/collaborate on source code than Bitkeeper. If you want to go play pool, and all of your friends want to stay home, does that mean you had a bad idea? No, your friends just suck.
  • Backpatching (Score:5, Insightful)

    by Spazmania (174582) on Thursday December 14 2006, @09:17AM (#17235778) Homepage
    Besides, what's to stop anyone from back-patching the kernel so that it does accept binary module loads? Freedom to change it; that's the GPL. Or did you think Red Hat and Novell wouldn't remove that particular feature?
    • Re:Backpatching (Score:4, Interesting)

      by a.d.trick (894813) on Thursday December 14 2006, @10:24AM (#17236966) Homepage

      The point is the message that this brings across. At the moment people are pretty lax about binary dirvers. A ban on them in the vanilla kernel will go a long way in telling the driver vendors to make their specs free or get out of Linux land. Free drivers would be awesome, but I don't know if Linux is strong enough to actually influence the vendors at this point so we might end up with nothing. Plus, implementing this at the code level seems like the wrong place to be doing it. As Linus said, the license ought to control the distribution not the usage.

  • by bconway (63464) * on Thursday December 14 2006, @09:17AM (#17235780) Homepage
    I'm not sure what kernel list the poster has been reading. Linus is a pragmatist. He has constantly favored using the best tool for the job over religious fanaticism. There's no surprise here.
      • by halivar (535827) <bfelger @ g mail.com> on Thursday December 14 2006, @10:30AM (#17237120) Homepage
        From another perspective, Linus's algorithm for deciding pragmatism is based on a greedy algorithm - it always spits out answers that look reasonable in the short term. He may be an excellent programmer and good project leader, but he seems to lack a sense of perspective.

        Well, FSF's sense of "long-term" perspective has given them HURD. Linus's "lack" of perspective gives me Working Software Right Now(tm). In the end, that's all businesses really care about.
  • distro vs core (Score:5, Insightful)

    by Speare (84249) on Thursday December 14 2006, @09:19AM (#17235814) Homepage

    This shouldn't be a part of the core kernel code. However, the companies providing commercial support may, of course, include such a restriction in their kernels. This would just be a step further from "we don't support your kernel if it is flagged as tainted." The user can remove them if they want, with the same consequences as removing those foil "WARRANTY VOID" stickers hiding the screw holes on electronics devices.

  • by MarkusQ (450076) on Thursday December 14 2006, @09:19AM (#17235820) Journal

    Linus was wrong on one point:

    Oh, well. I realize nobody is likely going to listen to me, and everybody has their opinion set in stone.

    In fact, I had never understood his point until reading that post. As he points out, it clearly is hypocritical to object to the RIAA tactics (which I do) on the one hand and then propose using exactly the same sort of technological barriers to fair use on the other. If people object to binary only drivers, the sollution is for those people to refuse to use them, not for them to try to game the system to prevent other people from using them.

    --MarkusQ

  • by GauteL (29207) on Thursday December 14 2006, @09:23AM (#17235880) Homepage
    But the fact is that there is a large number of copyright holders for the Linux kernel, not just Linus himself. Not all of these copyright holders accept binary kernel modules, and thus they should be considered illegal to distribute with the kernel.

    However, refusing users to shimmy in a binary module themselves is wrong. The GPL clearly states that it only covers distribution, not usage, so users are perfectly entitled to do whatever they want to the kernel as long as they do not distribute it. Adding a check to refuse loading of binary modules would only lead to a fork of the kernel, which is unproductive and unhelpful.

    If a binary kernel module contains absolutely no code from the Linux kernel in the form of headers or anything like that, the FSF would have a hard time claiming it is derivative work, thus it should be perfectly legal to distribute. The GPL may say otherwise, but this may be an over extension of the powers of a copyright holder.
    • by rkcallaghan (858110) on Thursday December 14 2006, @09:58AM (#17236486)
      GauteL wrote:
      But the fact is that there is a large number of copyright holders for the Linux kernel, not just Linus himself. Not all of these copyright holders accept binary kernel modules, and thus they should be considered illegal to distribute with the kernel.
      The kernel accepts binary modules by design and default. Even if the "other copyright holders to the Linux kernel" mattered in this case (they don't, see below); they submitted their code and efforts in agreement with things as they stood then, not some potential future version that Morton might want to make. So you're wrong on that point, despite any arguments they might make or political positions they might support, when the chips were down they did support kernel modules and there is no reason at all they should be illegal.

      Further, a large majority of said other copyright holders wouldn't matter if they wanted to. A contributor might have given something great and valuable to the linux kernel. Unless they're the maintainer of the portion that actually handles loading modules, too bad so sad. If I'm not mistaken that's Torvalds and Morton. Everyone else, no matter how great their bluetooth subsystem is, can no more demand linux "make binary modules illegal" than you could of Microsoft.

      ~Rebecca
  • by Scarblac (122480) <slashdot@gerlich.nl> on Thursday December 14 2006, @09:24AM (#17235892) Homepage

    This is the strange effect brought on by the following situation:

    • The GPL is the tool of a political movement, using it is a political statement
    • Linux is one of the big poster childs of this movement
    • The actual author of Linux doesn't really care about any of this
    • by kebes (861706) on Thursday December 14 2006, @09:44AM (#17236248) Journal
      Very often people characterize Linus as 'not caring about the politics' or 'being a pragmatism not an idealist.' Yet if you read his post you see that he's very much thinking about rights and freedoms. He very much does care about the freedom issue. His stance just happens to be a bit different than others (RMS for instance).

      Frequently I do not agree with Linus on issues, because his general view is to avoid meddling with things until absolutely necessary (whereas RMS, for instance, tries to think as far down the road as possible). However in this particular case Linus is dead right: putting code into the kernel for non-technical reasons, purely to limit the *end user* and specifically limit what they can do with their computer is very much "anti-computer-freedom" and should never be done.

      So Linus is effectively saying "if we do this we limit the freedom of the end user, just like the RIAA is doing with DRM..." and he is quite right.
  • by 91degrees (207121) on Thursday December 14 2006, @09:24AM (#17235896) Journal
    You have to choose exactly what level of free you want.

    The GPL has clauses in it that seek to prevent people from making it non-free. That's fair enough, but it's a compromise. You could make the licence more free by removing these clauses. That would enable others to limit your freedom. Linus seems to tend towards offering more freedom to make Linux less free.

    But does a no-binaries patch matter? Those who want to add binary-only modules are free to customise the kernel to allow this. I hope this patch remains available. choice is good.
  • BSD (Score:3, Insightful)

    by javilon (99157) on Thursday December 14 2006, @09:26AM (#17235920) Homepage
    The way Linus talks, I think he would be happier with a BSD license than with the GPL.

    • Re:BSD (Score:4, Interesting)

      by kebes (861706) on Thursday December 14 2006, @09:51AM (#17236350) Journal
      No, Linus very much agrees with the "quid pro quo" of the GPL. He believes that if you take his code and extend it, you should have to contribute back. He believes in sharing (even if he's not as concerned as RMS is about fundamental freedom). In the linked post Linus says:

      "If people take our code, they'd better behave according to our rules. But we shouldn't have to behave according to the RIAA rules just because we _listen_ to their music. Similarly, nobody should be forced to behave according to our rules just because they _use_ our system."

      Clearly Linus does like the GPL restricting those who would distribute code (whereas BSD causes no restrictions). The point Linus is trying to make is that we have to distinguish between limitations to distribution and limitations to the end user. The proposed patch would mostly have limited the end-user (making it annoying for them to run binary modules). Linus is saying that we shouldn't try to limit the freedom of the end-user with technical restrictions. But (as quoted above) he clearly does like the fact that the GPL forces people who "take the code" to "behave according to the rules."

      Hence Linus would not be happy with a BSD license.
        • Re:Licence terms (Score:4, Informative)

          by saforrest (184929) on Thursday December 14 2006, @09:54AM (#17236406) Homepage Journal
          Or is the GPL a magic copyright that should be extended indefinitely past an author's death?

          What gives you the impression that copyright does not extend past the death of the author? It most certainly does.

          In the United States, it is life of author plus 70 years (see How long copyright lasts [wikipedia.org]).

          So if you wanted to change the licence to BSD, you would need to contact the heirs of these dead people.
  • by i_should_be_working (720372) on Thursday December 14 2006, @09:28AM (#17235948)
    Before people start bashing those who proposed this, think of the devs who put so much of their time and effort into getting us Linux. And note that the proposal arose from a technical issue, not from a 'everything must be Free' stance. From the last thread /. links to, part of Greg's retraction:

    It's just that I'm so damn tired of this whole thing. I'm tired of
    people thinking they have a right to violate my copyright all the time.
    I'm tired of people and companies somehow treating our license in ways
    that are blatantly wrong and feeling fine about it. Because we are a
    loose band of a lot of individuals, and not a company or legal entity,
    it seems to give companies the chutzpah to feel that they can get away
    with violating our license.

    So when someone like Andrew gives me the opportunity to put a stop to
    all of the crap that I have to put up with each and every day with a
    tiny 2 line patch, I jumped in and took it. I need to sit back and
    remember to see the bigger picture some times, so I apologize to
    everyone here.

    And yes, it is crap that I deal with every day due to the lovely grey
    area that is Linux kernel module licensing these days. I have customers
    that demand we support them despite them mixing three and more different
    closed source kernel modules at once and getting upset that I have no
    way to help them out. I have loony video tweakers that hand edit kernel
    oopses to try to hide the fact that they are using a binary module
    bigger than the sum of the whole kernel and demand that our group fix
    their suspend/resume issue for them. I see executives who say one thing
    to the community and then turn around and overrule them just because
    someone made a horrible purchasing decision on the brand of laptop wifi
    card that they purchased. I see lawyers who have their hands tied by
    attorney-client rules and can not speak out in public for how they
    really feel about licenses and how to interpret them.

    Please think of the coders, and the shit they have to put up with while making your free operating system the next time you start clamoring for these closed source binary blobs.
  • by quarrel (194077) on Thursday December 14 2006, @09:30AM (#17235982)
    The bottom line here, that Linus and so many other often ignored people are pushing, is that the GPL, and all other *copy*right licenses, are only licenses that effects distribution.

    Putting artificial measures into the Linux kernel that affect users of Linux, even when they're building their own kernels is BAD. Technology rules, ok?

    Even RMS would recognise that the GPL is about freedom to do WTF you want with it once you've got it, but if you want to offer it to others, you damn well better give them those same freedoms.

    Unfortunately, as any longtime /. reader knows, almost any license discussion degenerates into the idiots that think being GPL means you CAN'T do what you want. As Linus so well pointed out, the RIAA sux, why do we have to?

    --Q
  • by Lumpy (12016) on Thursday December 14 2006, @09:31AM (#17236012) Homepage
    I understand why those that want to ban binary only modules. It causes hell for everyone on the kernel dev team.

    But.... banning them instantly pisses off every single company that is barely putting out a hardware driver for Linux already (nvidia for example) A ban will not make these people go "oh,ok... we'll release the source code." they will simply flip off all Linux users and tell them to pound sand.
  • Oh irony (Score:4, Informative)

    by Improv (2467) <pgunn@dachte.org> on Thursday December 14 2006, @09:32AM (#17236020) Homepage Journal
    "Let's put it this way: if you need to ask a lawyer whether
    what you do is "right" or not, you are morally corrupt.
    Let's not go there. We don't base our morality on law."
            -- Linus Torvalds

    Apparently our morality is simple pragmatism?
  • by BigBuckHunter (722855) on Thursday December 14 2006, @09:35AM (#17236066)
    If Nvidia doesn't release their source because it's not "derived" from the linux kernel (they only use a GPL kernel interface to bridge it to their driver), then why TF do they have a seperate driver download for linux? Why don't they didn't they just build a kernel interface to their windows driver? When their driver stops working with newer kernels and they patch it to work again, isn't that patch "derived" from the linux kernel, otherwise where esle would the patch be derived from?

    What Linus is saying may not exclude the possibility of a single kernel dev suing Nvidia for GPL license violations or possible copyright infringent.

    Just a thought,
    BBH
  • by zoftie (195518) on Thursday December 14 2006, @09:44AM (#17236232) Homepage
    Linus has kept focus, that linux was, is and will be about technology and I agree with him on that. It is about providing wealth of options for software users. Not twisting their hand in very specific way. GPL protects linux kernel. Using GPL to blugeon other people's practices into extreme ways that GPL can be interpreted is silly.
    See there is new and old world. In the new world code is the law. In the old world it is legalese like licences, laws for real people from standpoint of non-technical point. To Linus GPL is only a way to protect kernel code, like a tool. Nothing political. Whereas for Mr Stallman it is his life and politics. For linus gnu toolkit and gcc, came with added protection of GPL. And gpl for him is exactly like a tool.

    When you are a carpenter, you don't think of societal and humane implications of using auto-nailer to a hammer. Same with Linus, his codebase is what matters first. He is driving politics from within the kernel, you might say in very meritocratic way and not from GPL and how morally conflicting it is with GPL, to load binary drivers. GPL is a cover from blatant abuse of the kernel code.

    Linus has kept focus since beginning of the project and I stand with him on that. He is a coder first, and likes to provide things and services for other fellow coders, not be meddeling in world of politics.
  • Yay, politics. (Score:4, Insightful)

    by GeekDork (194851) on Thursday December 14 2006, @10:56AM (#17237640) Homepage

    It's just a shame that all this is basically the result of a really fucked up kernel design.

    The kernel right now is one big monolithic, undocumented blob of ever changing ugly interfaces that requires breaking the license if you want to add a closed source driver. There is no clear interface for any third-party work that doesn't involve the inclusion of core kernel code into closed-source modules. This design of course clashes with the reality of needing closed-source drivers for some tasks. Face it: nvidia, ATI and others are not going to open their driver sources just because a minority OS doesn't want to play with them anymore. It's really a miracle that they still are making drivers, because core interfaces are changing weekly, so instead of being little bitching whiners, be thankful for that gesture of goodwill.

    What Linux IMO really needs is a stable, well-designed external interface for such drivers. I don't know how possible it would be to create something like that, but systems like QNX suggest that it actually works. But I guess that having such an interface and actual *gasp* documentation for it would be too much to ask, especially from people who apparently don't know about the terrific capability of C to include comments in the code. It does work for other things than just the license! So far, I've only been working with three or four little interfaces in the kernel, and and each one of those required at least a week of code exploration before I could even only get to a trial-and-error phase, just because to the fact that (1) there is no or just outdated documentation in the kernel package itself, (2) the code isn't commented, and (3) all tutorials on the web are aimed at kernel version 2.2.0.

    Yes, I'm quite disgusted with OSS in general and especially Linux, but it's still less expensive than the other crap./p