rasdaemon icon indicating copy to clipboard operation
rasdaemon copied to clipboard

Rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool. It records memory errors, using the EDAC tracing events. EDAC is a Linux kernel subsystem with handles detection of ECC...

Results 74 rasdaemon issues
Sort by recently updated
recently updated
newest added

Creating this issue for tracking purpose as advised in the README. I submitted a patch to linux-edac@ and Mauro a few weeks ago: https://lore.kernel.org/linux-edac/20240419212151.GA98667@visor/T/ ``` Date: Fri, 19 Apr 2024...

Update error descriptions of SMCA bank types to support AMD's new Family 1Ah-based processors. Also, modify some existing error descriptions to better reflect the error received.

This adds the labels entry for the Lenovo ThinkStation P920.

Hello, Last release was ~1year ago, any chance to get a new one ? Having a release make it easier to encourage distro to upgrade :)

1. rasdaemon: CXL: Fix uncorrectable macro spelling 2. rasdaemon: CXL: Extract, log and record region info from cxl_general_media and cxl_dram events 3. rasdaemon: ras-mc-ctl: Log hpa and region info from...

Fix for few compilation warnings and checkpatch errors.

Commit 566a52622b1d ("add mem_fail_event trigger") introduces an event trigger for a memory failure event. However, if the rasdaemon is not configured with enable-memory-failure, the setup function of the trigger, mem_fail_event_trigger_setup(),...

rasdaemon is using `libtraceevent`, but does it conflict or interfere with other ftrace users?

# Description When compiling the source, we will get the error of `ras-events.c:309: undefined reference to `mem_fail_event_trigger_setup'`. Build environment: - Ubuntu 22.04.4 - x86 - Ubuntu Linux_ kernel 6.8.0-38-generic #...

It seems commit 3e9a59a184ca("Add dynamic switch of ras events support.") inadvertedly introduced the change to ignore -d option. Fix this so that -d will disable all trace events at once...