This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/14611] New: suppress bug#9740 workaround for unaffected kernels
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Mon, 24 Sep 2012 17:26:58 +0000
- Subject: [Bug runtime/14611] New: suppress bug#9740 workaround for unaffected kernels
- Auto-submitted: auto-generated
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.