fix(cpu): hide CPU cache information display#645
fix(cpu): hide CPU cache information display#645deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom
Conversation
Comment out L1d, L1i, L2, L3, L4 cache information to avoid displaying incorrect or unavailable cache data. 注释掉 CPU 缓存信息显示,避免显示不正确或不可用的缓存数据。 Log: 隐藏 CPU 缓存信息显示 PMS: BUG-357397 Influence: CPU 信息页面不再显示 L1-L4 缓存信息,避免显示不准确的数据。
deepin pr auto review这段代码的 以下是对这段代码变更的审查意见,分为语法逻辑、代码质量、代码性能和代码安全四个方面: 1. 语法逻辑
2. 代码质量
3. 代码性能
4. 代码安全
总结与改进建议这段代码变更看起来像是为了规避某个特定的解析错误而进行的"热修复"(Hotfix),直接禁用了缓存信息的读取。 改进建议:
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: add-uos, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/merge |
Comment out L1d, L1i, L2, L3, L4 cache information to avoid displaying incorrect or unavailable cache data.
注释掉 CPU 缓存信息显示,避免显示不正确或不可用的缓存数据。
Log: 隐藏 CPU 缓存信息显示
PMS: BUG-357397
Influence: CPU 信息页面不再显示 L1-L4 缓存信息,避免显示不准确的数据。