public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Updates to EDAC mce_amd_inj
@ 2015-05-27 19:03 Aravind Gopalakrishnan
  2015-05-27 19:03 ` [PATCH 1/6] edac, mce_amd_inj: Use MCE_INJECT_GET for bank Aravind Gopalakrishnan
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Aravind Gopalakrishnan @ 2015-05-27 19:03 UTC (permalink / raw)
  To: bp, dougthompson, mchehab; +Cc: linux-edac, linux-kernel

Patch 1, 2: Cleanups to the code. No functional change
Patch 3: Modifying flags attribute to accept string arguments and
	 also make do_inject() code recognize these changes before
	 injecting a 'sw' or 'hw' error
Patch 4: Extend flags attribute to take in values for 'dfr', 'thr'.
	 These values will be used to trigger deferred error/threshold
	 error apic interrupts respectively
Patch 5: Add README file that describes the attributes
Patch 6: Modify injection mechanism for bank 4 errors. Since they are
	 typically logged or reported only on NBC, we make sure that
	 we inject on the correct core here.

Aravind Gopalakrishnan (6):
  edac, mce_amd_inj: Use MCE_INJECT_GET for bank
  edac, mce_amd_inj: Rework sanity check for inj_bank_set
  edac, mce_amd_inj: Modify flags attrigute to use string arguments
  edac, mce_amd_inj: Add capability to trigger apic interrupts
  edac, mce_amd_inj: Add README file
  edac, mce_amd_inj: Inject errors on NBC for bank 4 errors

 drivers/edac/mce_amd_inj.c | 284 ++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 256 insertions(+), 28 deletions(-)

-- 
2.4.0


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-06-01 19:17 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 19:03 [PATCH 0/6] Updates to EDAC mce_amd_inj Aravind Gopalakrishnan
2015-05-27 19:03 ` [PATCH 1/6] edac, mce_amd_inj: Use MCE_INJECT_GET for bank Aravind Gopalakrishnan
2015-05-27 19:03 ` [PATCH 2/6] edac, mce_amd_inj: Rework sanity check for inj_bank_set Aravind Gopalakrishnan
2015-05-27 19:03 ` [PATCH 3/6] edac, mce_amd_inj: Modify flags attrigute to use string arguments Aravind Gopalakrishnan
2015-05-29 13:49   ` Borislav Petkov
2015-05-29 18:20     ` Aravind Gopalakrishnan
2015-05-29 19:05       ` Borislav Petkov
2015-05-29 19:12         ` Aravind Gopalakrishnan
2015-06-01 19:16     ` Aravind Gopalakrishnan
2015-05-27 19:03 ` [PATCH 4/6] edac, mce_amd_inj: Add capability to trigger apic interrupts Aravind Gopalakrishnan
2015-05-29 15:36   ` Borislav Petkov
2015-05-29 18:27     ` Aravind Gopalakrishnan
2015-05-29 19:18       ` Borislav Petkov
2015-05-27 19:03 ` [PATCH 5/6] edac, mce_amd_inj: Add README file Aravind Gopalakrishnan
2015-05-29 15:38   ` Borislav Petkov
2015-05-29 18:29     ` Aravind Gopalakrishnan
2015-05-27 19:03 ` [PATCH 6/6] edac, mce_amd_inj: Inject errors on NBC for bank 4 errors Aravind Gopalakrishnan
2015-05-29 16:00   ` Borislav Petkov
2015-05-29 18:52     ` Aravind Gopalakrishnan
2015-05-29 19:23       ` Borislav Petkov
2015-05-29 19:27         ` Aravind Gopalakrishnan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox