From: Ananth N Mavinakayanahalli Date: Mon, 7 Nov 2005 09:00:13 +0000 (-0800) Subject: [PATCH] Kprobes: Use RCU for (un)register synchronization - base changes X-Git-Tag: v2.6.15-rc1~577 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=3516a46042508a495fac13c2e73530d936ebe015;hp=3516a46042508a495fac13c2e73530d936ebe015;p=safe%2Fjmp%2Flinux-2.6 [PATCH] Kprobes: Use RCU for (un)register synchronization - base changes Changes to the base kprobes infrastructure to use RCU for synchronization during kprobe registration and unregistration. These changes coupled with the arch kprobe changes (next in series): a. serialize registration and unregistration of kprobes. b. enable lockless execution of handlers. Handlers can now run in parallel. Signed-off-by: Ananth N Mavinakayanahalli Signed-off-by: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds ---