Skip to content

Commit 5a1efb8

Browse files
committed
rasdaemon: bump to version 0.8.4
Main new features: * Common Event Record to CXL updated to match spec rev3.2 * Added support for CXL memory sparing events * Added AER Uncorrectable Error reporting to SEL on OpenBMC * Added SIGBUS event handler * Added decode panic mce through ERST * Added poison page and memory corrected error statistics * Added event level on event record * Added bash and zsh completions for ras-mc-ctl * Added dmidecode Requires for riscv64 * Updated support for HiSilicon Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent f595afc commit 5a1efb8

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

ChangeLog

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
2025-11-20 Mauro Carvalho Chehab <mchehab@kernel.org>
2+
3+
- Version 0.8.4
4+
5+
* Makefile.am: package completions at the source tarball
6+
* rasdaemon.spec.in: add install rules for completions file
7+
* unified-sel.c: use tabs instead of spaces for indent
8+
* Makefile.am: sort if groups
9+
* Makefile.am: use one file per line, in alphabetic order
10+
* INSTALL: update it with the autogenerated one from new autotools
11+
* rasdaemon: Fix CPU isolate errors with limited CPUs at startup
12+
* rasdaemon: Update the supported modules in the HiSilicon common section
13+
* rasdaemon: Add support for the CXL memory sparing events
14+
* rasdaemon: cxl: Add validity check for parsing and logging the corrected memory error threshold event flags and error count
15+
* rasdaemon: cxl: Update handling of Common Event Record to CXL spec rev3.2
16+
* rasdaemon: fix post-processing options
17+
* rasdaemon: cxl: Add validity check for parse and log hdr_maint_op_sub_class field
18+
* rasdaemon: cxl: Update ras-report.c with missing maintenance operation subclass information
19+
* rasdaemon: cxl: Add parse and log linear cache address alias emission for cxl events
20+
* Makefile.am: install completions files
21+
* completions: add completions files for zsh and bash
22+
* ras-events: Revert page_size to 4096 in get_pagesize()
23+
* ras-events: fix for return error code in add_event_handler()
24+
* ras-events: fix buffer overflow in add_event_handler read
25+
* unified-sel: added AER Uncorrectable Error reporting to SEL on OpenBMC
26+
* README.md: Fix spelling and grammar errors in README.md
27+
* rasdaemon: Fix coding style issues
28+
* rasdaemon: add event level for event record
29+
* aer: print pci device name and vendor/device id
30+
* rasdaemon: erst: decode panic mce through erst
31+
* rasdaemon: introduce poison page statistics
32+
* rasdaemon: support memory corrected error statistics
33+
* dmidecode Requires on riscv64 Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
34+
* rasdaemon: skip doesn't exist event
35+
* config: add rsyslog config
36+
* config: add syslog-ng and logrotate config
37+
* rasdaemon: trace SIGBUS event for hardware error
38+
139
2024-03-10 Mauro Carvalho Chehab <mchehab@kernel.org>
240
- Version 0.8.3
341

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22

3-
AC_INIT([RASdaemon],[0.8.3])
3+
AC_INIT([RASdaemon],[0.8.4])
44
AM_SILENT_RULES([yes])
55
AC_CANONICAL_TARGET
66
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)