]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] jprobes: allow a jprobe to coexist with muliple kprobes
authorPrasanna S Panchamukhi <prasanna@in.ibm.com>
Thu, 23 Jun 2005 07:09:41 +0000 (00:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:25 +0000 (09:45 -0700)
commitdbe9091e122fd6d1c31cb7e43a75d9cbc410b576
treefb85ed3b08d9c61090bbc9dee9d06f54b945e52a
parentbac8474b8fd2ba5efa7e0270092ee544ff143011
[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 <amavin@redhat.com>
Signed-off-by: Prasanna S Panchamukhi <prasanna@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/kprobes.c