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 translator/10202] New: execute begin/end/error probes without preemption/irq blocking at all


Considering that we guarantee that begin/end/error probes run
sequentially, apart from any other probe types, we need not
add the preempt_disable() nor local_irq_save() for them.

This would in turn allow these probes to perform otherwise
improper operations, such as (guru-mode) embedded-c that
acquires full-fledged kernel-side locks for initialization
or a one-off report (like pfiles).

-- 
           Summary: execute begin/end/error probes without preemption/irq
                    blocking at all
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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