[PATCH] RCU documentation: self-limiting updates and call_rcu()
authorPaul E. McKenney <paulmck@us.ibm.com>
Sun, 25 Jun 2006 12:48:44 +0000 (05:48 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:17 +0000 (10:01 -0700)
commit165d6c78ee24127dde5c750b2af0a239f9c11d1a
treea9329b5b24893588114441f43d576dfa310e5f43
parent76d42bd96984832c4ea8bc8cbd74e496ac31409e
[PATCH] RCU documentation: self-limiting updates and call_rcu()

An update to the RCU documentation calling out the
self-limiting-update-rate advantages of synchronize_rcu(), and describing
how to use call_rcu() in a way that results in self-limiting updates.
Self-limiting updates are important to avoiding RCU-induced OOM in face of
denial-of-service attacks.

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/checklist.txt
Documentation/RCU/whatisRCU.txt