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 1Euf2y-0004f4-Pg for user-mode-linux-devel@lists.sourceforge.net; Thu, 05 Jan 2006 16:01:32 -0800 Received: from saraswathi.solana.com ([198.99.130.12]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Euf2x-0004kH-G3 for user-mode-linux-devel@lists.sourceforge.net; Thu, 05 Jan 2006 16:01:32 -0800 From: Jeff Dike Message-ID: <20060106005341.GA12833@ccure.user-mode-linux.org> References: <200601042151.k04LpxbH009237@ccure.user-mode-linux.org> <20060105161436.GA4426@ccure.user-mode-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Thu, 5 Jan 2006 19:53:41 -0500 To: Jan Engelhardt Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net On Thu, Jan 05, 2006 at 10:59:58PM +0100, Jan Engelhardt wrote: > config MODE_TT > bool "Tracing thread support" > default y > help > This option controls whether tracing thread support is compiled > into UML. Normally, this should be set to Y. If you intend to > use only skas mode (and the host has the skas patch applied to it), > then it is OK to say N here. > > Then I unfortunately do not quite understand what this is for. The help is a bit out of date, that's all. 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 S932290AbWAFAB5 (ORCPT ); Thu, 5 Jan 2006 19:01:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932297AbWAFAB4 (ORCPT ); Thu, 5 Jan 2006 19:01:56 -0500 Received: from saraswathi.solana.com ([198.99.130.12]:12714 "EHLO saraswathi.solana.com") by vger.kernel.org with ESMTP id S932290AbWAFABz (ORCPT ); Thu, 5 Jan 2006 19:01:55 -0500 Date: Thu, 5 Jan 2006 19:53:41 -0500 From: Jeff Dike To: Jan Engelhardt Cc: akpm@osdl.org, 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: <20060106005341.GA12833@ccure.user-mode-linux.org> References: <200601042151.k04LpxbH009237@ccure.user-mode-linux.org> <20060105161436.GA4426@ccure.user-mode-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 05, 2006 at 10:59:58PM +0100, Jan Engelhardt wrote: > config MODE_TT > bool "Tracing thread support" > default y > help > This option controls whether tracing thread support is compiled > into UML. Normally, this should be set to Y. If you intend to > use only skas mode (and the host has the skas patch applied to it), > then it is OK to say N here. > > Then I unfortunately do not quite understand what this is for. The help is a bit out of date, that's all. Jeff