From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.12] helo=sc8-sf-mx2.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1DoTVZ-0003PF-TA for user-mode-linux-devel@lists.sourceforge.net; Fri, 01 Jul 2005 14:57:13 -0700 Received: from smtp.osdl.org ([65.172.181.4]) by sc8-sf-mx2.sourceforge.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41) id 1DoTVX-0001Ij-NG for user-mode-linux-devel@lists.sourceforge.net; Fri, 01 Jul 2005 14:57:13 -0700 From: Andrew Morton Message-Id: <20050701145802.5cebabd2.akpm@osdl.org> In-Reply-To: <200507012131.j61LVCLi027276@ccure.user-mode-linux.org> References: <200507012131.j61LVCLi027276@ccure.user-mode-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [uml-devel] Re: [PATCH 1/2] UML - skas0 - separate kernel address space on stock hosts 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: Fri, 1 Jul 2005 14:58:02 -0700 To: Jeff Dike Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, "blaisorblade@yahoo.it" Jeff Dike wrote: > > This patch implements something very close to skas mode for hosts > which don't support skas - I'm calling this skas0. I note that this patch assumes that uml-kill-some-useless-vmalloc-tlb-flushing.patch is applied. AFAIK that patch is still in limbo due to objections from Paolo. Can we sort that out please? ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&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 S262783AbVGAV6S (ORCPT ); Fri, 1 Jul 2005 17:58:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262277AbVGAV6Q (ORCPT ); Fri, 1 Jul 2005 17:58:16 -0400 Received: from smtp.osdl.org ([65.172.181.4]:33687 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S262783AbVGAV5Q (ORCPT ); Fri, 1 Jul 2005 17:57:16 -0400 Date: Fri, 1 Jul 2005 14:58:02 -0700 From: Andrew Morton To: Jeff Dike Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, "blaisorblade@yahoo.it" Subject: Re: [PATCH 1/2] UML - skas0 - separate kernel address space on stock hosts Message-Id: <20050701145802.5cebabd2.akpm@osdl.org> In-Reply-To: <200507012131.j61LVCLi027276@ccure.user-mode-linux.org> References: <200507012131.j61LVCLi027276@ccure.user-mode-linux.org> X-Mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i386-vine-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jeff Dike wrote: > > This patch implements something very close to skas mode for hosts > which don't support skas - I'm calling this skas0. I note that this patch assumes that uml-kill-some-useless-vmalloc-tlb-flushing.patch is applied. AFAIK that patch is still in limbo due to objections from Paolo. Can we sort that out please?