From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 17 Aug 2002 18:14:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 17 Aug 2002 18:14:53 -0400 Received: from pc-62-30-255-50-az.blueyonder.co.uk ([62.30.255.50]:19431 "EHLO kushida.apsleyroad.org") by vger.kernel.org with ESMTP id ; Sat, 17 Aug 2002 18:14:52 -0400 Date: Sat, 17 Aug 2002 23:18:33 +0100 From: Jamie Lokier To: Ingo Molnar Cc: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: CLONE_DETACHED and exit notification (was user-vm-unlock-2.5.31-A2) Message-ID: <20020817231833.A5804@kushida.apsleyroad.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from mingo@elte.hu on Sat, Aug 17, 2002 at 08:48:57PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Yay! [ ;) ] Just a note: I recall that Linus suggested the optimisation of checking mm->mm_count > 1, but Ingo is right to not include this -- it's possible for the tid word to be stored in shared memory. -- Jamie