• @[email protected]
    link
    fedilink
    262 months ago

    The real thing is: can you update the microcode of older CPUs? If not then it’s a marketing strategy.

  • nanook
    link
    fedilink
    182 months ago

    Microcode would not be a concern with that particular CPU.

  • @[email protected]
    link
    fedilink
    102 months ago

    How about a Linux Patch that reports binary blobs wirh no source AS __ Security Vulnerabilities __

    Or are we not allowed to criticize the back doors that hackers gain access to.

    • nanook
      link
      fedilink
      152 months ago

      @ryannathans @captainkangaroo I’m going to make the wild assumption that the kernel will have a table of the current microcode versions at the time of it’s release, but I doubt that
      will get updated except by kernel upgrades.

      • Strit
        link
        fedilink
        32 months ago

        There’s probably an efivar that reads the current microcode version.

      • @[email protected]
        link
        fedilink
        32 months ago

        Debian-based distros (and probably most othera as well) actually have a package called “intel-microcode” which gets updated fairly regularly.

        • nanook
          link
          fedilink
          12 months ago

          @DaPorkchop_ Oddly, if you build your own kernel and remove the system provided one, the package gets automatically removed as well which is weird, because it is really still needed regardless.

        • nanook
          link
          fedilink
          12 months ago

          @ryannathans Why bloat the kernel with the microcode for every intel processor that might need it (and there is a similar thing for AMD) when you don’t have that specific processor? It does make more sense for it to be a separate, especially on memory constrained systems. I mean if you’ve got 256GB of RAM probably not a big deal but if you’ve got 256MB a big deal.

          • @[email protected]
            link
            fedilink
            1
            edit-2
            2 months ago

            The kernel compilation is already configurable between megabytes and gigabyte+

            Distros pick their featureset

  • @ouch
    link
    12 months ago

    The Linux kernel would maintain a list of the latest Intel microcode versions for each CPU family, which is based on the data from the Intel microcode GitHub repository. In turn this list would need to be kept updated with new Linux kernel releases and as Intel pushes out new CPU microcode files.

    Sounds like that would be outdated for everyone without a rolling distro.

    • Atemu
      link
      fedilink
      102 months ago

      Stable distros can and will backport security fixes. Good ones that is.

    • @trolololol
      link
      3
      edit-2
      2 months ago

      Sounds like a user space application, there’s no place for this in the kernel. So would you need to upgrade kennel and reboot to update the list? Nonsense.

    • @AndrewZabar
      link
      English
      22 months ago

      Yeah, methinks this will be one of those alerts pretty much everyone will be like “yeah, yeah, I know” and click to silence those notifications.

  • @mvirts
    link
    12 months ago

    So the patch is just copying the existing warning to a standard location?