From: Paul E. McKenney Date: Sun, 25 Jun 2006 12:48:44 +0000 (-0700) Subject: [PATCH] RCU documentation: self-limiting updates and call_rcu() X-Git-Tag: v2.6.18-rc1~931 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165d6c78ee24127dde5c750b2af0a239f9c11d1a;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed