• woelkchen@lemmy.world
    link
    fedilink
    English
    arrow-up
    111
    ·
    2 months ago

    The headline is misleading. It’s only about the kernel module. The driver itself will stay proprietary.

    • Jajcus@kbin.social
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      edit-2
      2 months ago

      But this is the part where being open source is most important. For security, maintainability and convenience reasons

      One could even argue if the usespace part, the OpenGl or Vulkan implementation, is still ‘a driver’. (I think it is, at least partially)

      • woelkchen@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        ·
        2 months ago

        It’s the part that can legally be distributed with Linux distributions (including in-car OS) due the kernel’s license. The actual functionality is in the proprietary user space driver

      • h3ndrik@feddit.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 months ago

        I’m not sure. Didn’t they just move the code that was previously executed in the proprietary kernel module to the new also proprietary userspace driver that’s just connected to the hardware by this new and open source wrapper module? And the other half into firmware? It’s still arbitrary and closed code that gets forwarded to the hardware. And running there it has access to all the memory, screen content etc… I’m not sure if this is a win concerning security. I think it’s pretty much unchanged.

        But there are several big advantages. Now the kernel probably won’t get tainted any longer and we can have signed kernels and activate secure boot easily. And that’s maybe a big plus for security. And I hope we’ll get the convenience, too. In the past I had the NVidia driver crap out on me while debugging stuff with recent kernel versions or release candidates. And NVidia was lagging behind, leaving me with a console instead of the desktop environment…

        • Jajcus@kbin.social
          link
          fedilink
          arrow-up
          3
          ·
          2 months ago

          Didn’t they just move the code that was previously executed in the proprietary kernel module to the new also proprietary userspace driver

          Probably. And that is exactly what was expected from them since the beginning of their Linux drivers. Kernel is not a place for such big and proprietary piece of code. So this is the important change.

          Yes, the driver is still proprietary, but it does not break the kernel any more the way it did.

          • h3ndrik@feddit.de
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 months ago

            it does not break the kernel any more the way it did.

            Hehe, yeah that’d be hard to achieve.

  • FreeLikeGNU@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    2 months ago

    I guess this means that not having to rely on dkms for hardware means being able to run the latest kernels without the hardware being disabled.

    • jbk
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 months ago

      It’s not likely that the driver will be mainlined anytime soon, so no. It’s the same as with the proprietary kernel driver, except maybe some being able to patch problems with newer kernel versions by themselves.