Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17607
b: refs/heads/master
c: a0d5006
h: refs/heads/master
i:
  17605: 03302ed
  17603: 8009501
  17599: 7f16c62
v: v3
  • Loading branch information
Keshavamurthy Anil S authored and Linus Torvalds committed Jan 10, 2006
1 parent ce0b862 commit 1c04642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0498b63504f818e5ab39c818cd6f7b41319a1187
refs/heads/master: a0d50069ed3620e9a4d8939bbc3e0d5a692ab58a
2 changes: 1 addition & 1 deletion trunk/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ static int __kprobes register_aggr_kprobe(struct kprobe *old_p,
copy_kprobe(old_p, p);
ret = add_new_kprobe(old_p, p);
} else {
ap = kcalloc(1, sizeof(struct kprobe), GFP_KERNEL);
ap = kzalloc(sizeof(struct kprobe), GFP_KERNEL);
if (!ap)
return -ENOMEM;
add_aggr_kprobe(ap, old_p);
Expand Down

0 comments on commit 1c04642

Please sign in to comment.