Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Aug 2002 11:30:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Aug 2002 11:30:35 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:5139 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Tue, 13 Aug 2002 11:30:34 -0400 Date: Tue, 13 Aug 2002 08:36:41 -0700 (PDT) From: Linus Torvalds To: Ingo Molnar cc: linux-kernel@vger.kernel.org Subject: Re: [patch] exit_free(), 2.5.31-A0 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: 754 Lines: 25 On Tue, 13 Aug 2002, Ingo Molnar wrote: > > the attached patch implements a new syscall, exit_free(): > > exit_free(error_code, addr, val); > > this syscall is used as a performance optimization in glibc's threading > library. This looks like a total glibc braindamage hack. It may be small, but it's crap, unless you can explain to me why glibc cannot just cannot just catch the death signal in the master thread and be done with it (and do all maintenance in the master). Too ugly to live. 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/