Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 12 Feb 2003 03:02:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 12 Feb 2003 03:02:09 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:25954 "EHLO frodo.biederman.org") by vger.kernel.org with ESMTP id ; Wed, 12 Feb 2003 03:02:08 -0500 To: Linus Torvalds Cc: Oleg Drokin , Kernel Mailing List Subject: Re: Linux 2.5.60 References: From: ebiederm@xmission.com (Eric W. Biederman) Date: 12 Feb 2003 01:11:23 -0700 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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: 1192 Lines: 28 Linus Torvalds writes: > On Tue, 11 Feb 2003, Oleg Drokin wrote: > > > > One of yours hand merged UML updates/fixes in, and another one broke it badly > by introducing > > > sigprocmask(). Now there is a conflict between in-kernel sigprocmask() and > > glibc's sigprocmask() (that UML uses to manage signal delivery to right > thread). > > > Can we please change the name of in-kernel's sigprocmask() to avoid name > clash? ;) > > > No. I'm not goinmg to start caring about user-land naming in-kernel, that > way is a slippery slope. This is firmly a UML problem. Just for throwing out suggestions, UML can easily avoid using glibc altogether as it is already intimate with the system call layer. Or it can use the linker to play games with symbol names to move the kernel off into it's own separate name space. This sounds like a good opportunity to figure out which makes most sense and future proof UML. Eric - 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/