Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * arch/s390/kernel/traps.c |
| 3 | * |
| 4 | * S390 version |
| 5 | * Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation |
| 6 | * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), |
| 7 | * Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com), |
| 8 | * |
| 9 | * Derived from "arch/i386/kernel/traps.c" |
| 10 | * Copyright (C) 1991, 1992 Linus Torvalds |
| 11 | */ |
| 12 | |
| 13 | /* |
| 14 | * 'Traps.c' handles hardware traps and faults after we have saved some |
| 15 | * state in 'asm.s'. |
| 16 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #include <linux/sched.h> |
| 18 | #include <linux/kernel.h> |
| 19 | #include <linux/string.h> |
| 20 | #include <linux/errno.h> |
| 21 | #include <linux/ptrace.h> |
| 22 | #include <linux/timer.h> |
| 23 | #include <linux/mm.h> |
| 24 | #include <linux/smp.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include <linux/init.h> |
| 26 | #include <linux/interrupt.h> |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 27 | #include <linux/seq_file.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | #include <linux/delay.h> |
| 29 | #include <linux/module.h> |
Christoph Hellwig | 1eeb66a | 2007-05-08 00:27:03 -0700 | [diff] [blame] | 30 | #include <linux/kdebug.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | #include <linux/kallsyms.h> |
Heiko Carstens | 5d3f229 | 2005-08-01 21:11:33 -0700 | [diff] [blame] | 32 | #include <linux/reboot.h> |
Michael Grundy | 4ba069b | 2006-09-20 15:58:39 +0200 | [diff] [blame] | 33 | #include <linux/kprobes.h> |
Heiko Carstens | c0007f1 | 2007-04-27 16:01:42 +0200 | [diff] [blame] | 34 | #include <linux/bug.h> |
Heiko Carstens | 5c69971 | 2008-01-26 14:11:01 +0100 | [diff] [blame] | 35 | #include <linux/utsname.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | #include <asm/system.h> |
| 37 | #include <asm/uaccess.h> |
| 38 | #include <asm/io.h> |
| 39 | #include <asm/atomic.h> |
| 40 | #include <asm/mathemu.h> |
| 41 | #include <asm/cpcmd.h> |
| 42 | #include <asm/s390_ext.h> |
| 43 | #include <asm/lowcore.h> |
| 44 | #include <asm/debug.h> |
| 45 | |
| 46 | /* Called from entry.S only */ |
| 47 | extern void handle_per_exception(struct pt_regs *regs); |
| 48 | |
| 49 | typedef void pgm_check_handler_t(struct pt_regs *, long); |
| 50 | pgm_check_handler_t *pgm_check_table[128]; |
| 51 | |
| 52 | #ifdef CONFIG_SYSCTL |
| 53 | #ifdef CONFIG_PROCESS_DEBUG |
| 54 | int sysctl_userprocess_debug = 1; |
| 55 | #else |
| 56 | int sysctl_userprocess_debug = 0; |
| 57 | #endif |
| 58 | #endif |
| 59 | |
| 60 | extern pgm_check_handler_t do_protection_exception; |
| 61 | extern pgm_check_handler_t do_dat_exception; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | extern pgm_check_handler_t do_monitor_call; |
| 63 | |
| 64 | #define stack_pointer ({ void **sp; asm("la %0,0(15)" : "=&d" (sp)); sp; }) |
| 65 | |
Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 66 | #ifndef CONFIG_64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | #define FOURLONG "%08lx %08lx %08lx %08lx\n" |
| 68 | static int kstack_depth_to_print = 12; |
Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 69 | #else /* CONFIG_64BIT */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | #define FOURLONG "%016lx %016lx %016lx %016lx\n" |
| 71 | static int kstack_depth_to_print = 20; |
Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 72 | #endif /* CONFIG_64BIT */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | |
| 74 | /* |
| 75 | * For show_trace we have tree different stack to consider: |
| 76 | * - the panic stack which is used if the kernel stack has overflown |
| 77 | * - the asynchronous interrupt stack (cpu related) |
| 78 | * - the synchronous kernel stack (process related) |
| 79 | * The stack trace can start at any of the three stack and can potentially |
| 80 | * touch all of them. The order is: panic stack, async stack, sync stack. |
| 81 | */ |
| 82 | static unsigned long |
| 83 | __show_trace(unsigned long sp, unsigned long low, unsigned long high) |
| 84 | { |
| 85 | struct stack_frame *sf; |
| 86 | struct pt_regs *regs; |
| 87 | |
| 88 | while (1) { |
| 89 | sp = sp & PSW_ADDR_INSN; |
| 90 | if (sp < low || sp > high - sizeof(*sf)) |
| 91 | return sp; |
| 92 | sf = (struct stack_frame *) sp; |
| 93 | printk("([<%016lx>] ", sf->gprs[8] & PSW_ADDR_INSN); |
| 94 | print_symbol("%s)\n", sf->gprs[8] & PSW_ADDR_INSN); |
| 95 | /* Follow the backchain. */ |
| 96 | while (1) { |
| 97 | low = sp; |
| 98 | sp = sf->back_chain & PSW_ADDR_INSN; |
| 99 | if (!sp) |
| 100 | break; |
| 101 | if (sp <= low || sp > high - sizeof(*sf)) |
| 102 | return sp; |
| 103 | sf = (struct stack_frame *) sp; |
| 104 | printk(" [<%016lx>] ", sf->gprs[8] & PSW_ADDR_INSN); |
| 105 | print_symbol("%s\n", sf->gprs[8] & PSW_ADDR_INSN); |
| 106 | } |
| 107 | /* Zero backchain detected, check for interrupt frame. */ |
| 108 | sp = (unsigned long) (sf + 1); |
| 109 | if (sp <= low || sp > high - sizeof(*regs)) |
| 110 | return sp; |
| 111 | regs = (struct pt_regs *) sp; |
| 112 | printk(" [<%016lx>] ", regs->psw.addr & PSW_ADDR_INSN); |
| 113 | print_symbol("%s\n", regs->psw.addr & PSW_ADDR_INSN); |
| 114 | low = sp; |
| 115 | sp = regs->gprs[15]; |
| 116 | } |
| 117 | } |
| 118 | |
Heiko Carstens | 236257e | 2006-12-04 15:40:47 +0100 | [diff] [blame] | 119 | void show_trace(struct task_struct *task, unsigned long *stack) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | { |
| 121 | register unsigned long __r15 asm ("15"); |
| 122 | unsigned long sp; |
| 123 | |
| 124 | sp = (unsigned long) stack; |
| 125 | if (!sp) |
| 126 | sp = task ? task->thread.ksp : __r15; |
| 127 | printk("Call Trace:\n"); |
| 128 | #ifdef CONFIG_CHECK_STACK |
| 129 | sp = __show_trace(sp, S390_lowcore.panic_stack - 4096, |
| 130 | S390_lowcore.panic_stack); |
| 131 | #endif |
| 132 | sp = __show_trace(sp, S390_lowcore.async_stack - ASYNC_SIZE, |
| 133 | S390_lowcore.async_stack); |
| 134 | if (task) |
Al Viro | 30af712 | 2006-01-12 01:05:50 -0800 | [diff] [blame] | 135 | __show_trace(sp, (unsigned long) task_stack_page(task), |
| 136 | (unsigned long) task_stack_page(task) + THREAD_SIZE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | else |
| 138 | __show_trace(sp, S390_lowcore.thread_info, |
| 139 | S390_lowcore.thread_info + THREAD_SIZE); |
| 140 | printk("\n"); |
Heiko Carstens | 236257e | 2006-12-04 15:40:47 +0100 | [diff] [blame] | 141 | if (!task) |
| 142 | task = current; |
| 143 | debug_show_held_locks(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | } |
| 145 | |
| 146 | void show_stack(struct task_struct *task, unsigned long *sp) |
| 147 | { |
| 148 | register unsigned long * __r15 asm ("15"); |
| 149 | unsigned long *stack; |
| 150 | int i; |
| 151 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 152 | if (!sp) |
Heiko Carstens | 7380534 | 2006-06-29 14:56:23 +0200 | [diff] [blame] | 153 | stack = task ? (unsigned long *) task->thread.ksp : __r15; |
| 154 | else |
| 155 | stack = sp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 156 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | for (i = 0; i < kstack_depth_to_print; i++) { |
| 158 | if (((addr_t) stack & (THREAD_SIZE-1)) == 0) |
| 159 | break; |
| 160 | if (i && ((i * sizeof (long) % 32) == 0)) |
| 161 | printk("\n "); |
| 162 | printk("%p ", (void *)*stack++); |
| 163 | } |
| 164 | printk("\n"); |
| 165 | show_trace(task, sp); |
| 166 | } |
| 167 | |
| 168 | /* |
| 169 | * The architecture-independent dump_stack generator |
| 170 | */ |
| 171 | void dump_stack(void) |
| 172 | { |
Heiko Carstens | 5c69971 | 2008-01-26 14:11:01 +0100 | [diff] [blame] | 173 | printk("CPU: %d %s %s %.*s\n", |
| 174 | task_thread_info(current)->cpu, print_tainted(), |
| 175 | init_utsname()->release, |
| 176 | (int)strcspn(init_utsname()->version, " "), |
| 177 | init_utsname()->version); |
| 178 | printk("Process %s (pid: %d, task: %p, ksp: %p)\n", |
| 179 | current->comm, current->pid, current, |
| 180 | (void *) current->thread.ksp); |
Heiko Carstens | d2c993d | 2006-07-12 16:41:55 +0200 | [diff] [blame] | 181 | show_stack(NULL, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 183 | EXPORT_SYMBOL(dump_stack); |
| 184 | |
Martin Schwidefsky | bb11e3b | 2007-04-27 16:01:41 +0200 | [diff] [blame] | 185 | static inline int mask_bits(struct pt_regs *regs, unsigned long bits) |
| 186 | { |
| 187 | return (regs->psw.mask & bits) / ((~bits + 1) & bits); |
| 188 | } |
| 189 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 190 | void show_registers(struct pt_regs *regs) |
| 191 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | char *mode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | |
| 194 | mode = (regs->psw.mask & PSW_MASK_PSTATE) ? "User" : "Krnl"; |
| 195 | printk("%s PSW : %p %p", |
| 196 | mode, (void *) regs->psw.mask, |
| 197 | (void *) regs->psw.addr); |
| 198 | print_symbol(" (%s)\n", regs->psw.addr & PSW_ADDR_INSN); |
Martin Schwidefsky | bb11e3b | 2007-04-27 16:01:41 +0200 | [diff] [blame] | 199 | printk(" R:%x T:%x IO:%x EX:%x Key:%x M:%x W:%x " |
| 200 | "P:%x AS:%x CC:%x PM:%x", mask_bits(regs, PSW_MASK_PER), |
| 201 | mask_bits(regs, PSW_MASK_DAT), mask_bits(regs, PSW_MASK_IO), |
| 202 | mask_bits(regs, PSW_MASK_EXT), mask_bits(regs, PSW_MASK_KEY), |
| 203 | mask_bits(regs, PSW_MASK_MCHECK), mask_bits(regs, PSW_MASK_WAIT), |
| 204 | mask_bits(regs, PSW_MASK_PSTATE), mask_bits(regs, PSW_MASK_ASC), |
| 205 | mask_bits(regs, PSW_MASK_CC), mask_bits(regs, PSW_MASK_PM)); |
| 206 | #ifdef CONFIG_64BIT |
| 207 | printk(" EA:%x", mask_bits(regs, PSW_BASE_BITS)); |
| 208 | #endif |
| 209 | printk("\n%s GPRS: " FOURLONG, mode, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | regs->gprs[0], regs->gprs[1], regs->gprs[2], regs->gprs[3]); |
| 211 | printk(" " FOURLONG, |
| 212 | regs->gprs[4], regs->gprs[5], regs->gprs[6], regs->gprs[7]); |
| 213 | printk(" " FOURLONG, |
| 214 | regs->gprs[8], regs->gprs[9], regs->gprs[10], regs->gprs[11]); |
| 215 | printk(" " FOURLONG, |
| 216 | regs->gprs[12], regs->gprs[13], regs->gprs[14], regs->gprs[15]); |
| 217 | |
Martin Schwidefsky | bb11e3b | 2007-04-27 16:01:41 +0200 | [diff] [blame] | 218 | show_code(regs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | } |
| 220 | |
| 221 | /* This is called from fs/proc/array.c */ |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 222 | void task_show_regs(struct seq_file *m, struct task_struct *task) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | { |
| 224 | struct pt_regs *regs; |
| 225 | |
Al Viro | c7584fb | 2006-01-12 01:05:49 -0800 | [diff] [blame] | 226 | regs = task_pt_regs(task); |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 227 | seq_printf(m, "task: %p, ksp: %p\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | task, (void *)task->thread.ksp); |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 229 | seq_printf(m, "User PSW : %p %p\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | (void *) regs->psw.mask, (void *)regs->psw.addr); |
| 231 | |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 232 | seq_printf(m, "User GPRS: " FOURLONG, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | regs->gprs[0], regs->gprs[1], |
| 234 | regs->gprs[2], regs->gprs[3]); |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 235 | seq_printf(m, " " FOURLONG, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 236 | regs->gprs[4], regs->gprs[5], |
| 237 | regs->gprs[6], regs->gprs[7]); |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 238 | seq_printf(m, " " FOURLONG, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 239 | regs->gprs[8], regs->gprs[9], |
| 240 | regs->gprs[10], regs->gprs[11]); |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 241 | seq_printf(m, " " FOURLONG, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 242 | regs->gprs[12], regs->gprs[13], |
| 243 | regs->gprs[14], regs->gprs[15]); |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 244 | seq_printf(m, "User ACRS: %08x %08x %08x %08x\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | task->thread.acrs[0], task->thread.acrs[1], |
| 246 | task->thread.acrs[2], task->thread.acrs[3]); |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 247 | seq_printf(m, " %08x %08x %08x %08x\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | task->thread.acrs[4], task->thread.acrs[5], |
| 249 | task->thread.acrs[6], task->thread.acrs[7]); |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 250 | seq_printf(m, " %08x %08x %08x %08x\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | task->thread.acrs[8], task->thread.acrs[9], |
| 252 | task->thread.acrs[10], task->thread.acrs[11]); |
Eric W. Biederman | df5f831 | 2008-02-08 04:18:33 -0800 | [diff] [blame^] | 253 | seq_printf(m, " %08x %08x %08x %08x\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 254 | task->thread.acrs[12], task->thread.acrs[13], |
| 255 | task->thread.acrs[14], task->thread.acrs[15]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | } |
| 257 | |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 258 | static DEFINE_SPINLOCK(die_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 259 | |
| 260 | void die(const char * str, struct pt_regs * regs, long err) |
| 261 | { |
| 262 | static int die_counter; |
| 263 | |
Heiko Carstens | bca0fb86 | 2007-06-19 13:10:05 +0200 | [diff] [blame] | 264 | oops_enter(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 265 | debug_stop_all(); |
| 266 | console_verbose(); |
| 267 | spin_lock_irq(&die_lock); |
| 268 | bust_spinlocks(1); |
Heiko Carstens | 5c69971 | 2008-01-26 14:11:01 +0100 | [diff] [blame] | 269 | printk("%s: %04lx [#%d] ", str, err & 0xffff, ++die_counter); |
| 270 | #ifdef CONFIG_PREEMPT |
| 271 | printk("PREEMPT "); |
| 272 | #endif |
| 273 | #ifdef CONFIG_SMP |
Heiko Carstens | 2485579 | 2008-02-05 16:50:37 +0100 | [diff] [blame] | 274 | printk("SMP "); |
| 275 | #endif |
| 276 | #ifdef CONFIG_DEBUG_PAGEALLOC |
| 277 | printk("DEBUG_PAGEALLOC"); |
Heiko Carstens | 5c69971 | 2008-01-26 14:11:01 +0100 | [diff] [blame] | 278 | #endif |
| 279 | printk("\n"); |
Heiko Carstens | 06770a6 | 2007-11-20 11:13:40 +0100 | [diff] [blame] | 280 | notify_die(DIE_OOPS, str, regs, err, current->thread.trap_no, SIGSEGV); |
Heiko Carstens | bca0fb86 | 2007-06-19 13:10:05 +0200 | [diff] [blame] | 281 | show_regs(regs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | bust_spinlocks(0); |
Pavel Emelianov | bcdcd8e | 2007-07-17 04:03:42 -0700 | [diff] [blame] | 283 | add_taint(TAINT_DIE); |
Heiko Carstens | bca0fb86 | 2007-06-19 13:10:05 +0200 | [diff] [blame] | 284 | spin_unlock_irq(&die_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 285 | if (in_interrupt()) |
| 286 | panic("Fatal exception in interrupt"); |
| 287 | if (panic_on_oops) |
| 288 | panic("Fatal exception: panic_on_oops"); |
Heiko Carstens | bca0fb86 | 2007-06-19 13:10:05 +0200 | [diff] [blame] | 289 | oops_exit(); |
| 290 | do_exit(SIGSEGV); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | } |
| 292 | |
| 293 | static void inline |
| 294 | report_user_fault(long interruption_code, struct pt_regs *regs) |
| 295 | { |
| 296 | #if defined(CONFIG_SYSCTL) |
| 297 | if (!sysctl_userprocess_debug) |
| 298 | return; |
| 299 | #endif |
| 300 | #if defined(CONFIG_SYSCTL) || defined(CONFIG_PROCESS_DEBUG) |
| 301 | printk("User process fault: interruption code 0x%lX\n", |
| 302 | interruption_code); |
| 303 | show_regs(regs); |
| 304 | #endif |
| 305 | } |
| 306 | |
Heiko Carstens | c0007f1 | 2007-04-27 16:01:42 +0200 | [diff] [blame] | 307 | int is_valid_bugaddr(unsigned long addr) |
| 308 | { |
| 309 | return 1; |
| 310 | } |
| 311 | |
Michael Grundy | 4ba069b | 2006-09-20 15:58:39 +0200 | [diff] [blame] | 312 | static void __kprobes inline do_trap(long interruption_code, int signr, |
| 313 | char *str, struct pt_regs *regs, |
| 314 | siginfo_t *info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 315 | { |
| 316 | /* |
| 317 | * We got all needed information from the lowcore and can |
| 318 | * now safely switch on interrupts. |
| 319 | */ |
| 320 | if (regs->psw.mask & PSW_MASK_PSTATE) |
| 321 | local_irq_enable(); |
| 322 | |
Michael Grundy | 4ba069b | 2006-09-20 15:58:39 +0200 | [diff] [blame] | 323 | if (notify_die(DIE_TRAP, str, regs, interruption_code, |
| 324 | interruption_code, signr) == NOTIFY_STOP) |
| 325 | return; |
| 326 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | if (regs->psw.mask & PSW_MASK_PSTATE) { |
| 328 | struct task_struct *tsk = current; |
| 329 | |
| 330 | tsk->thread.trap_no = interruption_code & 0xffff; |
| 331 | force_sig_info(signr, info, tsk); |
| 332 | report_user_fault(interruption_code, regs); |
| 333 | } else { |
| 334 | const struct exception_table_entry *fixup; |
| 335 | fixup = search_exception_tables(regs->psw.addr & PSW_ADDR_INSN); |
| 336 | if (fixup) |
| 337 | regs->psw.addr = fixup->fixup | PSW_ADDR_AMODE; |
Heiko Carstens | c0007f1 | 2007-04-27 16:01:42 +0200 | [diff] [blame] | 338 | else { |
| 339 | enum bug_trap_type btt; |
| 340 | |
Heiko Carstens | 608e261 | 2007-07-15 23:41:39 -0700 | [diff] [blame] | 341 | btt = report_bug(regs->psw.addr & PSW_ADDR_INSN, regs); |
Heiko Carstens | c0007f1 | 2007-04-27 16:01:42 +0200 | [diff] [blame] | 342 | if (btt == BUG_TRAP_TYPE_WARN) |
| 343 | return; |
| 344 | die(str, regs, interruption_code); |
| 345 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 346 | } |
| 347 | } |
| 348 | |
Heiko Carstens | d2c993d | 2006-07-12 16:41:55 +0200 | [diff] [blame] | 349 | static inline void __user *get_check_address(struct pt_regs *regs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | { |
Heiko Carstens | d2c993d | 2006-07-12 16:41:55 +0200 | [diff] [blame] | 351 | return (void __user *)((regs->psw.addr-S390_lowcore.pgm_ilc) & PSW_ADDR_INSN); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 352 | } |
| 353 | |
Michael Grundy | 4ba069b | 2006-09-20 15:58:39 +0200 | [diff] [blame] | 354 | void __kprobes do_single_step(struct pt_regs *regs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 355 | { |
Michael Grundy | 4ba069b | 2006-09-20 15:58:39 +0200 | [diff] [blame] | 356 | if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, |
| 357 | SIGTRAP) == NOTIFY_STOP){ |
| 358 | return; |
| 359 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 360 | if ((current->ptrace & PT_PTRACED) != 0) |
| 361 | force_sig(SIGTRAP, current); |
| 362 | } |
| 363 | |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 364 | static void default_trap_handler(struct pt_regs * regs, long interruption_code) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 365 | { |
| 366 | if (regs->psw.mask & PSW_MASK_PSTATE) { |
| 367 | local_irq_enable(); |
| 368 | do_exit(SIGSEGV); |
| 369 | report_user_fault(interruption_code, regs); |
| 370 | } else |
| 371 | die("Unknown program exception", regs, interruption_code); |
| 372 | } |
| 373 | |
| 374 | #define DO_ERROR_INFO(signr, str, name, sicode, siaddr) \ |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 375 | static void name(struct pt_regs * regs, long interruption_code) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 376 | { \ |
| 377 | siginfo_t info; \ |
| 378 | info.si_signo = signr; \ |
| 379 | info.si_errno = 0; \ |
| 380 | info.si_code = sicode; \ |
Heiko Carstens | d2c993d | 2006-07-12 16:41:55 +0200 | [diff] [blame] | 381 | info.si_addr = siaddr; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 382 | do_trap(interruption_code, signr, str, regs, &info); \ |
| 383 | } |
| 384 | |
| 385 | DO_ERROR_INFO(SIGILL, "addressing exception", addressing_exception, |
| 386 | ILL_ILLADR, get_check_address(regs)) |
| 387 | DO_ERROR_INFO(SIGILL, "execute exception", execute_exception, |
| 388 | ILL_ILLOPN, get_check_address(regs)) |
| 389 | DO_ERROR_INFO(SIGFPE, "fixpoint divide exception", divide_exception, |
| 390 | FPE_INTDIV, get_check_address(regs)) |
| 391 | DO_ERROR_INFO(SIGFPE, "fixpoint overflow exception", overflow_exception, |
| 392 | FPE_INTOVF, get_check_address(regs)) |
| 393 | DO_ERROR_INFO(SIGFPE, "HFP overflow exception", hfp_overflow_exception, |
| 394 | FPE_FLTOVF, get_check_address(regs)) |
| 395 | DO_ERROR_INFO(SIGFPE, "HFP underflow exception", hfp_underflow_exception, |
| 396 | FPE_FLTUND, get_check_address(regs)) |
| 397 | DO_ERROR_INFO(SIGFPE, "HFP significance exception", hfp_significance_exception, |
| 398 | FPE_FLTRES, get_check_address(regs)) |
| 399 | DO_ERROR_INFO(SIGFPE, "HFP divide exception", hfp_divide_exception, |
| 400 | FPE_FLTDIV, get_check_address(regs)) |
| 401 | DO_ERROR_INFO(SIGFPE, "HFP square root exception", hfp_sqrt_exception, |
| 402 | FPE_FLTINV, get_check_address(regs)) |
| 403 | DO_ERROR_INFO(SIGILL, "operand exception", operand_exception, |
| 404 | ILL_ILLOPN, get_check_address(regs)) |
| 405 | DO_ERROR_INFO(SIGILL, "privileged operation", privileged_op, |
| 406 | ILL_PRVOPC, get_check_address(regs)) |
| 407 | DO_ERROR_INFO(SIGILL, "special operation exception", special_op_exception, |
| 408 | ILL_ILLOPN, get_check_address(regs)) |
| 409 | DO_ERROR_INFO(SIGILL, "translation exception", translation_exception, |
| 410 | ILL_ILLOPN, get_check_address(regs)) |
| 411 | |
| 412 | static inline void |
Heiko Carstens | d2c993d | 2006-07-12 16:41:55 +0200 | [diff] [blame] | 413 | do_fp_trap(struct pt_regs *regs, void __user *location, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 414 | int fpc, long interruption_code) |
| 415 | { |
| 416 | siginfo_t si; |
| 417 | |
| 418 | si.si_signo = SIGFPE; |
| 419 | si.si_errno = 0; |
| 420 | si.si_addr = location; |
| 421 | si.si_code = 0; |
| 422 | /* FPC[2] is Data Exception Code */ |
| 423 | if ((fpc & 0x00000300) == 0) { |
| 424 | /* bits 6 and 7 of DXC are 0 iff IEEE exception */ |
| 425 | if (fpc & 0x8000) /* invalid fp operation */ |
| 426 | si.si_code = FPE_FLTINV; |
| 427 | else if (fpc & 0x4000) /* div by 0 */ |
| 428 | si.si_code = FPE_FLTDIV; |
| 429 | else if (fpc & 0x2000) /* overflow */ |
| 430 | si.si_code = FPE_FLTOVF; |
| 431 | else if (fpc & 0x1000) /* underflow */ |
| 432 | si.si_code = FPE_FLTUND; |
| 433 | else if (fpc & 0x0800) /* inexact */ |
| 434 | si.si_code = FPE_FLTRES; |
| 435 | } |
| 436 | current->thread.ieee_instruction_pointer = (addr_t) location; |
| 437 | do_trap(interruption_code, SIGFPE, |
| 438 | "floating point exception", regs, &si); |
| 439 | } |
| 440 | |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 441 | static void illegal_op(struct pt_regs * regs, long interruption_code) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 442 | { |
| 443 | siginfo_t info; |
| 444 | __u8 opcode[6]; |
Heiko Carstens | d2c993d | 2006-07-12 16:41:55 +0200 | [diff] [blame] | 445 | __u16 __user *location; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 446 | int signal = 0; |
| 447 | |
Heiko Carstens | d2c993d | 2006-07-12 16:41:55 +0200 | [diff] [blame] | 448 | location = get_check_address(regs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 449 | |
| 450 | /* |
| 451 | * We got all needed information from the lowcore and can |
| 452 | * now safely switch on interrupts. |
| 453 | */ |
| 454 | if (regs->psw.mask & PSW_MASK_PSTATE) |
| 455 | local_irq_enable(); |
| 456 | |
| 457 | if (regs->psw.mask & PSW_MASK_PSTATE) { |
Heiko Carstens | 12bae23 | 2006-10-27 12:39:22 +0200 | [diff] [blame] | 458 | if (get_user(*((__u16 *) opcode), (__u16 __user *) location)) |
| 459 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 460 | if (*((__u16 *) opcode) == S390_BREAKPOINT_U16) { |
| 461 | if (current->ptrace & PT_PTRACED) |
| 462 | force_sig(SIGTRAP, current); |
| 463 | else |
| 464 | signal = SIGILL; |
| 465 | #ifdef CONFIG_MATHEMU |
| 466 | } else if (opcode[0] == 0xb3) { |
Heiko Carstens | 12bae23 | 2006-10-27 12:39:22 +0200 | [diff] [blame] | 467 | if (get_user(*((__u16 *) (opcode+2)), location+1)) |
| 468 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 469 | signal = math_emu_b3(opcode, regs); |
| 470 | } else if (opcode[0] == 0xed) { |
Heiko Carstens | 12bae23 | 2006-10-27 12:39:22 +0200 | [diff] [blame] | 471 | if (get_user(*((__u32 *) (opcode+2)), |
| 472 | (__u32 __user *)(location+1))) |
| 473 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | signal = math_emu_ed(opcode, regs); |
| 475 | } else if (*((__u16 *) opcode) == 0xb299) { |
Heiko Carstens | 12bae23 | 2006-10-27 12:39:22 +0200 | [diff] [blame] | 476 | if (get_user(*((__u16 *) (opcode+2)), location+1)) |
| 477 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 478 | signal = math_emu_srnm(opcode, regs); |
| 479 | } else if (*((__u16 *) opcode) == 0xb29c) { |
Heiko Carstens | 12bae23 | 2006-10-27 12:39:22 +0200 | [diff] [blame] | 480 | if (get_user(*((__u16 *) (opcode+2)), location+1)) |
| 481 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 482 | signal = math_emu_stfpc(opcode, regs); |
| 483 | } else if (*((__u16 *) opcode) == 0xb29d) { |
Heiko Carstens | 12bae23 | 2006-10-27 12:39:22 +0200 | [diff] [blame] | 484 | if (get_user(*((__u16 *) (opcode+2)), location+1)) |
| 485 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 486 | signal = math_emu_lfpc(opcode, regs); |
| 487 | #endif |
| 488 | } else |
| 489 | signal = SIGILL; |
Heiko Carstens | 35df8d5 | 2007-02-05 21:17:29 +0100 | [diff] [blame] | 490 | } else { |
| 491 | /* |
| 492 | * If we get an illegal op in kernel mode, send it through the |
| 493 | * kprobes notifier. If kprobes doesn't pick it up, SIGILL |
| 494 | */ |
| 495 | if (notify_die(DIE_BPT, "bpt", regs, interruption_code, |
| 496 | 3, SIGTRAP) != NOTIFY_STOP) |
| 497 | signal = SIGILL; |
| 498 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 499 | |
| 500 | #ifdef CONFIG_MATHEMU |
| 501 | if (signal == SIGFPE) |
| 502 | do_fp_trap(regs, location, |
| 503 | current->thread.fp_regs.fpc, interruption_code); |
| 504 | else if (signal == SIGSEGV) { |
| 505 | info.si_signo = signal; |
| 506 | info.si_errno = 0; |
| 507 | info.si_code = SEGV_MAPERR; |
Al Viro | 5a42b81 | 2006-10-09 20:28:03 +0100 | [diff] [blame] | 508 | info.si_addr = (void __user *) location; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 509 | do_trap(interruption_code, signal, |
| 510 | "user address fault", regs, &info); |
| 511 | } else |
| 512 | #endif |
| 513 | if (signal) { |
| 514 | info.si_signo = signal; |
| 515 | info.si_errno = 0; |
| 516 | info.si_code = ILL_ILLOPC; |
Al Viro | 793af24 | 2006-02-01 06:55:59 -0500 | [diff] [blame] | 517 | info.si_addr = (void __user *) location; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 518 | do_trap(interruption_code, signal, |
| 519 | "illegal operation", regs, &info); |
| 520 | } |
| 521 | } |
| 522 | |
| 523 | |
| 524 | #ifdef CONFIG_MATHEMU |
| 525 | asmlinkage void |
| 526 | specification_exception(struct pt_regs * regs, long interruption_code) |
| 527 | { |
| 528 | __u8 opcode[6]; |
Al Viro | 5a42b81 | 2006-10-09 20:28:03 +0100 | [diff] [blame] | 529 | __u16 __user *location = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 530 | int signal = 0; |
| 531 | |
Al Viro | 5a42b81 | 2006-10-09 20:28:03 +0100 | [diff] [blame] | 532 | location = (__u16 __user *) get_check_address(regs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 533 | |
| 534 | /* |
| 535 | * We got all needed information from the lowcore and can |
| 536 | * now safely switch on interrupts. |
| 537 | */ |
| 538 | if (regs->psw.mask & PSW_MASK_PSTATE) |
| 539 | local_irq_enable(); |
| 540 | |
| 541 | if (regs->psw.mask & PSW_MASK_PSTATE) { |
| 542 | get_user(*((__u16 *) opcode), location); |
| 543 | switch (opcode[0]) { |
| 544 | case 0x28: /* LDR Rx,Ry */ |
| 545 | signal = math_emu_ldr(opcode); |
| 546 | break; |
| 547 | case 0x38: /* LER Rx,Ry */ |
| 548 | signal = math_emu_ler(opcode); |
| 549 | break; |
| 550 | case 0x60: /* STD R,D(X,B) */ |
| 551 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 552 | signal = math_emu_std(opcode, regs); |
| 553 | break; |
| 554 | case 0x68: /* LD R,D(X,B) */ |
| 555 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 556 | signal = math_emu_ld(opcode, regs); |
| 557 | break; |
| 558 | case 0x70: /* STE R,D(X,B) */ |
| 559 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 560 | signal = math_emu_ste(opcode, regs); |
| 561 | break; |
| 562 | case 0x78: /* LE R,D(X,B) */ |
| 563 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 564 | signal = math_emu_le(opcode, regs); |
| 565 | break; |
| 566 | default: |
| 567 | signal = SIGILL; |
| 568 | break; |
| 569 | } |
| 570 | } else |
| 571 | signal = SIGILL; |
| 572 | |
| 573 | if (signal == SIGFPE) |
| 574 | do_fp_trap(regs, location, |
| 575 | current->thread.fp_regs.fpc, interruption_code); |
| 576 | else if (signal) { |
| 577 | siginfo_t info; |
| 578 | info.si_signo = signal; |
| 579 | info.si_errno = 0; |
| 580 | info.si_code = ILL_ILLOPN; |
| 581 | info.si_addr = location; |
| 582 | do_trap(interruption_code, signal, |
| 583 | "specification exception", regs, &info); |
| 584 | } |
| 585 | } |
| 586 | #else |
| 587 | DO_ERROR_INFO(SIGILL, "specification exception", specification_exception, |
| 588 | ILL_ILLOPN, get_check_address(regs)); |
| 589 | #endif |
| 590 | |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 591 | static void data_exception(struct pt_regs * regs, long interruption_code) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 592 | { |
Heiko Carstens | d2c993d | 2006-07-12 16:41:55 +0200 | [diff] [blame] | 593 | __u16 __user *location; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 594 | int signal = 0; |
| 595 | |
Heiko Carstens | d2c993d | 2006-07-12 16:41:55 +0200 | [diff] [blame] | 596 | location = get_check_address(regs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | |
| 598 | /* |
| 599 | * We got all needed information from the lowcore and can |
| 600 | * now safely switch on interrupts. |
| 601 | */ |
| 602 | if (regs->psw.mask & PSW_MASK_PSTATE) |
| 603 | local_irq_enable(); |
| 604 | |
| 605 | if (MACHINE_HAS_IEEE) |
Martin Schwidefsky | 94c12cc | 2006-09-28 16:56:43 +0200 | [diff] [blame] | 606 | asm volatile("stfpc %0" : "=m" (current->thread.fp_regs.fpc)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 607 | |
| 608 | #ifdef CONFIG_MATHEMU |
| 609 | else if (regs->psw.mask & PSW_MASK_PSTATE) { |
| 610 | __u8 opcode[6]; |
| 611 | get_user(*((__u16 *) opcode), location); |
| 612 | switch (opcode[0]) { |
| 613 | case 0x28: /* LDR Rx,Ry */ |
| 614 | signal = math_emu_ldr(opcode); |
| 615 | break; |
| 616 | case 0x38: /* LER Rx,Ry */ |
| 617 | signal = math_emu_ler(opcode); |
| 618 | break; |
| 619 | case 0x60: /* STD R,D(X,B) */ |
| 620 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 621 | signal = math_emu_std(opcode, regs); |
| 622 | break; |
| 623 | case 0x68: /* LD R,D(X,B) */ |
| 624 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 625 | signal = math_emu_ld(opcode, regs); |
| 626 | break; |
| 627 | case 0x70: /* STE R,D(X,B) */ |
| 628 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 629 | signal = math_emu_ste(opcode, regs); |
| 630 | break; |
| 631 | case 0x78: /* LE R,D(X,B) */ |
| 632 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 633 | signal = math_emu_le(opcode, regs); |
| 634 | break; |
| 635 | case 0xb3: |
| 636 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 637 | signal = math_emu_b3(opcode, regs); |
| 638 | break; |
| 639 | case 0xed: |
| 640 | get_user(*((__u32 *) (opcode+2)), |
Al Viro | 5a42b81 | 2006-10-09 20:28:03 +0100 | [diff] [blame] | 641 | (__u32 __user *)(location+1)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 642 | signal = math_emu_ed(opcode, regs); |
| 643 | break; |
| 644 | case 0xb2: |
| 645 | if (opcode[1] == 0x99) { |
| 646 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 647 | signal = math_emu_srnm(opcode, regs); |
| 648 | } else if (opcode[1] == 0x9c) { |
| 649 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 650 | signal = math_emu_stfpc(opcode, regs); |
| 651 | } else if (opcode[1] == 0x9d) { |
| 652 | get_user(*((__u16 *) (opcode+2)), location+1); |
| 653 | signal = math_emu_lfpc(opcode, regs); |
| 654 | } else |
| 655 | signal = SIGILL; |
| 656 | break; |
| 657 | default: |
| 658 | signal = SIGILL; |
| 659 | break; |
| 660 | } |
| 661 | } |
| 662 | #endif |
| 663 | if (current->thread.fp_regs.fpc & FPC_DXC_MASK) |
| 664 | signal = SIGFPE; |
| 665 | else |
| 666 | signal = SIGILL; |
| 667 | if (signal == SIGFPE) |
| 668 | do_fp_trap(regs, location, |
| 669 | current->thread.fp_regs.fpc, interruption_code); |
| 670 | else if (signal) { |
| 671 | siginfo_t info; |
| 672 | info.si_signo = signal; |
| 673 | info.si_errno = 0; |
| 674 | info.si_code = ILL_ILLOPN; |
| 675 | info.si_addr = location; |
| 676 | do_trap(interruption_code, signal, |
| 677 | "data exception", regs, &info); |
| 678 | } |
| 679 | } |
| 680 | |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 681 | static void space_switch_exception(struct pt_regs * regs, long int_code) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 682 | { |
| 683 | siginfo_t info; |
| 684 | |
| 685 | /* Set user psw back to home space mode. */ |
| 686 | if (regs->psw.mask & PSW_MASK_PSTATE) |
| 687 | regs->psw.mask |= PSW_ASC_HOME; |
| 688 | /* Send SIGILL. */ |
| 689 | info.si_signo = SIGILL; |
| 690 | info.si_errno = 0; |
| 691 | info.si_code = ILL_PRVOPC; |
| 692 | info.si_addr = get_check_address(regs); |
| 693 | do_trap(int_code, SIGILL, "space switch event", regs, &info); |
| 694 | } |
| 695 | |
| 696 | asmlinkage void kernel_stack_overflow(struct pt_regs * regs) |
| 697 | { |
Heiko Carstens | 77eb65c | 2005-06-21 17:16:28 -0700 | [diff] [blame] | 698 | bust_spinlocks(1); |
| 699 | printk("Kernel stack overflow.\n"); |
| 700 | show_regs(regs); |
| 701 | bust_spinlocks(0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 702 | panic("Corrupt kernel stack, can't continue."); |
| 703 | } |
| 704 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 705 | /* init is done in lowcore.S and head.S */ |
| 706 | |
| 707 | void __init trap_init(void) |
| 708 | { |
| 709 | int i; |
| 710 | |
| 711 | for (i = 0; i < 128; i++) |
| 712 | pgm_check_table[i] = &default_trap_handler; |
| 713 | pgm_check_table[1] = &illegal_op; |
| 714 | pgm_check_table[2] = &privileged_op; |
| 715 | pgm_check_table[3] = &execute_exception; |
| 716 | pgm_check_table[4] = &do_protection_exception; |
| 717 | pgm_check_table[5] = &addressing_exception; |
| 718 | pgm_check_table[6] = &specification_exception; |
| 719 | pgm_check_table[7] = &data_exception; |
| 720 | pgm_check_table[8] = &overflow_exception; |
| 721 | pgm_check_table[9] = ÷_exception; |
| 722 | pgm_check_table[0x0A] = &overflow_exception; |
| 723 | pgm_check_table[0x0B] = ÷_exception; |
| 724 | pgm_check_table[0x0C] = &hfp_overflow_exception; |
| 725 | pgm_check_table[0x0D] = &hfp_underflow_exception; |
| 726 | pgm_check_table[0x0E] = &hfp_significance_exception; |
| 727 | pgm_check_table[0x0F] = &hfp_divide_exception; |
| 728 | pgm_check_table[0x10] = &do_dat_exception; |
| 729 | pgm_check_table[0x11] = &do_dat_exception; |
| 730 | pgm_check_table[0x12] = &translation_exception; |
| 731 | pgm_check_table[0x13] = &special_op_exception; |
Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 732 | #ifdef CONFIG_64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 733 | pgm_check_table[0x38] = &do_dat_exception; |
| 734 | pgm_check_table[0x39] = &do_dat_exception; |
| 735 | pgm_check_table[0x3A] = &do_dat_exception; |
| 736 | pgm_check_table[0x3B] = &do_dat_exception; |
Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 737 | #endif /* CONFIG_64BIT */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 738 | pgm_check_table[0x15] = &operand_exception; |
| 739 | pgm_check_table[0x1C] = &space_switch_exception; |
| 740 | pgm_check_table[0x1D] = &hfp_sqrt_exception; |
| 741 | pgm_check_table[0x40] = &do_monitor_call; |
Heiko Carstens | 29b08d2 | 2006-12-04 15:40:40 +0100 | [diff] [blame] | 742 | pfault_irq_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 743 | } |