Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62430
b: refs/heads/master
c: 021daae
h: refs/heads/master
v: v3
  • Loading branch information
Will Schmidt authored and Linus Torvalds committed Jul 22, 2007
1 parent 08e4c20 commit d4c4313
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: 99253b8e734a7a773c0e4bedd7d8d1847c98c538
refs/heads/master: 021daae2c265a844fd27bb6cc49c2bd114571069
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
}
printk("VM: killing process %s\n", tsk->comm);
if (error_code & 4)
do_exit(SIGKILL);
do_group_exit(SIGKILL);
goto no_context;

do_sigbus:
Expand Down

0 comments on commit d4c4313

Please sign in to comment.