mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-06-16 02:35:52 +00:00
7a3082eb59
New Linux kernels detect/interpret/display BERT errors in klog. This makes bertprobe unnecessary, as all the information can be simply grabbed from klog. This also removes the need to encode the binary data into HEX/ASCII, so all the encoding code can be removed as well, including the test suite. The change was implemented by adding a new pattern for BERT in the oops_parser.c with some additional minor changes. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>