[Bug uprobes/4738] UPROBES_SSOL and URETPROBES must depend on UPROBES in Kconfig

ananth at in dot ibm dot com sourceware-bugzilla@sourceware.org
Mon Jul 9 04:16:00 GMT 2007


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



More information about the Systemtap mailing list