Bug 472136
Summary: | RFE: handle compressed kernel object files for systemtap-style offline searches | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Frank Ch. Eigler <fche> |
Component: | elfutils | Assignee: | Roland McGrath <roland> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | jan.kratochvil, roland |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-07-23 19:38:56 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
Frank Ch. Eigler
2008-11-18 22:18:30 UTC
This would entail too pieces of work. The easy one is making the .ko search look for .ko.gz too. The more complex one is teaching libdwfl to use libz to decompress into memory when using elf_begin. That is doable, and easier with consolidation of file-opening that the .sharing branch has. Seems like we could have it, but not a top priority real soon. Implemented upstream, should be in 0.139 elfutils-0.139-1.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update elfutils'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-1005 These bugs are fixed in current Fedora 10/11 updates of elfutils. |