forked from pool/rasdaemon
Accepting request 1131312 from home:aschnell:branches:hardware
- Update to version 0.8.0.39.git+cfabd93 (jsc#PED-7381): * rasdaemon: ras-mc-ctl: Modify check for HiSilicon KunPeng9xx error fields * rasdaemon: Add Emerald Rapids support * Add a space between "diskerror_event" and "store" * rasdaemon: ras-mc-ctl: Add support to display the THead vendor errors * rasdaemon: add support for THead Yitian non-standard error decoder * rasdaemon: log non_standard_event at just one line * rasdaemon: Fix SMCA bank type decoding * rasdaemon: Identify the DIe Number in multidie system * rasdaemon: Handle reassigned bit definitions for UMC bank * rasdaemon: Add new MA_LLC, USR_DP, and USR_CP bank types. * rasdaemon: Add support for post-processing MCA errors * rasdaemon: Handle reassigned bit definitions for CS SMCA * rasdaemon: Update SMCA bank error descriptions * add ':' before error output * Add label for mainboard: ASUSTeK COMPUTER INC. Model: Z9PH-D16 Series * Add label for mainboard: GIGABYTE model MZ62-HD0-00 * Check CPUs online, not configured. * rasdaemon: Add support for the CXL memory module events * rasdaemon: Add support for the CXL dram events * rasdaemon: Add support for the CXL general media events * rasdaemon: Add support for the CXL generic events * rasdaemon: Add support for the CXL overflow events * rasdaemon: Add common function to get timestamp for the event * rasdaemon: Add common function to convert timestamp in the CXL event records to the broken-down time format * rasdaemon: Add support for creating the vendor error tables at startup * rasdaemon: fix issue of signed and unsigned integer comparison and remove redundant header file * rasdaemon: fix return value type issue of read/write function from unistd.h * Rasdaemon: Fix autoreconf build error * ras-events: quit loop in read_ras_event when kbuf data is broken OBS-URL: https://build.opensuse.org/request/show/1131312 OBS-URL: https://build.opensuse.org/package/show/hardware/rasdaemon?expand=0&rev=48
This commit is contained in:
parent
8ede11df62
commit
dfe6f31d17
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
|
||||
<param name="changesrevision">a247baf7110ab6427259eb1421a103e2021a8735</param></service></servicedata>
|
||||
<param name="changesrevision">cfabd93876e76cc1eb6231b2f4140a841d3ecbae</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab129ce01d2a4a4d729de0231b5c870fa96b1afd8e0779f0f6dab653ee4eadf2
|
||||
size 607244
|
BIN
rasdaemon-0.8.0.39.git+cfabd93.obscpio
(Stored with Git LFS)
Normal file
BIN
rasdaemon-0.8.0.39.git+cfabd93.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 06 10:18:18 UTC 2023 - aschnell@suse.com
|
||||
|
||||
- Update to version 0.8.0.39.git+cfabd93 (jsc#PED-7381):
|
||||
* rasdaemon: ras-mc-ctl: Modify check for HiSilicon KunPeng9xx error fields
|
||||
* rasdaemon: Add Emerald Rapids support
|
||||
* Add a space between "diskerror_event" and "store"
|
||||
* rasdaemon: ras-mc-ctl: Add support to display the THead vendor errors
|
||||
* rasdaemon: add support for THead Yitian non-standard error decoder
|
||||
* rasdaemon: log non_standard_event at just one line
|
||||
* rasdaemon: Fix SMCA bank type decoding
|
||||
* rasdaemon: Identify the DIe Number in multidie system
|
||||
* rasdaemon: Handle reassigned bit definitions for UMC bank
|
||||
* rasdaemon: Add new MA_LLC, USR_DP, and USR_CP bank types.
|
||||
* rasdaemon: Add support for post-processing MCA errors
|
||||
* rasdaemon: Handle reassigned bit definitions for CS SMCA
|
||||
* rasdaemon: Update SMCA bank error descriptions
|
||||
* add ':' before error output
|
||||
* Add label for mainboard: ASUSTeK COMPUTER INC. Model: Z9PH-D16 Series
|
||||
* Add label for mainboard: GIGABYTE model MZ62-HD0-00
|
||||
* Check CPUs online, not configured.
|
||||
* rasdaemon: Add support for the CXL memory module events
|
||||
* rasdaemon: Add support for the CXL dram events
|
||||
* rasdaemon: Add support for the CXL general media events
|
||||
* rasdaemon: Add support for the CXL generic events
|
||||
* rasdaemon: Add support for the CXL overflow events
|
||||
* rasdaemon: Add common function to get timestamp for the event
|
||||
* rasdaemon: Add common function to convert timestamp in the CXL event records to the broken-down time format
|
||||
* rasdaemon: Add support for creating the vendor error tables at startup
|
||||
* rasdaemon: fix issue of signed and unsigned integer comparison and remove redundant header file
|
||||
* rasdaemon: fix return value type issue of read/write function from unistd.h
|
||||
* Rasdaemon: Fix autoreconf build error
|
||||
* ras-events: quit loop in read_ras_event when kbuf data is broken
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:50:53 UTC 2023 - Thomas Renninger <trenn@suse.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: rasdaemon
|
||||
version: 0.8.0.10.git+a247baf
|
||||
mtime: 1682844212
|
||||
commit: a247baf7110ab6427259eb1421a103e2021a8735
|
||||
version: 0.8.0.39.git+cfabd93
|
||||
mtime: 1698058817
|
||||
commit: cfabd93876e76cc1eb6231b2f4140a841d3ecbae
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rasdaemon
|
||||
Version: 0.8.0.10.git+a247baf
|
||||
Version: 0.8.0.39.git+cfabd93
|
||||
Release: 0
|
||||
Summary: Utility to receive RAS error tracings
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user