Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946387AbXBIL6A (ORCPT ); Fri, 9 Feb 2007 06:58:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946389AbXBIL6A (ORCPT ); Fri, 9 Feb 2007 06:58:00 -0500 Received: from colin.muc.de ([193.149.48.1]:3023 "EHLO mail.muc.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946387AbXBIL6A (ORCPT ); Fri, 9 Feb 2007 06:58:00 -0500 Date: 9 Feb 2007 12:57:58 +0100 Date: Fri, 9 Feb 2007 12:57:58 +0100 From: Andi Kleen To: Zachary Amsden Cc: virtualization@lists.osdl.org, Rusty Russell , Paul Mackerras , Stephen Rothwell , Andrew Morton , lkml - Kernel Mailing List Subject: Re: [PATCH 6/10] lguest code: the little linux hypervisor. Message-ID: <20070209115758.GA18080@muc.de> References: <1171012296.2718.26.camel@localhost.localdomain> <1171018812.2718.66.camel@localhost.localdomain> <45CC5771.1070309@vmware.com> <200702091250.06482.ak@muc.de> <45CC60FD.6080606@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45CC60FD.6080606@vmware.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1013 Lines: 28 On Fri, Feb 09, 2007 at 03:54:37AM -0800, Zachary Amsden wrote: > Andi Kleen wrote: > >>Yes, it is a bit, umm, innovative. If it is going to be kept, even if > >>just for devel logging, you should disable interrupts around it. > >>Changing segments is not a normal thing to do. > >> > > > >Actually that wouldn't be needed because interrupts are not allowed to do > >any user accesses. And contrary to the name it doesn't actually change > >the segment registers, only state used by *_user. > > > > My bad, I fell for the same mistake as everyone. Set_fs is just way too You could change the name. Only 654 occurrences all over the tree @) > confusing of a name now. But good to know interrupts must be disable in > such a circumstance. +not -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/