forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Paul E. McKenney
authored and
Linus Torvalds
committed
Jun 23, 2006
1 parent
55f4e8d
commit d83015b
Showing
4 changed files
with
3 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,21 +33,6 @@ Who: Adrian Bunk <[email protected]> | |
|
||
--------------------------- | ||
|
||
What: RCU API moves to EXPORT_SYMBOL_GPL | ||
When: April 2006 | ||
Files: include/linux/rcupdate.h, kernel/rcupdate.c | ||
Why: Outside of Linux, the only implementations of anything even | ||
vaguely resembling RCU that I am aware of are in DYNIX/ptx, | ||
VM/XA, Tornado, and K42. I do not expect anyone to port binary | ||
drivers or kernel modules from any of these, since the first two | ||
are owned by IBM and the last two are open-source research OSes. | ||
So these will move to GPL after a grace period to allow | ||
people, who might be using implementations that I am not aware | ||
of, to adjust to this upcoming change. | ||
Who: Paul E. McKenney <[email protected]> | ||
|
||
--------------------------- | ||
|
||
What: raw1394: requests of type RAW1394_REQ_ISO_SEND, RAW1394_REQ_ISO_LISTEN | ||
When: November 2006 | ||
Why: Deprecated in favour of the new ioctl-based rawiso interface, which is | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters