public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPL
@ 2005-03-27 14:34 Adrian Bunk
  2005-04-03  6:02 ` Paul E. McKenney
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2005-03-27 14:34 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Dipankar Sarma, Manfred Spraul, linux-kernel

Due to the patent situation at least in the USA, the exports of 
kernel/rcupdate.c should be EXPORT_SYMBOL_GPL.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 3 Mar 2005

--- linux-2.6.11-rc5-mm1-full/kernel/rcupdate.c.old	2005-03-02 16:11:15.000000000 +0100
+++ linux-2.6.11-rc5-mm1-full/kernel/rcupdate.c	2005-03-02 16:11:30.000000000 +0100
@@ -506,6 +506,6 @@
 }
 
 module_param(maxbatch, int, 0);
-EXPORT_SYMBOL(call_rcu);
-EXPORT_SYMBOL(call_rcu_bh);
-EXPORT_SYMBOL(synchronize_kernel);
+EXPORT_SYMBOL_GPL(call_rcu);
+EXPORT_SYMBOL_GPL(call_rcu_bh);
+EXPORT_SYMBOL_GPL(synchronize_kernel);


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [2.6 patch] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPL
@ 2005-03-03 13:23 Adrian Bunk
  0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2005-03-03 13:23 UTC (permalink / raw)
  To: Dipankar Sarma, Manfred Spraul; +Cc: linux-kernel

Due to the patet situation at least in the USA, the exports of 
kernel/rcupdate.c should be EXPORT_SYMBOL_GPL.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.11-rc5-mm1-full/kernel/rcupdate.c.old	2005-03-02 16:11:15.000000000 +0100
+++ linux-2.6.11-rc5-mm1-full/kernel/rcupdate.c	2005-03-02 16:11:30.000000000 +0100
@@ -506,6 +506,6 @@
 }
 
 module_param(maxbatch, int, 0);
-EXPORT_SYMBOL(call_rcu);
-EXPORT_SYMBOL(call_rcu_bh);
-EXPORT_SYMBOL(synchronize_kernel);
+EXPORT_SYMBOL_GPL(call_rcu);
+EXPORT_SYMBOL_GPL(call_rcu_bh);
+EXPORT_SYMBOL_GPL(synchronize_kernel);


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

end of thread, other threads:[~2005-04-04 21:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-27 14:34 [2.6 patch] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPL Adrian Bunk
2005-04-03  6:02 ` Paul E. McKenney
2005-04-04  8:18   ` Arjan van de Ven
2005-04-04 21:49     ` Paul E. McKenney
  -- strict thread matches above, loose matches on Subject: below --
2005-03-03 13:23 Adrian Bunk

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