Bug 8972 - dmidecode无法显示新版SMBIOS中的processor_upgrade信息
Summary: dmidecode无法显示新版SMBIOS中的processor_upgrade信息
Status: CONFIRMED
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 8.9
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Jacob
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-08 17:46 UTC by wangkaiqiang
Modified: 2024-05-08 17:47 UTC (History)
0 users

See Also:


Attachments
bug截图 (43.73 KB, image/png)
2024-05-08 17:46 UTC, wangkaiqiang
Details
BIOS传过来的数据 (39.24 KB, image/png)
2024-05-08 17:47 UTC, wangkaiqiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wangkaiqiang inspur_group 2024-05-08 17:46:00 UTC
Created attachment 1149 [details]
bug截图

Description of problem:

dmidecode -t 4的结果中的Upgrade显示<OUT OF SPEC>,原因是当前dmidecode支持显示的processor_upgrade类型最高到0X3C,但是SMBIOS中已经更新到0x50

Version-Release number of selected component (if applicable):


How reproducible:

只要processor_upgrade类型大于0x3c就会报错

Steps to Reproduce:
1.dmidecode -t 4,查看Upgrade信息
2.update信息应该显示为正确值
3.

Actual results:

实际显示为: <OUT OF SPEC>

Expected results:
SMBIOS spec中规定的信息

Additional info:
Comment 1 wangkaiqiang inspur_group 2024-05-08 17:47:20 UTC
Created attachment 1150 [details]
BIOS传过来的数据

BIOS穿过来的数据为0x3F,大于了0x3C,导致解析失败