From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760889AbYBABzb (ORCPT ); Thu, 31 Jan 2008 20:55:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753536AbYBABzU (ORCPT ); Thu, 31 Jan 2008 20:55:20 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:40796 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751623AbYBABzT (ORCPT ); Thu, 31 Jan 2008 20:55:19 -0500 Date: Fri, 1 Feb 2008 12:54:46 +1100 (EST) From: Linus Torvalds X-X-Sender: torvalds@www.l.google.com To: Trond Myklebust cc: Matthew Wilcox , Linux Kernel Mailing List , Liam Howlett , Andrew Morton Subject: Re: Pull request: TASK_KILLABLE In-Reply-To: <1201830304.3087.2.camel@heimdal.trondhjem.org> Message-ID: References: <20080129000447.GC31101@parisc-linux.org> <20080131234504.GB25967@parisc-linux.org> <1201830304.3087.2.camel@heimdal.trondhjem.org> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 31 Jan 2008, Trond Myklebust wrote: > > Hmm... The current code won't compile as a module. We're at least going > to require something like the attached patch. Ahh, ok, I obviously only tested compiling it in. No need to make that one-liner function be a GPL-only export, it's not like any of the other regular sigpending functions are we export are GPL-only either (dequeue_signal() is, but that is because we *really* don't want people using that, and it's really about internal signal handling behavior). Linus