Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 20 Mar 2001 12:24:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 20 Mar 2001 12:24:14 -0500 Received: from neon-gw.transmeta.com ([209.10.217.66]:6155 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Tue, 20 Mar 2001 12:24:09 -0500 To: linux-kernel@vger.kernel.org From: torvalds@transmeta.com (Linus Torvalds) Subject: Re: LDT allocated for cloned task! Date: 20 Mar 2001 09:23:14 -0800 Organization: Transmeta Corporation Message-ID: <9983m2$1l5$1@penguin.transmeta.com> In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org In article , Pau wrote: > >I've been running 2.4.3-pre4 for a few days now and today I've got this >message in the logs a couple of times. Is it harmless? It's harmless. It's really a warning that says: the mm that you allocated a new LDT for may have multiple users, and while the LDT is added to all of them, we don't guarantee _when_ the other users will actually see the LDT. It so happens that the other users are probably just something like "top" or similar, that increment the MM count to make sure that the MM doesn't go away while they get information about the process. And those users don't care about the LDT in the least. Linus - 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/