Following arguments on the Linux kernel mailing list the past few days over some Linux kernel maintainers being against the notion of Rust code in the mainline Linux kernel and trying to avoid it and very passionate views over the Linux kernel development process, Asahi Linux lead developer Hector Martin has removed himself from being an upstream maintainer of the ARM Apple code.

  • demizerone@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    5
    ·
    10 hours ago

    The kernel developers should Come up with a memory safe version of C for developing on the kernel. Kind of like how Git was created.

    • CeeBee_Eh@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      6 hours ago

      They kind of already do. The C used by the kernel team isn’t the exact same as what everyone else uses. Mainly because of the tooling they’ve built around it. I can’t remember specifics, but the tooling in place really helps out in that department.

      Also, “memory safe C” is already a proposal for the C lang project.

    • ProgrammingSocks@pawb.social
      link
      fedilink
      arrow-up
      4
      arrow-down
      5
      ·
      edit-2
      4 hours ago

      Rust is already as fast as C and memory safe. The reasons people don’t want it in the kernel basically amount to being a boomer that doesn’t like new things for immaterial reasons. Rust has already proven itself capable in mission-critical applications like drivers.