- Update to version 194:
* 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 * 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 OBS-URL: https://build.opensuse.org/package/show/Base:System/mcelog?expand=0&rev=103
This commit is contained in:
parent
2f3af81d83
commit
241866c430
@ -5,4 +5,4 @@
|
|||||||
<param name="url">git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
|
<param name="url">git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
|
||||||
<param name="changesrevision">a4edca25ef3bd8780ae1dc54bc203973ec7f1640</param></service><service name="tar_scm">
|
<param name="changesrevision">a4edca25ef3bd8780ae1dc54bc203973ec7f1640</param></service><service name="tar_scm">
|
||||||
<param name="url">https://github.com/andikleen/mcelog.git</param>
|
<param name="url">https://github.com/andikleen/mcelog.git</param>
|
||||||
<param name="changesrevision">a4edca25ef3bd8780ae1dc54bc203973ec7f1640</param></service></servicedata>
|
<param name="changesrevision">8f33fdc47160edce09d75e1316b4d88129ca60a0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8bb19a40c1a1a533a952b5b27eaa23dfa0184a89f8f0af0eaa5ac99eb38edc2
|
|
||||||
size 630284
|
|
3
mcelog-194.obscpio
Normal file
3
mcelog-194.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e64fc2d95bb1eb86f8aa2d9e6d5ca50d93c64e1eaf5a1a77c316652c83e3fa96
|
||||||
|
size 641548
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 07:22:31 UTC 2023 - trenn@suse.de
|
||||||
|
|
||||||
|
- Update to version 194:
|
||||||
|
* 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
|
||||||
|
* 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 03 11:32:42 UTC 2022 - moritz.kodytek@suse.com
|
Tue May 03 11:32:42 UTC 2022 - moritz.kodytek@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: mcelog
|
name: mcelog
|
||||||
version: 181
|
version: 194
|
||||||
mtime: 1650316407
|
mtime: 1680724748
|
||||||
commit: a4edca25ef3bd8780ae1dc54bc203973ec7f1640
|
commit: 8f33fdc47160edce09d75e1316b4d88129ca60a0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mcelog
|
# spec file for package mcelog
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
Name: mcelog
|
Name: mcelog
|
||||||
Version: 181
|
Version: 194
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Log Machine Check Events
|
Summary: Log Machine Check Events
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user