Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 14 Feb 2003 20:20:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 14 Feb 2003 20:20:42 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:49673 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Fri, 14 Feb 2003 20:20:40 -0500 Message-ID: <3E4D981D.209@pobox.com> Date: Fri, 14 Feb 2003 20:30:05 -0500 From: Jeff Garzik Organization: none User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en MIME-Version: 1.0 To: Linus Torvalds CC: Matti Aarnio , Davide Libenzi , Kernel Mailing List Subject: Re: Synchronous signal delivery.. References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1183 Lines: 36 Linus Torvalds wrote: > On Sat, 15 Feb 2003, Matti Aarnio wrote: > >>Do we need new syscall(s) ? Could it all be done with netlink ? > > > We'd need the same new system call - the one to associate signals of this > process with the netlink thing. > > (Yeah, the "system call" could be an ioctl entry, but quite frankly, > that's much WORSE than adding a system call. It's just system calls > without type checking). I have been lobbying for sys_garzik(2) for years... while you're in there adding stuff, can you slip that in too please? ... :) More seriously, and a bit of a tangent, I wonder how much attention we need to give netlink. Because it either has the potential to be used as a de facto in-kernel event-passing API, or it's too heavyweight for that, implying [IMO] we need a netlink-lite. I _don't_ want to see mini-netlinks springing up every time we need [a]sync delivery inside the kernel. Jeff - 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/