Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26039
b: refs/heads/master
c: 7522a84
h: refs/heads/master
i:
  26037: f48eda4
  26035: 83e49cf
  26031: ae07693
v: v3
  • Loading branch information
Ananth N Mavinakayanahalli authored and Linus Torvalds committed Apr 20, 2006
1 parent 691d99c commit 426b683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a7b46b369419493bab4de67b1526e9f76b22a7f
refs/heads/master: 7522a8423bed9931cbac5502b9c0657bde2700ea
3 changes: 3 additions & 0 deletions trunk/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,9 @@ int __kprobes register_kretprobe(struct kretprobe *rp)
int i;

rp->kp.pre_handler = pre_handler_kretprobe;
rp->kp.post_handler = NULL;
rp->kp.fault_handler = NULL;
rp->kp.break_handler = NULL;

/* Pre-allocate memory for max kretprobe instances */
if (rp->maxactive <= 0) {
Expand Down

0 comments on commit 426b683

Please sign in to comment.