forked from mchehab/rasdaemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
165 lines (122 loc) · 4.97 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
2019-11-20 Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
- Version 0.6.5
* Several fixes for error handling logic
* Alter tables on SQL in case of errors during update
* store PCIe dev name and TLP header for the aer event
2019-10-10 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.6.4
* Change DB for hip08 in order to better handle some OEM data
* Fix an issue of sqlite3 integer bind parameter mismatch
* Update instructions about sending patches
* Fix URLs to git.kernel.org repositories in README file
* Fix file descriptor leak in ras-report.c:setup_report_socket()
* Initialize record.cpu before pevent_print_event().
* Flush trace buffer immediately, not on next call
* Replace whitespaces by tabs
* Fix build with musl
2019-08-23 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.6.3
* Added support for ARM Scalable MCA
* Added support for HiSilicon HIP08
* Added support for Hygon Dhyana family 18h processor
* Added support for disk I/O error monitoring
* Added devlink events
* Integrate rasdaemon build tests with Travis CI
* Fixed asdaemon high CPU usage when part of CPUs offline
* Fixed mcgstatus message print
* Some other minor fixes
2018-08-14 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.6.2
* Update INSTALL from the auto-tools generated one
* Reorder this ChangeLog place new stuff at the beginning
* add option to show error counts at ras-mc-ctl
* Do some new gcc 8.1 warning cleanups
* Use separate string array for PCIe AER error status
* Fix PCIe AER error type
2018-04-25 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.6.1
* Update DIMM labels for 2-socket servers
* Add Skylake Xeon MSCOD values
* ARM: fully initialize ras_arm_event
* Update my email
2017-10-14 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.6.0
* Added support for non-standard CPER error sections
* Added support for Hisilicon HIP07 SAS HW module
* Added support for ARM events
* Updated DIMM labels for Intel Skylake servers
2016-06-08 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.5.9
* Add Knights Mill and updated DELL labels
* Configure now reports enabled options
2016-04-15 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.5.8
* Add Broadwell EP/EX MSCOD and Broadwell DE MSCOD values
2016-02-05 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.5.7
* Add model numbers for Broadwell-EP/EX and -DE
* Add support for Knights Landing processor
2015-07-03 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.5.6
* Add internal errors of IA32_MC4_STATUS for Haswell
* Use MCA error msg as error_msg
* Unnecessary comma for empty mc_location string
* Remove a space from mcgstatus_msg
* Add support to log Local Machine Check Exception (LMCE)
2015-06-03 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Version 0.5.5
* Improve INSTALL summary instructions
* Add support to match the machine by system's product name
* Add support for Haswell/Broadwell/Knights Landing
* Some bug fixes on some MCE handlers
2014-08-15 Mauro Carvalho Chehab <m.chehab@samsung.com>
- Version 0.5.4
* Fix a bug while parsing dimm labels on amd64
* Enable database recording by default on systemd service file
* Correct range while parsing top, middle and lower layers
2014-08-10 Mauro Carvalho Chehab <m.chehab@samsung.com>
- Version 0.5.3
* Add support for extlog trace events
* Some fixes affecting sqlite handling
* Handle failures of snprintf()
* Fix mce numfield decoded error
2014-04-03 Mauro Carvalho Chehab <m.chehab@samsung.com>
- Version 0.5.2
* Some fixes for ABRT report support
2014-03-25 Mauro Carvalho Chehab <m.chehab@samsung.com>
- Version 0.5.1
* Fix patches at *.service files
* Some fixes and documentation for --record option
2014-02-16 Mauro Carvalho Chehab <m.chehab@samsung.com>
- Version 0.5.0
* Initial ABRT support
2013-09-10 Mauro Carvalho Chehab <m.chehab@samsung.com>
- Version 0.4.2
* Fixes ras-mc-ctl layout
2013-05-29 Mauro Carvalho Chehab <mchehab+redhat@kernel.org>
- Version 0.4.1
* Some fixes, mostly at sqlite3 code
* Add support at ras-mc-ctl to query database
2013-05-28 Mauro Carvalho Chehab <mchehab+redhat@kernel.org>
- Version 0.4.0
* Several fixes
* Get rid of pthreads, to avoid troubles with sqllite3
(requires Kernel 3.10 or upper)
* Add memory error decoding on MCE traces
2013-05-20 Mauro Carvalho Chehab <mchehab+redhat@kernel.org>
- Version 0.3.0
* Several fixes
* Add support for MCE traces
* Add support for PCI AER traces
* Add a target to build it on rpm-based distros
2013-05-08 Mauro Carvalho Chehab <mchehab+redhat@kernel.org>
- Version 0.2.0
* Add support to log via syslog
* Add ras-mc-ctl script to handle dimm labels
* Add a rpm spec file
* Make sqlite3 code experimental
* Add manpages and systemd services
* Update to take advantage of tracing features on Kernel 3.10
2013-03-12 Mauro Carvalho Chehab <mchehab+redhat@kernel.org>
- Version 0.1.0
* Initial version