Files
linux/kernel
Masami Hiramatsu 49ad2fd76c kprobes: remove called_from argument
Remove called_from argument from kprobes which had been used for
preventing self-refering of kernel module.  However, since we don't keep
module's refcount after registering kprobe any more, there is no reason to
check that.

This patch also simplifies registering/unregistering functions because we
don't need to use __builtin_return_address(0) which was passed to
called_from.

[ananth@in.ibm.com: build fix]
Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-01-06 15:59:21 -08:00
..
2009-01-04 15:14:41 -05:00
2009-01-06 15:59:01 -08:00
2008-11-24 18:57:41 -05:00
2009-01-06 15:59:11 -08:00
2008-11-14 10:39:23 +11:00
2009-01-06 15:59:21 -08:00
2008-12-10 08:01:54 -08:00
2008-11-19 18:49:57 -08:00
2008-12-31 15:11:46 +01:00