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/10657] New: semi-unprivileged tapset embedded-C functions


Further to bug #10650, many normal embedded-c functions become safe
to use in unprivileged mode with the addition of the assert_is_myproc()
macro into their bodies.  We might as well automate that, for example
by providing an alternate markup for such embedded-c:

/* semi-unprivileged */   or   /* myproc-unprivileged */

in which case the translator would prepend an assert_is_myproc() to the
function body.

-- 
           Summary: semi-unprivileged tapset embedded-C functions
           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=10657

------- 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]