Bug 512478
Summary: | ext4 tracepoints can't be used by systemtap | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Josh Stone <jistone> |
Component: | kernel | Assignee: | Eric Sandeen <esandeen> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | esandeen, itamar, kernel-maint |
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: | 2010-05-05 17:17:55 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
Josh Stone
2009-07-17 21:10:33 UTC
stap now works around the problem -- it will skip the broken ext4 header so that the other tracepoints are still usable. See: http://sourceware.org/bugzilla/show_bug.cgi?id=10424 It would still be nice to have usable ext4 tracepoints though. I think either trace/events/ext4.h needs to remove its ../../.. includes, or else the kernel-devel packages need to also grab those ext4-internal headers. Kernel commit 3661d286 (post 2.6.31) removes the relative includes, and I've confirmed that this enables SystemTap to use the ext4 tracepoints. Please consider including that simple patch in rawhide. This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Josh, I apologize for not seeing this bug earlier. Everything should be copacetic in F12, F13, and rawhide now, yes? If so we can close this CURRENTRELEASE I guess. You're right, updated F12 is fine, as well as F13 and rawhide. Thanks! |