Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169991
b: refs/heads/master
c: 0e7810b
h: refs/heads/master
i:
  169989: 491d1ea
  169987: 3bd325b
  169983: e3df3fc
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Nov 23, 2009
1 parent a8bc048 commit 71a030c
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: 31c997cac76e62918858a432fff6e43fd48425f9
refs/heads/master: 0e7810be30f66e9f430c4ce2cd3b14634211690f
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ no_context(struct pt_regs *regs, unsigned long error_code,
show_fault_oops(regs, error_code, address);

stackend = end_of_stack(tsk);
if (*stackend != STACK_END_MAGIC)
if (tsk != &init_task && *stackend != STACK_END_MAGIC)
printk(KERN_ALERT "Thread overran stack, or stack corrupted\n");

tsk->thread.cr2 = address;
Expand Down

0 comments on commit 71a030c

Please sign in to comment.