• RoundSparrow
    link
    fedilink
    172 years ago

    the module can cause intermittent stuttering, depending on which Ryzen processor you’re using. It appeared when the fTPM was in use, it would access its flash storage via a serial interface, and when doing so, held up activity by the rest of the system.

  • @interdimensionalmeme@lemmy.ml
    link
    fedilink
    502 years ago

    I always just kill my TPM chip. It’s so obvious tpm will be used in the future for application offline DRM. They will executed encrypted operations under the TPM veil and decompilers will become unusable.

  • @shapis@lemmy.ml
    link
    fedilink
    292 years ago

    Would love this. I’m still getting the ftpm stutters and there’s no way to disable it in my motherboards bios.

    • @ipkpjersi@lemmy.ml
      link
      fedilink
      9
      edit-2
      2 years ago

      Wow I’m surprised you can’t disable it. I can disable it on my desktop BIOS (Gigabyte X570S Pro AX) and my work laptop BIOS (Dell G15).

  • The Doctor
    link
    fedilink
    English
    112 years ago

    Yup. I’ve been wondering if that was the thing that’s made the v6.4 kernels so unstable on Ryzen machines.

  • @argv_minus_one@beehaw.org
    link
    fedilink
    English
    82 years ago

    “Maybe use it for the boot-time ‘gather entropy from different sources,’ but clearly it should not be used at runtime.”

    Good idea. Ask it during boot/insmod for some hardware-random bits to seed Linux’s usual software-only CSPRNG, then just use that.

    And even that might not be a great idea. I wouldn’t be surprised if the fTPM RNG is subtly not-entirely-random, at some alphabet agency’s behest. I remember there being a controversy over rdrand for this reason…

    • @pingveno@lemmy.ml
      link
      fedilink
      English
      22 years ago

      The fix with any possible issues with rdrand is the same here. When entropy is gathered from many sources including hardware instructions, any nefarious plant in the chip is drowned out in a sea of noise.

    • @MystikIncarnate@lemmy.ca
      link
      fedilink
      English
      12 years ago

      Well, it’s an fTPM, aka software, and AFAIK, no software can truly have a random RNG.

      So it might be very good pseudo random at best.

      • @argv_minus_one@beehaw.org
        link
        fedilink
        English
        12 years ago

        It could be only mostly firmware, with a hardware RNG.

        If not, and it uses a CSPRNG, then I don’t see much point in using it at all. Linux already has its own CSPRNG.

  • @nomadjoanne@lemmy.world
    link
    fedilink
    12 years ago

    Oh I disabled that a while ago because their hardware random number generator always returned 0xfffff…

    Honesty, hardware random number generation seems sketchy. Something you’d expect government backdoors to be in.

  • danielfgom
    link
    fedilink
    English
    22 years ago

    I agree. If it doesn’t work, disable it until it’s fixed