Bug 502909
| Summary: | [QLogic 5.4 bug] qlge breaks PPC | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Ameet Paranjape <aparanja> | ||||
| Component: | kernel | Assignee: | Marcus Barrow <mbarrow> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Red Hat Kernel QE team <kernel-qe> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.4 | CC: | andrew.vasquez, andriusb, aparanja, coughlan, jjarvis, lwang, peterm, rlary, ying.lok | ||||
| Target Milestone: | rc | Keywords: | OtherQA | ||||
| Target Release: | 5.4 | ||||||
| Hardware: | ppc64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-07-16 13:07:38 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: | 479288 | ||||||
| Bug Blocks: | 460170 | ||||||
| Attachments: |
|
||||||
|
Description
Ameet Paranjape
2009-05-27 17:52:46 UTC
Marcus - was this covered by another BZ? Marcus - is this issue covered by another BZ? I see there are other ppc EEH issues still pending. Thank you! More specifically, is bug 511141 the bug that should be tracking this? Created attachment 353943 [details]
handle 64k page size
Allocate the same way for 4k, 8k and now 64k pages...
This patch is not required. The array of structures being allocated is being used for information that does not fit within a single page. With the 64k page size this is not an issue. |