[Bug 1893027] Re: [UBUNTU 20.04] lscpumf display raw event number incorrectly
Ćukasz Zemczak
1893027 at bugs.launchpad.net
Mon Oct 12 13:35:18 UTC 2020
Hello bugproxy, or anyone else affected,
Accepted s390-tools into focal-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/s390-tools/2.12.0-0ubuntu3.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed. Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance for helping!
N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.
** Changed in: s390-tools (Ubuntu Focal)
Status: In Progress => Fix Committed
** Tags added: verification-needed verification-needed-focal
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to s390-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1893027
Title:
[UBUNTU 20.04] lscpumf display raw event number incorrectly
Status in Ubuntu on IBM z Systems:
In Progress
Status in s390-tools package in Ubuntu:
Fix Released
Status in s390-tools source package in Focal:
Fix Committed
Bug description:
[Impact]
* lscpumf -c displays the raw counter number incorrectly
* It is always displayed as rXXX (XXX being hex)
* If PMU measurement facility device driver has been registered with a different type than PERF_TYPE_RAW(4) this is incorrect
* It should be displayed as <type>:DDD (DDD being decimal)
* Backported the fix to the legacy lscpumc perl tool. Newer version have converted this tool to C.
[Test Case]
* run lscpumf -c on IBM Z / s390x
* verify output is 'rXXX' (XXX being hex) if type = PERF_TYPE_RAW(4)
* verify output is '<type>:DDD' (DDD being decimal) if type != PERF_TYPE_RAW(4)
To find out with PMU type number has been assigned to
the PMU Measurement facility device driver, type command
cat /sys/devices/cpum_cf/type (for counters)
cat /sys/devices/cpum_cf/type (for sampling)
[Regression Potential]
* regressions in lscpumf could break the visualization of CPU-measurement facilities on IBM Z
* the package is only available on s390x and thus could only affect IBM Z machines
[Other Info]
* Needs to be tested/verified by IBM internally
* Patch was provided by IBM
* Related to LP: #1888231 and LP: #1892350
* This patch is caused by upstream kernel commits: commit 6a82e23f45fe ("s390/cpumf: Adjust registration of s390 PMU device drivers") commit 66d258c5b048 ("perf/core: Optimize perf_init_event()")
* Also fix the rename of counter CCERROR to CCFINISH caused by upstream kernel commit: commit 3d3af181d370 ("s390/cpum_cf,perf: change DFLT_CCERROR counter name")
=== Original Description ===
Fix wrong output of lscpumf when device cpum_cf has different type than 4
Please apply to ubuntu 20.04 (s390-tools version 2.12)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1893027/+subscriptions
More information about the foundations-bugs
mailing list