diff --git a/0001-rasdaemon-Add-CRG-module-supported-for-HiSilicon-com.patch b/0001-rasdaemon-Add-CRG-module-supported-for-HiSilicon-com.patch new file mode 100644 index 0000000000000000000000000000000000000000..89dff1f12bccb52a638220f31e91cf07310ff497 --- /dev/null +++ b/0001-rasdaemon-Add-CRG-module-supported-for-HiSilicon-com.patch @@ -0,0 +1,26 @@ +From 6b02131ed6ec174ecabfcd91976a4bcdaabaa936 Mon Sep 17 00:00:00 2001 +From: Qizhi Zhang +Date: Tue, 21 Oct 2025 16:15:28 +0800 +Subject: [PATCH] rasdaemon: Add CRG module supported for HiSilicon common + section + +Signed-off-by: Qizhi Zhang +--- + non-standard-hisilicon.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/non-standard-hisilicon.c b/non-standard-hisilicon.c +index 7841ba7..e2e74d5 100644 +--- a/non-standard-hisilicon.c ++++ b/non-standard-hisilicon.c +@@ -230,6 +230,7 @@ static const char* module_name[] = { + "DJTAGM", + "CFGBUS", + "MPU", ++ "CRG", + }; + + static const char* get_soc_desc(uint8_t soc_id) +-- +2.34.1 + diff --git a/rasdaemon.spec b/rasdaemon.spec index fd874ccc2f0edd9b3d9cc82fcd5076ef4930274b..d6e632c7335514d6699d7051d27b32365318c095 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,6 +1,6 @@ Name: rasdaemon Version: 0.8.0 -Release: 12 +Release: 13 License: GPLv2 Summary: Utility to get Platform Reliability, Availability and Serviceability (RAS) reports via the Kernel tracing events URL: https://github.com/mchehab/rasdaemon.git @@ -45,6 +45,7 @@ Patch9018: 0002-rasdaemon-Fix-few-compilation-warnings-in-non-standa.patch Patch9019: 0003-rasdaemon-Fix-some-static-check-warning.patch Patch9020: 0004-rasdaemon-Add-new-modules-supported-by-HiSilicon-com.patch Patch9021: backport-Use-the-right-dev_t-decoding-for-diskerror-handler.patch +Patch9022: 0001-rasdaemon-Add-CRG-module-supported-for-HiSilicon-com.patch %description The rasdaemon program is a daemon which monitors the platform @@ -96,6 +97,12 @@ fi /usr/bin/systemctl disable rasdaemon.service >/dev/null 2>&1 || : %changelog +* Tue Oct 28 2025 hugel - 0.8.0-13 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add CRG module supported for HiSilicon common section + * Tue Aug 12 2025 andy - 0.8.0-12 - Type:bugfix - ID:NA