From: Ananth N Mavinakayanahalli Date: Mon, 7 Nov 2005 09:00:14 +0000 (-0800) Subject: [PATCH] Kprobes: Use RCU for (un)register synchronization - arch changes X-Git-Tag: v2.6.15-rc1~576 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=991a51d83a3d9bebfafdd1e692cf310899d60791;p=pandora-kernel.git [PATCH] Kprobes: Use RCU for (un)register synchronization - arch changes Changes to the arch kprobes infrastructure to take advantage of the locking changes introduced by usage of RCU for synchronization. All handlers are now run without any locks held, so they have to be re-entrant or provide their own synchronization. Signed-off-by: Ananth N Mavinakayanahalli Signed-off-by: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed