All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH] Enable usage of pthread_set_{mode, name}_np from kernel space
@ 2007-02-08 16:22 Stelian Pop
  2007-02-08 18:48 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Stelian Pop @ 2007-02-08 16:22 UTC (permalink / raw)
  To: xenomai-core

Hi,

Is there a reason why pthread_set_{mode,name}_np are not allowed to be
called from a kernel space POSIX thread ?

If there is none, please apply the patch below.

Thanks.

Index: ksrc/skins/posix/thread.c
===================================================================
--- ksrc/skins/posix/thread.c	(révision 2162)
+++ ksrc/skins/posix/thread.c	(copie de travail)
@@ -745,3 +745,5 @@
 EXPORT_SYMBOL(pthread_self);
 EXPORT_SYMBOL(pthread_make_periodic_np);
 EXPORT_SYMBOL(pthread_wait_np);
+EXPORT_SYMBOL(pthread_set_name_np);
+EXPORT_SYMBOL(pthread_set_mode_np);

-- 
Stelian Pop <stelian.pop@domain.hid>



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

* Re: [Xenomai-core] [PATCH] Enable usage of pthread_set_{mode, name}_np from kernel space
  2007-02-08 16:22 [Xenomai-core] [PATCH] Enable usage of pthread_set_{mode, name}_np from kernel space Stelian Pop
@ 2007-02-08 18:48 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2007-02-08 18:48 UTC (permalink / raw)
  To: Stelian Pop; +Cc: xenomai-core

Stelian Pop wrote:
 > Hi,
 > 
 > Is there a reason why pthread_set_{mode,name}_np are not allowed to be
 > called from a kernel space POSIX thread ?
 > 
 > If there is none, please apply the patch below.

No, this is completely unintended. Thanks.

-- 


					    Gilles Chanteperdrix.


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

end of thread, other threads:[~2007-02-08 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 16:22 [Xenomai-core] [PATCH] Enable usage of pthread_set_{mode, name}_np from kernel space Stelian Pop
2007-02-08 18:48 ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.