e-tho / ucodenix

Nix flake providing AMD microcode updates for unsupported CPUs
GNU General Public License v3.0
70 stars 7 forks source link

Is this dangerous on laptops? #2

Closed caniko closed 3 months ago

caniko commented 3 months ago

Hello, I was wondering if you could provide your opinion on the use of your flake in laptops, considering they have dedicated motherboards, and other hardware.

To my understanding it shouldn't be an issue. I just want to avoid bricking my device.

Just trying to be thorough in my research before delving in. Yes, it is provided as is. I just want an opinion, no strings attached.

Thanks.

e-tho commented 3 months ago

Microcodes are obtained from official sources and are tested for their integrity, size, etc.

The Linux kernel provides safeguards and will not load the microcode if it is not identified as compatible with your CPU, falling back to the one provided by the BIOS.

Most microcode updates provided by AMD are minor optimizations, though sometimes they include patches for vulnerabilities.

I personally trust the sources, AMD, and the kernel's security measures enough to use this flake without concern, but it is my duty to inform users since we are dealing with hardware, and zero risk does not exist.

caniko commented 3 months ago

Well, I have boarded the train 😁