Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28994
b: refs/heads/master
c: 6444541
h: refs/heads/master
v: v3
  • Loading branch information
Zachary Amsden authored and Linus Torvalds committed Jun 23, 2006
1 parent bc88421 commit 8980b6d
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: 19964fecf25c17f865dec07ae242b1a40ea93f16
refs/heads/master: 6444541671bd821b950dbaafee70d65188198aa6
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ int __kprobes kprobe_exceptions_notify(struct notifier_block *self,
struct die_args *args = (struct die_args *)data;
int ret = NOTIFY_DONE;

if (args->regs && user_mode(args->regs))
if (args->regs && user_mode_vm(args->regs))
return ret;

switch (val) {
Expand Down

0 comments on commit 8980b6d

Please sign in to comment.