Bug 693365
| Summary: | cpuplugd: Fix incorrect multiplication in rules evaluation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | IBM Bug Proxy <bugproxy> | ||||
| Component: | s390utils | Assignee: | Dan HorĂ¡k <dhorak> | ||||
| Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0 | CC: | azelinka, balkov, brueckner, jkachuck, ovasik, sglass, syeghiay | ||||
| Target Milestone: | rc | Keywords: | OtherQA | ||||
| Target Release: | --- | ||||||
| Hardware: | s390x | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | s390utils-1.8.2-35.el6 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-05-19 13:33:15 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 684385 | ||||||
| Attachments: |
|
||||||
Created attachment 489765 [details]
s390-tools-rhel6-cpuplugd-multiplication.patch
Since RHEL 6.1 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. ------- Comment From lnx1138.ibm.com 2011-05-10 08:41 EDT------- Patch verified. Closing... An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0601.html |
s390-tools-rhel6-cpuplugd-multiplication.patch Description: cpuplugd: Fix incorrect multiplication in rules evaluation Symptom: Rules don't evaluate correctly when multiplication (*) is used. Problem: Missing return statement in switch/case block. Solution: Add return statement. The patch has been tested, fixes the problem, and will be included in the next upstream release of the s390-tools. With best regards, Hendrik