public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug tapsets/2295] New: support conditionally present syscalls
@ 2006-02-07 23:43 fche at redhat dot com
  2006-02-08  3:36 ` [Bug tapsets/2295] " bibo dot mao at intel dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: fche at redhat dot com @ 2006-02-07 23:43 UTC (permalink / raw)
  To: systemtap

Some syscalls (e.g., nfsservctl) are defined fully only if a certain kconfig
setting is on (in this case, CONFIG_NFSD).  For configurations without that,
only a weak symbol definition is included in the kernel, which
elfutils/systemtap fails to deem suitable.

We should handle this case better.  This could involve adding CONFIG_FOO
conditionals to the script preprocessor (and then adding those conditions to
syscalls*.stp), or letting the weak symbols resolve specially somehow (point to
some dummy address?  or the general "syscall not implemented" function?).

Talk amongst yourselves.

-- 
           Summary: support conditionally present syscalls
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


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

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-09-19 20:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-07 23:43 [Bug tapsets/2295] New: support conditionally present syscalls fche at redhat dot com
2006-02-08  3:36 ` [Bug tapsets/2295] " bibo dot mao at intel dot com
2006-06-01 21:24 ` joshua dot i dot stone at intel dot com
2006-06-01 21:31 ` joshua dot i dot stone at intel dot com
2006-06-02 19:15 ` joshua dot i dot stone at intel dot com
2006-06-02 19:25 ` joshua dot i dot stone at intel dot com
2006-06-02 19:32 ` joshua dot i dot stone at intel dot com
2006-06-06  0:08 ` fche at redhat dot com
2007-05-14 17:23 ` eugen at debian dot org
2007-09-19 21:38 ` hunt at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).