Bug 603075
Summary: | ElectricFence doesn't support posix_memalign | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Gerd Hoffmann <kraxel> | ||||||
Component: | ElectricFence | Assignee: | Petr Machata <pmachata> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Michal Nowak <mnowak> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 6.0 | CC: | mkenneth, mnewsome, mnowak, ohudlick, pmuller, syeghiay, virt-maint | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | ElectricFence-2.2.2-28 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 692100 (view as bug list) | Environment: | |||||||
Last Closed: | 2010-11-10 22:06:41 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: | |||||||||
Attachments: |
|
Description
Gerd Hoffmann
2010-06-11 13:40:21 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. Memory allocation comes from posix_memalign(). ElectricFence just doesn't know about that one: # objdump -T /usr/lib64/libefence.so | grep memalign 00000000000019e0 g DF .text 0000000000000422 Base memalign Created attachment 426561 [details]
Test case
Created attachment 426562 [details]
Fix
This patch adds the support for posix_memalign to ElectricFence.
Red Hat Enterprise Linux 6.0 is now available and should resolve the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you. |