Skip to content

Userspace helper for kernel EDAC drivers (Error Detection and Correction)

License

Notifications You must be signed in to change notification settings

grondo/edac-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fdc1d4 · Jan 30, 2023
Jan 30, 2023
Jan 30, 2022
Mar 14, 2006
Dec 6, 2021
Mar 14, 2006
Mar 14, 2006
Nov 9, 2011
Apr 3, 2012
Apr 3, 2012
Nov 9, 2011
Mar 28, 2006
May 8, 2007
Mar 14, 2006
Mar 27, 2006
Feb 26, 2008
Feb 26, 2008
Apr 3, 2012

Repository files navigation

EDAC (Error Detection and Correction) is a set of Linux kernel
modules that handle reporting of hardware-related errors. Currently
these modules mainly handle detection of ECC memory errors for many
x86 and x86-64 chipsets and PCI bus parity errors.

The edac-utils project currently has three components: libedac,
edac-util, and edac-ctl. The libedac library presents a standard
API for reading EDAC error counts and other information from sysfs,
and edac-util uses this API to generate standard reports from the
commandline. The edac-ctl utility is a perl script which uses config
files to load the appropriate EDAC driver for a given chipset and
register motherboard DIMM labels if they are configured. An init
script is also provided which uses edac-ctl to initialize EDAC at
system startup.