]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - kernel/kprobes.c
[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)
commit8b0914ea7475615c7c8965c1ac8fe4069270f25c
treefb85ed3b08d9c61090bbc9dee9d06f54b945e52a
parent852caccc89d3883522e87a91bfa89fd9c9cfe15a
[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