]> Git Repo - linux.git/commit - kernel/test_kprobes.c
kprobes: indirectly call kprobe_target
authorMasami Hiramatsu <[email protected]>
Tue, 6 Jan 2009 22:41:47 +0000 (14:41 -0800)
committerLinus Torvalds <[email protected]>
Tue, 6 Jan 2009 23:59:20 +0000 (15:59 -0800)
commit8e1144050e49dd4ef19c117dc5626f212cfe73cf
treeb7feb97dc6f341999fbcaf8b4964e7e660cf0317
parentbc2f70151fe7a117dbe8347edc5a877e749572a3
kprobes: indirectly call kprobe_target

Call kprobe_target indirectly.  This prevents gcc to unroll a noinline
function in caller function.

I ported patches which had been discussed on
http://sources.redhat.com/bugzilla/show_bug.cgi?id=3542

Signed-off-by: Masami Hiramatsu <[email protected]>
Acked-by: Ananth N Mavinakayanahalli <[email protected]>
Cc: Jim Keniston <[email protected]>
Cc: David Miller <[email protected]>
Cc: Anil S Keshavamurthy <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/test_kprobes.c
This page took 0.04838 seconds and 4 git commands to generate.