From: Ananth N Mavinakayanahalli Date: Thu, 5 May 2005 23:15:42 +0000 (-0700) Subject: [PATCH] kprobes: Allow multiple kprobes at the same address X-Git-Tag: v2.6.12-rc4~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64f562c6df3cfc5d1b2b4bdbcb7951457df9c237;p=pandora-kernel.git [PATCH] kprobes: Allow multiple kprobes at the same address Allow registration of multiple kprobes at an address in an architecture agnostic way. Corresponding handlers will be invoked in a sequence. But, a kprobe and a jprobe can't (yet) co-exist at the same address. Signed-off-by: Ananth N Mavinakayanahalli Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed