Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: mcelog | Distribution: openSUSE Tumbleweed |
Version: 202 | Vendor: openSUSE |
Release: 1.1 | Build date: Sat Dec 7 01:18:22 2024 |
Group: System/Monitoring | Build host: reproducible |
Size: 342693 | Source RPM: mcelog-202-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://mcelog.org/ | |
Summary: Log Machine Check Events |
mcelog retrieves machine check events from an x86-64 kernel in a cron job, decodes them, and logs them to /var/log/mcelog. A machine check event is a hardware error detected by the CPU. It should run on any x86-64 system. In addition, it allows decoding machine check kernel panic messages.
GPL-2.0-only
* Sat Dec 07 2024 trenn@suse.de - Update to version 202: * mcelog: Wire up model-specific decoding for Clearwater Forest * mcelog: New model number for Clearwater Forest - PED-10052 * Thu Nov 28 2024 trenn@suse.de - Update to version 201: * add listen backlog config for mcelog server * mcelog: Add basic support for Diamond Rapids * mcelog: Add support for other CPU families * Mon Oct 07 2024 trenn@suse.de - Update to version 200: * mcelog: Reduce default threshold for corrected error page offline * Revert "mcelog: Reduce default threshold for corrected error page offline" * mcelog: Add new model number for Panther Lake * server: Correct prameter type for connect() API * Mon May 13 2024 trenn@suse.de - Update to version 198: * Remove obsolete on disk dimm database code * page.c: Disable gcc warnings * page.c: Remove obsolete comment * mcelog: Fix clang warnings * mcelog: mempage_replace missing initialization of mempage fields * mcelog: Add third model number for Arrowlake - Refresh patches according to mainline: M add-f10h-support.patch M email.patch M fix_setgroups_missing_call.patch M mcelog_invert_prefill_db_warning.patch - jsc#PED-10212 * Mon Feb 12 2024 trenn@suse.de - Update to version 197: * mcelog: Add kernel CONFIG message if /dev/mcelog isn't found * address comments * update mcelog manual * add --ping option to mcelog client * assign freed pointers to NULL pointer * mcelog: Fix two parsing issues * Mon Nov 20 2023 trenn@suse.de - Update to version 196: * mcelog: Add second model number for Arrowlake - jsc#PED-10217 * Tue Sep 12 2023 trenn@suse.de - This contains following features: PED-6122 [GNR] RAS: mcelog Add support for Granite Rapids (ALP) PED-6102 [GNR] RAS: mcelog Add support for Granite Rapids (SLE 15 SP6) PED-6021 [SRF] RAS: mcelog support for Sierra Forest (SLE 15 SP6) PED-6050 [SRF] RAS: mcelog support for Sierra Forest (ALP) - Change git repo in _service file from git to https url - Update to version 195: * mcelog: Wire up model-specific decoding for Sierra Forest * mcelog: Add model-specific decoding for Granite Rapids * client.c: fix build w/ musl libc * mcelog: New model number for Arrowlake * mcelog: Don't overwrite model number when lookup fails * mcelog: Add Graniterapids, Grandridge and Sierraforest * mcelog: New model number for Lunarlake * mcelog: Add Emerald Rapids * Update PFA_test_howto - Adopt to mainline: M email.patch * Wed Jun 14 2023 trenn@suse.de - Update to version 194 (jsc#PED-4218): * client.c: fix build w/ musl libc * mcelog: New model number for Arrowlake * mcelog: Don't overwrite model number when lookup fails * mcelog: Add Graniterapids, Grandridge and Sierraforest * mcelog: New model number for Lunarlake * mcelog: Add Emerald Rapids * mcelog: Add decode support for Sapphire Rapids * Update PFA_test_howto * mcelog: Add support for Meteor Lake * Thu Oct 06 2022 trenn@suse.de - Includes following SLE 15 SP5 jira features: * jsc#PED-671 mcelog: Update to latest release * jsc#PED-686 [CPU Features] Update mcelog support for ADL-N * jsc#PED-638 [CPU Features] Update mcelog support for MTL-P - Update to version 189: * mcelog: Add another Raptor Lake CPU model * Fix generation of cputype files * mcelog: Add missing model numbers for Broadwell and Raptorlake * mcelog: Makefile: Only touch cputype.h if needed to create it * Makefile: add install-nodoc target * Use env as the shebang target * Add missing dependencies for cputype include files * mcelog: Reverse sens of check to call resolveaddr() * mcelog: Reverse the sense of the check to set memory_error_support * mcelog: Drop CASE_INTEL define * mcelog: Generate cpu_choices[] from table * mcelog: Generate the cputype_name[] array from the table * mcelog: Add CPU model numbers to table and generate switch function * mcelog: Generate CPU_* enums from a table * mcelog: Add two more Alderlake model numbers * mcelog: Reduce default threshold for corrected error page offline * Make genconfig use python3 * mcelog: Add support for Raptorlake * Fix warnings in sysfs.c * mcelog: Change "DDR4" string to "DDR" for i10nm platforms * Fix logrotate syntax * remove outdated mcelog.conf.5 manual file * add furture print function for Python2 * fix python errors in genconfig.py * fix the buf not freed in read_field * mcelog: Print warning for locked down kernel * mcelog: Handle sysfs files without length - Had to adopt to latest CPU identification model mainline patch: b54ee05056a76e mcelog: Drop CASE_INTEL define and friends A add_new_amd_cpu_defines D add-defines.patch 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 * Tue May 03 2022 moritz.kodytek@suse.com - Update to version 181: * mcelog: Add support for Raptorlake - Adopt patches to latest git version 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 - Use Python3 shebang instead of python A python3_shebang - Use Github URL * Wed Apr 13 2022 moritz.kodytek@suse.com - Update to version 180: * Fix warnings in sysfs.c * mcelog: Change "DDR4" string to "DDR" for i10nm platforms * Fix logrotate syntax * remove outdated mcelog.conf.5 manual file * add furture print function for Python2 * fix python errors in genconfig.py * fix the buf not freed in read_field * mcelog: Print warning for locked down kernel * mcelog: Handle sysfs files without length * Fix make test fail * Wed Sep 01 2021 trenn@suse.de - Update to version 178: * mcelog: Fix typo/thinko in yellow cache change * Mon Jul 19 2021 trenn@suse.de - Update to version 177: * README: Mark up filename as code/monospace * README: Correct filename of `.os_version` * Fri Jul 09 2021 trenn@suse.de - Update to version 177 (jsc#SLE-18903): * mcelog: Update MSCOD error bit descriptions to match SDM * mcelog: Fix issues with "yellow" cache offlining * Add reference to Linux::MCELog * test: avoid the pfa test hang - Add _service git magic * Thu Apr 01 2021 Yaroslav Kurlaev <yaroslav.kurlaev@gmail.com> - Remove deprecated "StandardOutput=syslog" option from the systemd unit file to remove a warning from systemd. (bsc#1185151) * Tue Jan 26 2021 trenn@suse.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
/etc/logrotate.d/mcelog /etc/mcelog /etc/mcelog/bus-error-trigger /etc/mcelog/cache-error-trigger /etc/mcelog/dimm-error-trigger /etc/mcelog/iomca-error-trigger /etc/mcelog/mcelog.conf /etc/mcelog/page-error-counter-replacement-trigger /etc/mcelog/page-error-post-sync-soft-trigger /etc/mcelog/page-error-pre-sync-soft-trigger /etc/mcelog/page-error-trigger /etc/mcelog/socket-memory-error-trigger /etc/mcelog/unknown-error-trigger /run/mcelog /usr/lib/systemd/system/mcelog.service /usr/lib/tmpfiles.d/mcelog.conf /usr/sbin/mcelog /usr/sbin/rcmcelog /usr/share/doc/packages/mcelog /usr/share/doc/packages/mcelog/README.email_setup /usr/share/doc/packages/mcelog/lk10-mcelog.pdf /usr/share/fillup-templates/sysconfig.mcelog /usr/share/man/man5/mcelog.conf.5.gz /usr/share/man/man5/mcelog.triggers.5.gz /usr/share/man/man8/mcelog.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 02:11:34 2025