This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/15080] New: The kernel function 'signal_wake_up' is gone


http://sourceware.org/bugzilla/show_bug.cgi?id=15080

             Bug #: 15080
           Summary: The kernel function 'signal_wake_up' is gone
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: dsmith@redhat.com
    Classification: Unclassified


In today's rawhide kernel, 3.8.0-0.rc4.git5.1.fc19.x86_64, the kernel function
'signal_wake_up' is no longer present. This causes a couple of problems:

- the tapset/linux/signal.stp tapset defines 'signal.wakeup' as an alias for
'signal_wake_up'

- the utrace replacement code in runtime/stp_utrace.c uses 'signal_wake_up' to
help interrupt a target task

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]