Re: [PATCH 01/13] rasdaemon: cxl: Fix logging of memory event type of DRAM trace event
From: Jonathan Cameron
Date: Thu Nov 21 2024 - 10:11:27 EST
On Wed, 20 Nov 2024 09:59:11 +0000
<shiju.jose@xxxxxxxxxx> wrote:
> From: Shiju Jose <shiju.jose@xxxxxxxxxx>
>
> CXL spec rev 3.0 section 8.2.9.2.1.2 defines the DRAM Event Record.
>
> Fix logging of memory event type field of DRAM trace event.
> For e.g. if value is 0x1 it will be reported as an Invalid Address
> (General Media Event Record - Memory Event Type) instead of Scrub Media
> ECC Error (DRAM Event Record - Memory Event Type) and so on.
>
> Fixes: 9a2f6186db26 ("rasdaemon: Add support for the CXL dram events")
> Signed-off-by: Shiju Jose <shiju.jose@xxxxxxxxxx>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>