From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1EuJwN-0005u9-IJ for user-mode-linux-devel@lists.sourceforge.net; Wed, 04 Jan 2006 17:29:19 -0800 Received: from saraswathi.solana.com ([198.99.130.12]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1EuJwL-0006jA-Vw for user-mode-linux-devel@lists.sourceforge.net; Wed, 04 Jan 2006 17:29:19 -0800 From: Jeff Dike Message-ID: <20060105022129.GA13183@ccure.user-mode-linux.org> References: <200601042151.k04LpxbH009237@ccure.user-mode-linux.org> <20060104152433.7304ec75.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060104152433.7304ec75.akpm@osdl.org> Subject: [uml-devel] Re: [PATCH 4/9] UML - Better diagnostics for broken configs Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 4 Jan 2006 21:21:29 -0500 To: Andrew Morton Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net On Wed, Jan 04, 2006 at 03:24:33PM -0800, Andrew Morton wrote: > Jeff Dike wrote: > > > > Produce a compile-time error if both MODE_SKAS and MODE_TT are disabled. > Is there no sane way to prevent this situation within Kconfig? I tried. The best I managed was to get *config to moan about circular dependencies. Jeff ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751132AbWAEB3r (ORCPT ); Wed, 4 Jan 2006 20:29:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751124AbWAEB3r (ORCPT ); Wed, 4 Jan 2006 20:29:47 -0500 Received: from saraswathi.solana.com ([198.99.130.12]:3233 "EHLO saraswathi.solana.com") by vger.kernel.org with ESMTP id S1751107AbWAEB3q (ORCPT ); Wed, 4 Jan 2006 20:29:46 -0500 Date: Wed, 4 Jan 2006 21:21:29 -0500 From: Jeff Dike To: Andrew Morton Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [PATCH 4/9] UML - Better diagnostics for broken configs Message-ID: <20060105022129.GA13183@ccure.user-mode-linux.org> References: <200601042151.k04LpxbH009237@ccure.user-mode-linux.org> <20060104152433.7304ec75.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060104152433.7304ec75.akpm@osdl.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 04, 2006 at 03:24:33PM -0800, Andrew Morton wrote: > Jeff Dike wrote: > > > > Produce a compile-time error if both MODE_SKAS and MODE_TT are disabled. > Is there no sane way to prevent this situation within Kconfig? I tried. The best I managed was to get *config to moan about circular dependencies. Jeff