Bug 538407
| Summary: | PCI AER code introduced a compile problem in powerpc | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Prarit Bhargava <prarit> |
| Component: | kernel | Assignee: | Prarit Bhargava <prarit> |
| Status: | CLOSED ERRATA | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.5 | CC: | dzickus, jtluka, pbenas |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-03-30 07:45:51 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: | |||
|
Description
Prarit Bhargava
2009-11-18 13:47:41 UTC
RHEL5 commit b421ee2a793b891ce195c979fd329e3d4e30d510 explicitly changes these functions from void to int. That's wrong. P. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. I don't think this will cause any functional issues -- the int return will be ignored. But I'm patching in order to fix the compile ... P. in kernel-2.6.18-175.el5 You can download this test kernel from http://people.redhat.com/dzickus/el5 Please do NOT transition this bugzilla state to VERIFIED until our QE team has sent specific instructions indicating when to do so. However feel free to provide a comment indicating that this fix has been verified. I've tested this after release_pending... kernel-2.6.18-174.el5 compiling: CC arch/powerpc/platforms/pseries/eeh_driver.o arch/powerpc/platforms/pseries/eeh_driver.c: In function ‘handle_eeh_events’: arch/powerpc/platforms/pseries/eeh_driver.c:404: warning: passing argument 2 of ‘pci_walk_bus’ from incompatible pointer type arch/powerpc/platforms/pseries/eeh_driver.c:442: warning: passing argument 2 of ‘pci_walk_bus’ from incompatible pointer type arch/powerpc/platforms/pseries/eeh_driver.c:472: warning: passing argument 2 of ‘pci_walk_bus’ from incompatible pointer type arch/powerpc/platforms/pseries/eeh_driver.c:483: warning: passing argument 2 of ‘pci_walk_bus’ from incompatible pointer type arch/powerpc/platforms/pseries/eeh_driver.c:512: warning: passing argument 2 of ‘pci_walk_bus’ from incompatible pointer type CC arch/powerpc/platforms/pseries/eeh_event.o arch/powerpc/platforms/pseries/eeh_event.c:41: warning: initialization from incompatible pointer type CC arch/powerpc/platforms/pseries/hvconsole.o LD arch/powerpc/platforms/pseries/built-in.o CC [M] arch/powerpc/platforms/pseries/hvcserver.o LD arch/powerpc/platforms/built-in.o kernel-2.6.18-175.el5 compiling: CC arch/powerpc/platforms/pseries/eeh_driver.o CC arch/powerpc/platforms/pseries/eeh_event.o arch/powerpc/platforms/pseries/eeh_event.c:41: warning: initialization from incompatible pointer type CC arch/powerpc/platforms/pseries/hvconsole.o 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/RHSA-2010-0178.html |