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-new.sourceforge.net with esmtp (Exim 4.43) id 1Fw4YY-0000me-T5 for user-mode-linux-devel@lists.sourceforge.net; Thu, 29 Jun 2006 15:00:14 -0700 Received: from ns1.suse.de ([195.135.220.2] helo=mx1.suse.de) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Fw4YX-0001mz-HE for user-mode-linux-devel@lists.sourceforge.net; Thu, 29 Jun 2006 15:00:14 -0700 From: Andi Kleen Date: Thu, 29 Jun 2006 23:41:13 +0200 References: <200606292136.k5TLaTGc010802@ccure.user-mode-linux.org> In-Reply-To: <200606292136.k5TLaTGc010802@ccure.user-mode-linux.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200606292341.13952.ak@suse.de> Subject: Re: [uml-devel] [PATCH 3/9] UML - Remove pte_mkexec List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Jeff Dike Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net On Thursday 29 June 2006 23:36, Jeff Dike wrote: > Andi is making pte_mkexec go away, and UML had one of the last uses. Actually not go away, but do the correct thing on i386/x86-64. Just relying on its side effects of setting _USER was bad. Thanks, -Andi Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ 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 S932991AbWF2WAa (ORCPT ); Thu, 29 Jun 2006 18:00:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932968AbWF2WAS (ORCPT ); Thu, 29 Jun 2006 18:00:18 -0400 Received: from mx1.suse.de ([195.135.220.2]:28890 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932992AbWF2WAL (ORCPT ); Thu, 29 Jun 2006 18:00:11 -0400 From: Andi Kleen To: Jeff Dike Subject: Re: [PATCH 3/9] UML - Remove pte_mkexec Date: Thu, 29 Jun 2006 23:41:13 +0200 User-Agent: KMail/1.9.3 Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net References: <200606292136.k5TLaTGc010802@ccure.user-mode-linux.org> In-Reply-To: <200606292136.k5TLaTGc010802@ccure.user-mode-linux.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606292341.13952.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 29 June 2006 23:36, Jeff Dike wrote: > Andi is making pte_mkexec go away, and UML had one of the last uses. Actually not go away, but do the correct thing on i386/x86-64. Just relying on its side effects of setting _USER was bad. Thanks, -Andi