forked from pool/mcelog
- 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
This commit is contained in:
parent
ae4c7ef253
commit
48996ad306
@ -7,4 +7,4 @@
|
||||
<param name="url">https://github.com/andikleen/mcelog.git</param>
|
||||
<param name="changesrevision">1f3a769c8fb736815a56ea104b7b751c5565cb88</param></service><service name="tar_scm">
|
||||
<param name="url">https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
|
||||
<param name="changesrevision">1f3a769c8fb736815a56ea104b7b751c5565cb88</param></service></servicedata>
|
||||
<param name="changesrevision">edfe78a0dc54a940f4916a9bd681eab7b3f746d1</param></service></servicedata>
|
BIN
mcelog-195.obscpio
(Stored with Git LFS)
BIN
mcelog-195.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
mcelog-196.obscpio
(Stored with Git LFS)
Normal file
BIN
mcelog-196.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: mcelog
|
||||
version: 195
|
||||
mtime: 1694015900
|
||||
commit: 1f3a769c8fb736815a56ea104b7b751c5565cb88
|
||||
version: 196
|
||||
mtime: 1698794375
|
||||
commit: edfe78a0dc54a940f4916a9bd681eab7b3f746d1
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user