lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 9 Apr 2014 21:33:10 +0000
From:	"Luck, Tony" <tony.luck@...el.com>
To:	Borislav Petkov <bp@...en8.de>, Jason Baron <jbaron@...mai.com>
CC:	Aristeu Rozanski <aris@...hat.com>,
	"hpa@...or.com" <hpa@...or.com>,
	"mingo@...nel.org" <mingo@...nel.org>,
	"dougthompson@...ssion.com" <dougthompson@...ssion.com>,
	"m.chehab@...sung.com" <m.chehab@...sung.com>,
	"mitake@....info.waseda.ac.jp" <mitake@....info.waseda.ac.jp>,
	"linux-edac@...r.kernel.org" <linux-edac@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH 3/3] ie31200_edac: Add driver

> Unfortunately, the box reporting the ue errors just went into transit (so
> that I can better examine this issue), so I will probably not be able to
> run this experiment on that specific box until next week.

Do you have any other logs from this machine.  Is there something
logged in one (or more) of the machine check banks when your EDAC
driver says that there are uncorrected errors?

When the box is back  online again - I'd be interested to know if mcelog(8)
daemon reports any errors.   Grab the latest from mcelog.org, compile
and run as "mcelog --daemon".  Logs show up in /var/log/mcelog

> # ./rdmsr 0x179
> c09

So this processor does support CMCI - next question is whether each
bank support it (and got enabled by Linux) [can run on any system ... don't
need to wait for the one to finish transit)]

# for I in `seq 0 8`
do
       ./rdmsr 0x28$i
done

will print the MCi_CTL2 registers from each bank. Bit 30 (0x40000000)
shows CMCI enabled.

On the name of the driver - can you throw in an underscore: ie3_12xx.c ?

Do you have systems from Sandy Bridge, Ivy Bridge and Haswell generations
(no suffix for Sandy Bridge, then v2 and v3) ... and does this driver work across all of
them?  If it is just for Haswell ... then "ie3_12xx_v3.c" might be a better name.

-Tony

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ