[Bug runtime/14611] New: suppress bug#9740 workaround for unaffected kernels
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Sep 24 17:27:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14611
Bug #: 14611
Summary: suppress bug#9740 workaround for unaffected kernels
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: runtime
AssignedTo: systemtap@sourceware.org
ReportedBy: fche@redhat.com
Classification: Unclassified
Relating to a kernel bug, our runtime contains a workaround in bug #9740. With
changes since, aspects of this workaround are causing minor problems. Let's
disable it, except for kernels believed affected by the old problem:
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23) // linux commit #5f4352fb
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29) // linux commit #9be260a6
https://bugzilla.redhat.com/show_bug.cgi?id=859902
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list