Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312408
b: refs/heads/master
c: 0fa0e2f
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Jun 20, 2012
1 parent c387050 commit bd2977a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 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: 0d26d1d873a302828e064737746c53a2689e6c0f
refs/heads/master: 0fa0e2f02e8edfbdb5f86d1cab0fa6dc0517489f
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/dumpstack.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ int __kprobes __die(const char *str, struct pt_regs *regs, long err)
current->thread.trap_nr, SIGSEGV) == NOTIFY_STOP)
return 1;

print_modules();
show_regs(regs);
#ifdef CONFIG_X86_32
if (user_mode_vm(regs)) {
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/kernel/dumpstack_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ void show_regs(struct pt_regs *regs)
{
int i;

print_modules();
__show_regs(regs, !user_mode_vm(regs));

pr_emerg("Process %.*s (pid: %d, ti=%p task=%p task.ti=%p)\n",
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/kernel/dumpstack_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ void show_regs(struct pt_regs *regs)

sp = regs->sp;
printk("CPU %d ", cpu);
print_modules();
__show_regs(regs, 1);
printk(KERN_DEFAULT "Process %s (pid: %d, threadinfo %p, task %p)\n",
cur->comm, cur->pid, task_thread_info(cur), cur);
Expand Down

0 comments on commit bd2977a

Please sign in to comment.