Merge tag 'v4.7-rc6' into ras/core, to pick up fixes before merging new changes
authorIngo Molnar <mingo@kernel.org>
Fri, 8 Jul 2016 09:29:07 +0000 (11:29 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 8 Jul 2016 09:29:07 +0000 (11:29 +0200)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/mcheck/mce-apei.c

index 34c89a3..83f1a98 100644 (file)
@@ -46,7 +46,7 @@ void apei_mce_report_mem_error(int severity, struct cper_sec_mem_err *mem_err)
                return;
 
        mce_setup(&m);
-       m.bank = 1;
+       m.bank = -1;
        /* Fake a memory read error with unknown channel */
        m.status = MCI_STATUS_VAL | MCI_STATUS_EN | MCI_STATUS_ADDRV | 0x9f;