... %) ... fix 875e37afe61583c4a0901ec8482ec4aef1694328
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Thu, 29 Nov 2012 06:04:48 +0000 (10:04 +0400)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Thu, 29 Nov 2012 06:04:48 +0000 (10:04 +0400)
kprobe/dbi_kprobes.c

index 7950a21..cba8fd1 100644 (file)
@@ -860,7 +860,7 @@ void patch_suspended_all_task_ret_addr(struct kretprobe *rp)
 #ifdef CONFIG_X86
        /* workaround for do_exit probe on x86 targets */
        if ((current->flags & PF_EXITING) || (current->flags & PF_EXITPIDONE)) {
-               patch_suspended_task_ret_addr(current, sched_rp);
+               patch_suspended_task_ret_addr(current, rp);
        }
 #endif
        rcu_read_unlock();