Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 17 Nov 2002 12:55:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 17 Nov 2002 12:55:35 -0500 Received: from mx2.elte.hu ([157.181.151.9]:63185 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Sun, 17 Nov 2002 12:55:34 -0500 Date: Sun, 17 Nov 2002 20:19:03 +0100 (CET) From: Ingo Molnar Reply-To: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Luca Barbieri , Ulrich Drepper Subject: Re: [patch] threading fix, tid-2.5.47-A3 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 659 Lines: 19 On Sun, 17 Nov 2002, Linus Torvalds wrote: > Why not do it the _sane_ way, with a system call in crt0.S instead to > set up the user_tid if you want it? the patch adds a syscall, which will indeed be used in the exec() case. The patch does not add any magic execve() thing. Plus the patch changes the TID interfaces of sys_clone() to work not only for pthread_create() but also in the case of fork(). Ingo - 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/