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 uprobes/4738] UPROBES_SSOL and URETPROBES must depend on UPROBES in Kconfig


------- Additional Comments From ananth at in dot ibm dot com  2007-07-09 04:16 -------
In which case, we have one of two choices:

a> Make the dependency implicit as we do with kprobes (no KPROBES=y implies no
kretprobes either); this will require that we don't touch the Kconfig files,
except to add CONFIG_UPROBES.
b> If you want to retain the Kconfig entries for SSOL and URETPROBES, put in an
explicit dependency for the two on UPROBES. Per Kconfig language semantics, you
shouldn't be able to select a dependent feature without an explicit dependency
specified in the Kconfig file.

Need to choose one; You can't have both :-)

-- 


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

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