]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Feb 2017 20:47:44 +0000 (12:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Feb 2017 20:47:44 +0000 (12:47 -0800)
Pull RAS updates from Ingo Molnar:
 "The main changes in this cycle were:

  - Assign notifier chain priorities for all RAS related handlers to
    make the ordering explicit (Borislav Petkov)

  - Improve the AMD MCA banks sysfs output (Yazen Ghannam)

  - Various cleanups and restructuring of the x86 RAS code (Borislav
    Petkov)"

* 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/ras, EDAC, acpi: Assign MCE notifier handlers a priority
  x86/ras: Get rid of mce_process_work()
  EDAC/mce/amd: Dump TSC value
  EDAC/mce/amd: Unexport amd_decode_mce()
  x86/ras/amd/inj: Change dependency
  x86/ras: Flip the TSC-adding logic
  x86/ras/amd: Make sysfs names of banks more user-friendly
  x86/ras/therm_throt: Do not log a fake MCE for thermal events
  x86/ras/inject: Make it depend on X86_LOCAL_APIC=y

1  2 
arch/x86/kernel/cpu/mcheck/mce.c
drivers/edac/mce_amd.c
drivers/edac/sb_edac.c

Simple merge
index 27513dca80092f575082c4b9e16b7e32dee0cae7,0d9bc25543d8234f7676e4d201da97a9ffe8330f..ba35b7ea3686027dd463ce1e893552e02a70106a
@@@ -1003,8 -1004,12 +1004,11 @@@ amd_decode_mce(struct notifier_block *n
  
                decode_smca_errors(m);
                goto err_code;
 -      } else
 -              pr_cont("\n");
 +      }
  
+       if (m->tsc)
+               pr_emerg(HW_ERR "TSC: %llu\n", m->tsc);
        if (!fam_ops)
                goto err_code;
  
Simple merge