The topic of the Rust experiment was just discussed at the annual Maintainers Summit. The consensus among the assembled developers is that Rust in the kernel is no longer experimental — it is now a core part of the kernel and is here to stay. So the “experimental” tag will be coming off. Congratulations are in order for all of the Rust for Linux team.

  • Strit
    link
    fedilink
    3920 days ago

    This means that drivers written in Rust will have just a good a chance to be accepted as drivers written in C?

    • @HaraldvonBlauzahn@feddit.orgOP
      link
      fedilink
      5120 days ago

      I guess that still depends on the maintainer which is responsible. But since drivers often deal with untrusted data, which can lead to security exploits, this makes a lot of sense.

      • sga
        link
        fedilink
        English
        320 days ago

        If i remeber correctly, the current approach is each device/vendor family is free to choose how they want to move. for example, gpu folks are actually interested to do rust stuff (for example novo, tyr by redhat,collabora). there may be some families who do not want to move fast.