Merge branch 'ras/core' into core/objtool, to pick up the new exception table format
authorIngo Molnar <mingo@kernel.org>
Thu, 25 Feb 2016 08:01:09 +0000 (09:01 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 25 Feb 2016 08:01:09 +0000 (09:01 +0100)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2 
arch/x86/include/asm/msr-index.h
arch/x86/include/asm/uaccess.h
arch/x86/kernel/cpu/mcheck/mce.c
arch/x86/kernel/kprobes/core.c
arch/x86/kernel/traps.c
arch/x86/mm/fault.c

Simple merge
Simple merge
Simple merge
Simple merge
@@@ -687,10 -696,10 +687,10 @@@ static void math_error(struct pt_regs *
  
        if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, SIGFPE) == NOTIFY_STOP)
                return;
 -      conditional_sti(regs);
 +      cond_local_irq_enable(regs);
  
        if (!user_mode(regs)) {
-               if (!fixup_exception(regs)) {
+               if (!fixup_exception(regs, trapnr)) {
                        task->thread.error_code = error_code;
                        task->thread.trap_nr = trapnr;
                        die(str, regs, error_code);
Simple merge