Luis Chamberlain sent out the modules changes today for the Linux 6.6 merge window. Most notable with the modules update is a change that better builds up the defenses against NVIDIA’s proprietary kernel driver from using GPL-only symbols. Or in other words, bits that only true open-source drivers should be utilizing and not proprietary kernel drivers like NVIDIA’s default Linux driver in respecting the original kernel code author’s intent.

Back in 2020 when the original defense was added, NVIDIA recommended avoiding the Linux 5.9 for the time being. They ended up having a supported driver several weeks later. It will be interesting to see this time how long Linux 6.6+ thwarts their kernel driver.

  • ArbitraryValue@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    16
    ·
    edit-2
    1 year ago

    I get why the Linux folks are doing this, but I don’t expect that it will make them popular with anyone who actually uses Nvidia drivers on Linux (which is a lot of people). I’m sure that my employer will choose up-to-date Nvidia drivers over up-to-date versions of the kernel, at least in the short term. In the long term it probably won’t be an issue since Nvidia will figure something out, but if it did become an issue then ultimately Nvidia driver support is non-negotiable for the company where I work.

    (No one cares what a small tech company does, but the big guys need Nvidia too so it should be possible to piggyback on whatever they do.)

    • withabeard@lemmy.world
      link
      fedilink
      English
      arrow-up
      37
      arrow-down
      7
      ·
      1 year ago

      don’t expect that it will make them popular with anyone who actually uses Nvidia drivers on Linux

      The group to be annoyed at are Nvidia. Plain and simple.

      • ArbitraryValue@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        39
        ·
        1 year ago

        From my closed-source corporate perspective, Nvidia is trying to improve performance and the Linux kernel maintainers are trying to stop them. I don’t see why I would be annoyed at Nvidia in these circumstances.

        • odium@programming.dev
          link
          fedilink
          arrow-up
          36
          arrow-down
          2
          ·
          edit-2
          1 year ago

          From a legal perspective, nvidia has been illegally bypassing a software license by exploiting a loophole. Linux devs fixed the loophole.

          I don’t see why I would be annoyed at Linux devs in these circumstances.

          • ArbitraryValue@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            22
            ·
            1 year ago

            I did say that I get why the Linux folks are doing this. The problem is that Nvidia drivers that obey these restrictions and as a result have significantly worse performance than Nvidia drivers on other operating systems aren’t the solution either. Anyone who does serious GPU computing will still have to switch away from Linux.

            (IMO Nvidia would be insane to open-source their drivers. Like sue-corporate-officers-for-breach-of-duty level insane. So they can’t do more than what they’re already doing: coming up with workarounds.)

            • Sethayy@sh.itjust.works
              link
              fedilink
              arrow-up
              26
              ·
              1 year ago

              AMD’s doing pretty well with their open source drivers, I suppose its up to nvidia if they want to offer a worse product simply so they can keep as much profits as possible.

              But leveraging other peoples work via open source code, to improve their product - then still not donating nor contributing back to the source? Not only illegal but scummy as hell.

              We may not be as offended as the kernel devs, but theyre the ones whos work is being stolen, so I wouldn’t be so quick to tell them what to do

                • BURN@lemmy.world
                  link
                  fedilink
                  arrow-up
                  3
                  arrow-down
                  2
                  ·
                  1 year ago

                  No idea why you’re getting downvoted. Outside of the increasingly small desktop gpu market AMD is completely irrelevant in professional GPU use. They’re not even remotely close to being a competitor

                  • Sethayy@sh.itjust.works
                    link
                    fedilink
                    arrow-up
                    2
                    ·
                    1 year ago

                    I mean theyre both extending to the portable desktop a la steam deck and investing in mobile GPUs… And with a massive monopoly against then, I’d say theyre doing pretty good - so much so Intel is inspired to do similar with their arc gpus

        • Nucelar@kbin.social
          link
          fedilink
          arrow-up
          6
          arrow-down
          1
          ·
          1 year ago

          You can always make your own kernel and enforce whatever stupid laws you want on it then.

        • Nibodhika@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          From a corporate perspective you should be VERY worried about this, GPL is infectious, so if NVIDIA drivers are using GPL only parts of the kernel they become GPL, and because NVIDIA doesn’t offer GPL only endpoint the license applies to everything, meaning that if your company is using the NVIDIA driver in any way shape or form anything you produce becomes GPL as well. NVIDIA has enough lawyers to delay the enforcing of this, which is why they’ll never get sued, does YOUR company has enough lawyers to keep FSF at bay? If not you should be very annoyed at NVIDIA for not providing a license term for their GPL driver (and legally their driver IS GPL if it uses those endpoints).

          And here’s the thing, for a home user not updating the kernel is good enough, for a company it’s not because this is a bug fix, not new implementation, NVIDIA is already in breach of license.

        • withabeard@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          Nvidia could choose to improve performance using non-illegal tactics.

          They haven’t.

          I’m happy to live in a society wherev we support those upholding the law.

    • Ulu-Mulu-no-die@lemm.ee
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      edit-2
      1 year ago

      I think end users wouldn’t care either, they probably wouldn’t even understand what’s actually happening, they’ll only notice performance degrading (if this is the case) and blame Linux for it.

      That’s not to say this shouldn’t be done, I just wish there was better control on license violations and those doing it on purpose, like Nvidia in this case, would be seriously punished to make them think twice next time.

    • Rikudou_Sage@lemmings.world
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      I use Nvidia drivers on Linux and fully support it. You know what else is non-negotiable? Linux support for Nvidia. Huge chunk of their money comes from people using their GPUs on Linux for machine learning. And while they can use older kernels for now (because they’re still supported), they won’t be able to forever. And corporates will want a supported OS with their Nvidia card.

      • Laser@feddit.de
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        And while they can use older kernels for now (because they’re still supported), they won’t be able to forever.

        It might even happen that the change gets back ported upstream; that would mean that every supported kernel has the changes in place, regardless of version.