public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* dequeue_signal() in signal.c disabilities
@ 2004-11-22  2:25 David Chow
  2004-11-24 23:07 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: David Chow @ 2004-11-22  2:25 UTC (permalink / raw)
  To: linux-kernel

Is there any reason to explicitly export dequeue_signal() as GPL in
signal.c ? I am not sure it is done by accident or not, but it is
definitely not quite reasonable to do this while other symbols in the
same source file are using EXPORT_SYMBOL() instead of EXPORT_SYMBOL_GPL().

This causes disabilities with modules that are non pure GPL licensed,
this causes kernel threads or possibly other interrupts unable to be
handled properly. I've tried both BSD and LGPL which doesn't work. The
dequeue_signal() is essential to anyone who use sleeps with signals and
will force non-pure-GPL'ed modules unable to handle signals properly.
Can anyone fix this in the next release of the kernel or give me a
simple reponse? Thanks.

David



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-27  0:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-22  2:25 dequeue_signal() in signal.c disabilities David Chow
2004-11-24 23:07 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox