From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13182 invoked by alias); 9 Jul 2007 04:16:38 -0000 Received: (qmail 13161 invoked by uid 48); 9 Jul 2007 04:16:29 -0000 Date: Mon, 09 Jul 2007 04:16:00 -0000 Message-ID: <20070709041629.13160.qmail@sourceware.org> From: "ananth at in dot ibm dot com" To: systemtap@sources.redhat.com In-Reply-To: <20070704064428.4738.ananth@in.ibm.com> References: <20070704064428.4738.ananth@in.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug uprobes/4738] UPROBES_SSOL and URETPROBES must depend on UPROBES in Kconfig X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00042.txt.bz2 ------- 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.