Merge tag 'v4.6-rc6' into ras/core, to refresh the tree
authorIngo Molnar <mingo@kernel.org>
Tue, 3 May 2016 06:23:58 +0000 (08:23 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 3 May 2016 06:23:58 +0000 (08:23 +0200)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/mcheck/mce.c
arch/x86/ras/Kconfig
arch/x86/ras/Makefile

index f0c921b..6b7039c 100644 (file)
@@ -830,9 +830,9 @@ static int mce_start(int *no_way_out)
 
        atomic_add(*no_way_out, &global_nwo);
        /*
-        * global_nwo should be updated before mce_callin
+        * Rely on the implied barrier below, such that global_nwo
+        * is updated before mce_callin.
         */
-       smp_wmb();
        order = atomic_inc_return(&mce_callin);
 
        /*
index df280da..d957d5f 100644 (file)
@@ -1,4 +1,4 @@
-config AMD_MCE_INJ
+config MCE_AMD_INJ
        tristate "Simple MCE injection interface for AMD processors"
        depends on RAS && EDAC_DECODE_MCE && DEBUG_FS && AMD_NB
        default n
index dd2c98b..5f94546 100644 (file)
@@ -1,2 +1,2 @@
-obj-$(CONFIG_AMD_MCE_INJ)              += mce_amd_inj.o
+obj-$(CONFIG_MCE_AMD_INJ)              += mce_amd_inj.o