• skulbuny
      link
      fedilink
      English
      arrow-up
      5
      ·
      10 hours ago

      It really is. I always make a note to point out how much code is removed in PRs I review

      • vinnymac@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        9 hours ago

        Code is a liability.

        You could probably build a tool that assesses the risk of any given PR based on this and several other signals. PRs with enough risk should require justification and sign off.

  • blackstrat@lemmy.fwgx.uk
    link
    fedilink
    arrow-up
    3
    arrow-down
    5
    ·
    5 hours ago

    Why clear them out if they still work and are useful? Seems like a backwards step. What’s that phrase that people throw about:sometimes things are just done and don’t need changing.

    • petsoi@discuss.tchncs.deOP
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      3 hours ago

      Unmaintained code in the kernel is really bad due to possible vulnerabilities. If you want to keep it, it must be maintained.

    • MyNameIsRichard@lemmy.ml
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      edit-2
      5 hours ago

      As the kernel moves on changes could be introduced that make them difficult to compile with the new kernel. Unmaintained doesn’t only mean not adding new features, it means keeping up with the rest of the code.

      • BastingChemina@slrpnk.net
        link
        fedilink
        arrow-up
        7
        ·
        4 hours ago

        From another article

        The GDM724x is removed for supporting the GCT GDM724x LTE chip based USB modem devices. This driver was merged back in 2013 but is being removed now as the driver isn’t being maintained and yields a maintenance workload, the manufacturer GCT doesn’t respond to any emails/support, there doesn’t appear to be any of the said chips easily available for purchase, there is not any hardware documentation available, and no apparent usage of this driver remaining in the Linux community. Removing the driver clears out 3.6k lines of code and lowers the maintenance burden for other kernel developers.

        There was also a vulnerability discovered in July linked to this driver.

        So yeah I understand that they chose to remove some drivers from the kernel.

      • blackstrat@lemmy.fwgx.uk
        link
        fedilink
        arrow-up
        1
        arrow-down
        4
        ·
        4 hours ago

        But that’s true of all code in the kernel. If any change can break something then all broken bits will need fixing. Why not remove all drivers in case an update breaks them. Things can’t be preemptively fixed before breaking changes are made. A driver can be complete and only need updating if someone else breaks stuff, so leave it alone until then and only remove it I’d no one comes to fix it.

        Removing functionality just in case is daft.

        • pixelscript@lemm.ee
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          3 hours ago

          It’s a divesting of unwanted responsibility.

          If any change can break something then all broken bits will need fixing.

          Right. So the less decrepit, old code that contains annoying little time bombs, the less time spent fixing things.

          But that’s true of all code in the kernel. […] Why not remove all drivers in case an update breaks them.

          And how many people actually need these ancient drivers maintained? More than zero, sure, but how many more than zero?

          Maintenance effort is a finite resource. Choosing where it gets spent is an executive decision. Every dev hour you assign to debugging some ancient driver that one or two enthusiasts might still want someday is a dev hour not spent on development of some new feature, or fixing a problem affecting thousands, potentially millions of known, current, active users.

          We can’t maintain all code forever. At some point the theoretical value it may have is outweighed by its cost to keep alive, and it gets cut.

          A driver can be complete and only need updating if someone else breaks stuff, so leave it alone until then and only remove it I’d no one comes to fix it.

          That’s sort of where we’re at now, in a way.

          Yes, all of these drivers presumably are still fully functional at the time of cutting. But the devs have essentially all decided, “We are not fixing these anymore” already. If any of these break for any reason, they would all be immediate candidates for axing by your system.

          The reason they aren’t just left in with a “we’ll just run it until it dies, then!” mentality is because a project like the Linux kernel doesn’t want to be full of software with undefined mystery behavior where they can reasonably avoid it.

          A chunk of code being part of it at all is an implicit promise of, “This is intended to function as-documented. If it does not, we are responsible to fix it.” But we already know no one will fix it. So instead it just becomes, “This chunk of code may or may not work. We don’t know and we don’t care, lol. Use at your own risk. If you can prove it’s broken, we’ll just remove it”.

          The Linux kernel does not want to be full of code like that. All of its code should be reliable to build things on. If it’s coming out, it needs to be announced in advance so users have time to migrate. A “we will run it until it suddenly breaks” system doesn’t afford that. The feature ideally has to be sunset while it’s still functional.

          “Unstable code, use at your own risk” projects are better relegated to optional packages. If someone wants to bundle up these ancient drivers and offer them as an optional package, they are free to do so. If there ends up being zero will from anyone to do even that, I guess it’s more evidence to how little the functionality was actually demanded.

      • blackstrat@lemmy.fwgx.uk
        link
        fedilink
        arrow-up
        2
        arrow-down
        5
        ·
        4 hours ago

        No. The less code for a given set of functionality the better… often. Removing functionality just to reduce code is daft. Otherwise stop adding any features. Remove all features of the kernel until machines only just boot. Lot less code!

        • beleza pura@lemmy.eco.br
          link
          fedilink
          arrow-up
          2
          ·
          3 hours ago

          the less code the better because the more code the higher the maintenance burden

          keeping code around isn’t free. it makes refactoring harder, it makes compilation times longer, it makes the kernel larger, it makes it harder to guarantee device compatibility. that’s all part of maintaining software, but it makes no sense to waste work maintaining shit noone is using, work that could’ve been used to implement new features and/or maintain existing code that’s actually in use

          what the kernel is doing is the correct approach. unless they’re sure there’s someone using the thing: old, unmaintained code = bin

  • flashgnash@lemm.ee
    link
    fedilink
    arrow-up
    2
    arrow-down
    13
    ·
    11 hours ago

    This seems like a bad idea… What about people using hardware that needs those

    • Evilschnuff@feddit.org
      link
      fedilink
      English
      arrow-up
      17
      ·
      10 hours ago

      This is from the article: „If there are any genuine users of these drivers remaining that are still running an upstream kernel, the drivers can always be reverted / merged back but otherwise they are gone without anyone maintaining them.“

      • flashgnash@lemm.ee
        link
        fedilink
        arrow-up
        1
        arrow-down
        14
        ·
        10 hours ago

        All well and good for people who know how to do that

        A lot of users won’t even know what a kernel is let alone why their printer has stopped working or that they need to raise a GitHub issue

        • ubergeek@lemmy.today
          link
          fedilink
          English
          arrow-up
          19
          ·
          8 hours ago

          These aren’t printer drivers, but drivers for a Meson coax NIC that hasn’t been in business for a decade type of thing.

          Really popular old drivers stay for a loong time, like the floppy driver that just got removed last year.

          Nobody needing a modern kernel is using a floppy drive.

        • SMillerNL@lemmy.world
          link
          fedilink
          arrow-up
          14
          ·
          8 hours ago

          You’re very mistaken if you think the kernel in your IoT device ever got updated beyond what it shipped with.