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 1Ev5iq-0008JH-Cd for user-mode-linux-devel@lists.sourceforge.net; Fri, 06 Jan 2006 20:30:32 -0800 Received: from [198.99.130.12] (helo=saraswathi.solana.com) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Ev5io-00010j-VJ for user-mode-linux-devel@lists.sourceforge.net; Fri, 06 Jan 2006 20:30:32 -0800 From: Jeff Dike Message-ID: <20060107052246.GA15654@ccure.user-mode-linux.org> References: <200601042151.k04LpxbH009237@ccure.user-mode-linux.org> <20060104152433.7304ec75.akpm@osdl.org> <20060105022129.GA13183@ccure.user-mode-linux.org> <20060106124438.GB12131@stusta.de> <20060106163948.GA4340@ccure.user-mode-linux.org> <20060106161831.GH12131@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060106161831.GH12131@stusta.de> Subject: [uml-devel] Re: [2.6 patch] UML - Prevent MODE_SKAS=n and MODE_TT=n 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: Sat, 7 Jan 2006 00:22:46 -0500 To: Adrian Bunk Cc: Andrew Morton , linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net On Fri, Jan 06, 2006 at 05:18:31PM +0100, Adrian Bunk wrote: > That is already implemented in my patch: > > MODE_TT=n forces MODE_SKAS=y. > MODE_TT=y allows any setting of MODE_SKAS. > > MODE_SKAS=n is therefore impossible if MODE_TT=n. Right you are. 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 S932313AbWAGEcu (ORCPT ); Fri, 6 Jan 2006 23:32:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932666AbWAGEcu (ORCPT ); Fri, 6 Jan 2006 23:32:50 -0500 Received: from saraswathi.solana.com ([198.99.130.12]:3766 "EHLO saraswathi.solana.com") by vger.kernel.org with ESMTP id S932313AbWAGEct (ORCPT ); Fri, 6 Jan 2006 23:32:49 -0500 Date: Sat, 7 Jan 2006 00:22:46 -0500 From: Jeff Dike To: Adrian Bunk Cc: Andrew Morton , linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [2.6 patch] UML - Prevent MODE_SKAS=n and MODE_TT=n Message-ID: <20060107052246.GA15654@ccure.user-mode-linux.org> References: <200601042151.k04LpxbH009237@ccure.user-mode-linux.org> <20060104152433.7304ec75.akpm@osdl.org> <20060105022129.GA13183@ccure.user-mode-linux.org> <20060106124438.GB12131@stusta.de> <20060106163948.GA4340@ccure.user-mode-linux.org> <20060106161831.GH12131@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060106161831.GH12131@stusta.de> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 06, 2006 at 05:18:31PM +0100, Adrian Bunk wrote: > That is already implemented in my patch: > > MODE_TT=n forces MODE_SKAS=y. > MODE_TT=y allows any setting of MODE_SKAS. > > MODE_SKAS=n is therefore impossible if MODE_TT=n. Right you are. Jeff