From: Prasanna S Panchamukhi Date: Thu, 23 Jun 2005 07:09:41 +0000 (-0700) Subject: [PATCH] jprobes: allow a jprobe to coexist with muliple kprobes X-Git-Tag: v2.6.13-rc1~68^2~429 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0914ea7475615c7c8965c1ac8fe4069270f25c;p=pandora-kernel.git [PATCH] jprobes: allow a jprobe to coexist with muliple kprobes Presently either multiple kprobes or only one jprobe could be inserted. This patch removes the above limitation and allows one jprobe and multiple kprobes to coexist at the same address. However multiple jprobes cannot coexist with multiple kprobes. Currently I am working on the prototype to allow multiple jprobes coexist with multiple kprobes. Signed-off-by: Ananth N Mavinakayanhalli Signed-off-by: Prasanna S Panchamukhi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed