Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1410456

RE: [PATCH] x86/mce: Do not use bank 1 for APEI generated error logs.

From "Luck, Tony" <tony.luck@intel.com>
Newsgroups linux.kernel
Subject RE: [PATCH] x86/mce: Do not use bank 1 for APEI generated error logs.
Date 2016-05-31 19:20 +0200
Message-ID <rEVuG-5z8-15@gated-at.bofh.it> (permalink)
References <rDxE5-e5-7@gated-at.bofh.it> <rDH0J-63f-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


>> -	m.bank = 1;
>> +	m.bank = mca_cfg.banks;
>
> There's struct cper_sec_mem_err.bank. Why aren't we copying that?

Because that is DDR3/DDR4 "bank" (internal DIMM detail) as opposed to machine check "bank"
(CPU microarchitecture detail).  We need the latter here.

-Tony

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] x86/mce: Do not use bank 1 for APEI generated error logs. Tony Luck <tony.luck@intel.com> - 2016-05-27 23:40 +0200
  Re: [PATCH] x86/mce: Do not use bank 1 for APEI generated error logs. Borislav Petkov <bp@alien8.de> - 2016-05-28 09:40 +0200
    RE: [PATCH] x86/mce: Do not use bank 1 for APEI generated error  logs. "Luck, Tony" <tony.luck@intel.com> - 2016-05-31 19:20 +0200
      Re: [PATCH] x86/mce: Do not use bank 1 for APEI generated error logs. Borislav Petkov <bp@alien8.de> - 2016-05-31 20:10 +0200
        RE: [PATCH] x86/mce: Do not use bank 1 for APEI generated error  logs. "Luck, Tony" <tony.luck@intel.com> - 2016-05-31 20:20 +0200
          Re: [PATCH] x86/mce: Do not use bank 1 for APEI generated error logs. Borislav Petkov <bp@alien8.de> - 2016-06-03 10:30 +0200

csiph-web