1. 25 5月, 2017 5 次提交
  2. 24 5月, 2017 1 次提交
  3. 03 5月, 2017 1 次提交
  4. 27 4月, 2017 1 次提交
  5. 10 4月, 2017 10 次提交
  6. 07 4月, 2017 2 次提交
  7. 06 4月, 2017 1 次提交
  8. 05 4月, 2017 1 次提交
  9. 27 3月, 2017 1 次提交
  10. 26 3月, 2017 1 次提交
  11. 23 3月, 2017 2 次提交
    • B
      EDAC, pnd2_edac: Fix !EDAC_DEBUG build · cd1be315
      Borislav Petkov 提交于
      Provide debugfs function stubs when EDAC_DEBUG is not enabled so that we
      don't fail the build:
      
        drivers/edac/pnd2_edac.c: In function ‘pnd2_init’:
        drivers/edac/pnd2_edac.c:1521:2: error: implicit declaration of function ‘setup_pnd2_debug’ [-Werror=implicit-function-declaration]
          setup_pnd2_debug();
          ^
        drivers/edac/pnd2_edac.c: In function ‘pnd2_exit’:
        drivers/edac/pnd2_edac.c:1529:2: error: implicit declaration of function ‘teardown_pnd2_debug’ [-Werror=implicit-function-declaration]
          teardown_pnd2_debug();
          ^
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      cd1be315
    • B
      EDAC: Select DEBUG_FS · 1c5bf781
      Borislav Petkov 提交于
      The debugfs.c functionality relies on DEBUG_FS so select it.
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      1c5bf781
  12. 16 3月, 2017 1 次提交
  13. 09 3月, 2017 1 次提交
  14. 07 3月, 2017 1 次提交
  15. 16 2月, 2017 1 次提交
    • Y
      EDAC, mce_amd: Print IPID and Syndrome on a separate line · 75bf2f64
      Yazen Ghannam 提交于
      Currently, the IPID and Syndrome are printed on the same line as the
      Address. There are cases when we can have a valid Syndrome but not a
      valid Address.
      
      For example, the MCA_SYND register can be used to hold more detailed
      error info that the hardware folks can use. It's not just DRAM ECC
      syndromes. There are some error types that aren't related to memory that
      may have valid syndromes, like some errors related to links in the Data
      Fabric, etc.
      
      In these cases, the IPID and Syndrome are not printed at the same log
      level as the rest of the stanza, so users won't see them on the console.
      
      Console:
        [Hardware Error]: CPU:16 (17:1:0) MC22_STATUS[Over|CE|MiscV|-|-|-|-|SyndV|-]: 0xd82000000002080b
        [Hardware Error]: Power, Interrupts, etc. Extended Error Code: 2
      
      Dmesg:
        [Hardware Error]: CPU:16 (17:1:0) MC22_STATUS[Over|CE|MiscV|-|-|-|-|SyndV|-]: 0xd82000000002080b
        , Syndrome: 0x000000010b404000, IPID: 0x0001002e00000002
        [Hardware Error]: Power, Interrupts, etc. Extended Error Code: 2
      
      Print the IPID first and on a new line. The IPID should always be
      printed on SMCA systems. The Syndrome will then be printed with the IPID
      and at the same log level when valid:
      
        [Hardware Error]: CPU:16 (17:1:0) MC22_STATUS[Over|CE|MiscV|-|-|-|-|SyndV|-]: 0xd82000000002080b
        [Hardware Error]: IPID: 0x0001002e00000002, Syndrome: 0x000000010b404000
        [Hardware Error]: Power, Interrupts, etc. Extended Error Code: 2
      Signed-off-by: NYazen Ghannam <Yazen.Ghannam@amd.com>
      Cc: linux-edac <linux-edac@vger.kernel.org>
      Link: http://lkml.kernel.org/r/1487192182-2474-1-git-send-email-Yazen.Ghannam@amd.comSigned-off-by: NBorislav Petkov <bp@suse.de>
      75bf2f64
  16. 14 2月, 2017 1 次提交
  17. 10 2月, 2017 1 次提交
  18. 03 2月, 2017 1 次提交
  19. 28 1月, 2017 7 次提交