From 48996ad3067ec5e203288ab73dc3abc923af831e2d172ccbb5e477ba233683cf Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 20 Nov 2023 12:03:00 +0000 Subject: [PATCH] - Update to version 1.9.2.34.git+5069982: * activate_mapping: avoid logging error when there is none * activate_mapping: only blacklist irq if error is considered permanent * activate_mapping: report error reason * activate_mapping: make sure to catch all errors * activate_mapping: avoid use-after-free when affinity cannot be set * Revert "activate_mapping: fflush the buffered data to smp_affinity" * activate_mapping: fflush the buffered data to smp_affinity - Update to version 1.9.2.24.git+184c950: * procinterrupts: fix initialisation of regex_t struct * Fix it so we actually stop when we hit an interrupt condition * Fix signedness of error handling * Revert "Fix CPU number condition in service file" * Issue 259: select NL_SKIP / NL_STOP based on error * fix CPU number condition in service file OBS-URL: https://build.opensuse.org/package/show/Base:System/mcelog?expand=0&rev=109 --- _servicedata | 2 +- mcelog-195.obscpio | 3 --- mcelog-196.obscpio | 3 +++ mcelog.changes | 6 ++++++ mcelog.obsinfo | 6 +++--- mcelog.spec | 2 +- 6 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 mcelog-195.obscpio create mode 100644 mcelog-196.obscpio diff --git a/_servicedata b/_servicedata index 126559a..0a174c1 100644 --- a/_servicedata +++ b/_servicedata @@ -7,4 +7,4 @@ https://github.com/andikleen/mcelog.git 1f3a769c8fb736815a56ea104b7b751c5565cb88 https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git - 1f3a769c8fb736815a56ea104b7b751c5565cb88 \ No newline at end of file + edfe78a0dc54a940f4916a9bd681eab7b3f746d1 \ No newline at end of file diff --git a/mcelog-195.obscpio b/mcelog-195.obscpio deleted file mode 100644 index fe78caa..0000000 --- a/mcelog-195.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80c889ad4baa9718ff14346e61bb12dcaba8b0232deacc7c49c079cc8006da57 -size 651788 diff --git a/mcelog-196.obscpio b/mcelog-196.obscpio new file mode 100644 index 0000000..baeed03 --- /dev/null +++ b/mcelog-196.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8372405d024e2220df40dba4bffb4f6271ff7fe454958acfd16ec55f0d880bdd +size 651788 diff --git a/mcelog.changes b/mcelog.changes index 25994e2..669ab20 100644 --- a/mcelog.changes +++ b/mcelog.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 20 12:01:41 UTC 2023 - trenn@suse.de + +- Update to version 196: + * mcelog: Add second model number for Arrowlake + ------------------------------------------------------------------- Tue Sep 12 14:08:37 UTC 2023 - trenn@suse.de diff --git a/mcelog.obsinfo b/mcelog.obsinfo index 9e8cc5d..80c6b17 100644 --- a/mcelog.obsinfo +++ b/mcelog.obsinfo @@ -1,4 +1,4 @@ name: mcelog -version: 195 -mtime: 1694015900 -commit: 1f3a769c8fb736815a56ea104b7b751c5565cb88 +version: 196 +mtime: 1698794375 +commit: edfe78a0dc54a940f4916a9bd681eab7b3f746d1 diff --git a/mcelog.spec b/mcelog.spec index 2a091f7..72fcc2f 100644 --- a/mcelog.spec +++ b/mcelog.spec @@ -21,7 +21,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: mcelog -Version: 195 +Version: 196 Release: 0 Summary: Log Machine Check Events License: GPL-2.0-only