]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules
authorPaul E. McKenney <paulmck@us.ibm.com>
Fri, 23 Jun 2006 09:05:51 +0000 (02:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:43:07 +0000 (07:43 -0700)
commitd2334bdccf9aa96cbf1b798be1799a2ff8004928
tree11e30548e6b07045f8a17aa4661e1cde6f374b18
parent56884a34a32b6a892ed909008f53731244fec729
[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules

Remove synchronize_kernel() (deprecated 2-APR-2005 in
http://lkml.org/lkml/2005/4/3/11) and makes the RCU API inaccessible to
non-GPL Linux kernel modules (as was announced more than one year ago in
http://lkml.org/lkml/2005/4/3/8).  Tested on x86 and ppc64.

Signed-off-by: "Paul E. McKenney" <paulmck@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/RCU/whatisRCU.txt
Documentation/feature-removal-schedule.txt
include/linux/rcupdate.h
kernel/rcupdate.c