Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3725
b: refs/heads/master
c: a528e21
h: refs/heads/master
i:
  3723: ed41709
v: v3
  • Loading branch information
Rusty Lynch authored and Linus Torvalds committed Jun 27, 2005
1 parent be46310 commit 55d8f46
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 97f7943d70ff0e1e92ea627c44cfacfdae65dbc4
refs/heads/master: a528e21c235862cc1ae50e7809eb9116dc40ea0c
7 changes: 7 additions & 0 deletions trunk/arch/ia64/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@ static int valid_kprobe_addr(int template, int slot, unsigned long addr)
addr);
return -EINVAL;
}

if (slot == 1 && bundle_encoding[template][1] != L) {
printk(KERN_WARNING "Inserting kprobes on slot #1 "
"is not supported\n");
return -EINVAL;
}

return 0;
}

Expand Down

0 comments on commit 55d8f46

Please sign in to comment.