* 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
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
* 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
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
* 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)
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
* 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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>