Add the new Linux CPU microcode information from json_dump to SuperSearch
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
People
(Reporter: marco, Unassigned)
References
Details
Updated•9 years ago
|
| Reporter | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Comment 2•8 years ago
|
||
Comment 3•4 years ago
|
||
I was wondering what would be the best way to tackle this in the current setup. The minidump processor schema already has a field for it (system_info.cpu_microcode_version) and this field is already populated on Linux. On Windows however we use the CPUMicrocodeVersion annotation which is also what Socorro uses right now.
I filed issue #421 in rust-minidump to use that field to populate system_info.cpu_microcode_version. Would it be hard to support both for some time? That is to fetch the microcode version from system_info.cpu_microcode_version when available and fall back to the CPUMicrocodeVersion annotation if not. That would allow us to support Linux and then gradually phase out the CPUMicrocodeVersion Windows annotation having all platforms rely on system_info.cpu_microcode_version.
Will WDYT?
Comment 4•4 years ago
|
||
I can definitely support "pull from field X and degrade to field Y" kinds of things. That's pretty straight-forward to do.
Comment 5•3 years ago
|
||
I didn't remember this bug, so we had a few like this. I'm duping this to the bug we did the work in.
Description
•