- nanook ( @nanook@friendica.eskimo.com ) 13•14 days ago
Microcode would not be a concern with that particular CPU.
- electricprism ( @electricprism@lemmy.ml ) 7•13 days 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.
- ryannathans ( @ryannathans@aussie.zone ) 3•14 days ago
How does it know if the microcode is outdated?
- nanook ( @nanook@friendica.eskimo.com ) 8•14 days 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 ( @Strit@lemmy.linuxuserspace.show ) 3•13 days ago
There’s probably an efivar that reads the current microcode version.
- DaPorkchop_ ( @DaPorkchop_@lemmy.ml ) 2•13 days ago
Debian-based distros (and probably most othera as well) actually have a package called “intel-microcode” which gets updated fairly regularly.
- nanook ( @nanook@friendica.eskimo.com ) 1•13 days 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.
- ryannathans ( @ryannathans@aussie.zone ) 1•13 days ago
If that’s the case, why wouldn’t they put the microcode in the kernel?
- nanook ( @nanook@friendica.eskimo.com ) 1•13 days 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.
- ryannathans ( @ryannathans@aussie.zone ) 1•13 days ago
The kernel compilation is already configurable between megabytes and gigabyte+
Distros pick their featureset