|
Description
|
in gintel_main.c function gintel_cpu_generation should not call cpuid_get{family,model} directly nor use the CPU pointer. Use cmi_hdl_{family,model} instead using the resource handle, which will work when this stuff is ported for xVM. You shouldn't use CPU in ereport generation code generally as you are not certain to be running on the same cpu that actually experienced the error. No bearing on correctness of the result here, obviously, just how we get there
|