Changelog for
mcelog-175-1.11.x86_64.rpm :
* Tue Jan 26 2021 trennAATTsuse.de- Update to version 175 (jsc#SLE-14450):
* mcelog: Add a test case to test page error counter replacement.
* mcelog: Use \'num-errors\' to specify the number of mce records to be injected.
* mcelog: Report how often the replacement of page CE counter happened
* mcelog: Limit memory consumption for counting CEs per page
* mcelog: Add support for Sapphirerapids server. (jsc#SLE-14450)
* mcelog: i10nm: Fix mapping from bank number to functional unit- Only refreshing patches, due to tarball modifications: M Start-consolidating-AMD-specific-stuff.patch M add-f10h-support.patch M add-f11h-support.patch M add-f12h-support.patch M add-f14h-support.patch M add-f15h-support.patch M add-f16h-support.patch M email.patch M fix_setgroups_missing_call.patch M mcelog_invert_prefill_db_warning.patch
* Mon Sep 28 2020 trennAATTsuse.de- jsc#SLE-13505, jsc#SLE-13494- Update to version 173:
* mcelog: Rebalance the red-black tree after inserting a new node
* mcelog: Add Tigerlake, Rocketlake, Alderlake, Lakefield
* mcelog.service: Check existence of `/dev/mcelog` in systemd
* mcelog.service: Remove DefaultStandardOutput configuration
* mcelog: Add decode for MCi_MISC from 10nm memory controller
* Add reporter tracking to trigger-invoking functions.
* mcelog: Add \"kflags\" field to \"struct mce\"
* Sun Aug 16 2020 dmuellerAATTsuse.com- update to 170:
* mcelog: Add Cometlake client model numbers
* mcelog: Do not start mcelog service if edac_mce_amd module is loaded
* mcelog: Decode and print stepping from cpuid
* mcelog: Add \"kflags\" field to \"struct mce\"
* Add reporter tracking to trigger-invoking functions.
* mcelog: Add decode for MCi_MISC from 10nm memory controller- covers:
* jsc#SLE-12689
* Wed Nov 20 2019 trennAATTsuse.de- Update to version 1.66 (jira SLE-10087, jira SLE-8853):
* mcelog: Add support for Icelake server, Icelake-D, and Snow Ridge M email.patch-> Patched with fuzz, refresh needed
* Tue Oct 29 2019 trennAATTsuse.de- Update to version 1.65:
* mcelog: Add Cascade Lake to supported models
* Fri Sep 13 2019 jdelvareAATTsuse.com- mcelog.systemd: Preload the dmi-sysfs kernel module. When /dev/mem can\'t be read (which is the case when booting in Secure Mode), mcelog can use the dmi-sysfs interface instead, however for that the kernel module needs to be loaded first (bsc#1149186).
* Fri Sep 06 2019 MMuschnerAATTsuse.com- Update to version 1.64:
* mcelog: Add Icelake client model numbers.
* add Hygon Dhyana support to not use mcelog, as Hygon Dhyana(0x18h) share similiar arch with AMD Family 17h
* Mon Mar 25 2019 christian.voeglAATTsuse.com- Update to version 1.62:
* mcelog: Fix memory controller bank channel mappings for Skylake
* mcelog: update tests for new error code
* mcelog: Add decoding for Optane DC persistent memory mode
* mcelog: Deduce channel number for Haswell/Broadwell/Skylake systems- Change mcelog.spec to use autosetup
* Fri Sep 21 2018 opensuse-packagingAATTopensuse.org(by trennAATTsuse.de)- Update to version 1.60 (fate#326221):
* Turn back rb_color field into unsigned long
* trigger: add a sync argument for waiting trigger child process exit
* page: trigger: add pre/post sync trigger when doing soft memory offline
* fixed build errors for some lose code when merging code
* transfer the page address to pre/post-sync-trigger scripts
* mcelog: Fix \"--ascii\" parsing to cope with change in kernel output since v4.10
* Remove now unused local variable
* Add scripts file to do MCA error code validation for a selected CPU model
* Add license file
* mcelog: Improve decoding for APEI reported errors
* Thu Nov 23 2017 rbrownAATTsuse.com- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
* Fri Jul 07 2017 fschnizleinAATTsuse.com- Update to version 1.53:
* Add service file
* dmi: Handle NULL DMI string
* Compress some fields in mempage.
* Add coverity fixes
* Fix typo in man page
* mcelog: Check whether we successfully changed directory for trigger.
* mcelog version: Add ability for OS to define version
* Document .os_release in README
* Set SO_PASSCRED on listen sockets
* memutil.h: add missing include for va_list
* Mon Mar 20 2017 trennAATTsuse.de- Package also includes fixes for (through previous version updates below):
* Add mcelog-skylake.patch patch to support Skylake Xeons (fate#319698)
* Add skylake support (bnc#946734)
* Avoid warnings at boot up (bsc#920197)
* Knights Landing (fate#319507)
* Broadwell Ex and Ep (fate#319697)
* Different Skylake models (fate#319696)
* Fri Mar 03 2017 mpluskalAATTsuse.com- Update to version 1.48
* Fix warning with gcc 6.x
* Remove obsolete TODO file
* Small fixes- Use url for getting sources
* Fri Jan 13 2017 felix.gerlingAATTsuse.com- Version update to 1.47 (fate#321308, fate#320907, fate#321931):
* Fix PDF links
* Fix confusing error message
* Sat Dec 17 2016 tchvatalAATTsuse.com- Version update to 1.46:
* Various cpu support for new machines- Refresh patches:
* add-f10h-support.patch
* email.patch- Force build with pic- Use normal webpage as Url and do not point to git- Fix build with --as-needed expanded Makefile patch for email.patch
* Fri May 06 2016 trennAATTsuse.de- Update to bugfix version 1.36- Do not start mcelog service based on an udev (/dev/mcelog) rule (bsc#976781)
* Thu Jan 28 2016 trennAATTsuse.de- Update to latest version 1.29. Mostly little bug fixes.
* Mon Sep 28 2015 trennAATTsuse.de- Update to version v124. Adds skylake CPU support and some bug fixes.
* Mon Jun 15 2015 trennAATTsuse.de- Update to latest v120 git tag and name the version 1.20: New supported CPUs: - Add model number for Broadwell-DE - Added Knights Landing (Xeon Phi) - Add all current Atom cpuids - Support Broadwell-U - New manpages: mcelog.conf.5 and mcelog.triggers.5 And quite some undocumented bugfixes, see git log for details
* Fri Jan 23 2015 trennAATTsuse.de- Update to version 1.0.8- Remove patch which got integrated mainline: 0001-Continue-without-dmi-when-no-SMBIOS-or-SMBIOS-0x0-in.patch- Fix possible security issue, build service complained about: missing-call-to-setgroups-before-setuid Add fix_setgroups_missing_call.patch
* Fri Nov 14 2014 crrodriguezAATTopensuse.org- While not yet defined, the tmpfiles_create macro takes an argument for it to actually work