Bug 1701278
| Summary: | CPU: Cache Size and Current Frequency share the same value | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stéphane Wirtel <stephane> | ||||
| Component: | acpitool | Assignee: | Al Stone <ahs3> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | ahs3+donotuse, ahs3, jskarvad, smparrish | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | acpitool-0.5.1-21.fc30 acpitool-0.5.1-21.fc29 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-06-06 01:06:29 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Patch looks good; will roll it into a new release of the package. Thank you. FEDORA-2019-37295853be has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-37295853be acpitool-0.5.1-21.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-aa8ffc393c acpitool-0.5.1-21.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-37295853be acpitool-0.5.1-21.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. acpitool-0.5.1-21.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1556154 [details] patch for cachesize Description of problem: When executing acpitool -c, the "cache size" and the "current frequency" fields share the same value. Version-Release number of selected component (if applicable): 0.5.1 How reproducible: Steps to Reproduce: 1. acpitool -c Actual results: CPU type : Intel(R) Core(TM) i7-7560U CPU @ 2.40GHz Min/Max frequency : 400/3800 MHz Current frequency : 3738 MHz Frequency governor : performance Freq. scaling driver : intel_pstate Cache size : 3738.922 KB Expected results: CPU type : Intel(R) Core(TM) i7-7560U CPU @ 2.40GHz Min/Max frequency : 400/3800 MHz Current frequency : 3738 MHz Frequency governor : performance Freq. scaling driver : intel_pstate Cache size : 4096 KB Additional info: The issue is just in the src/cpu.cpp file