9
0
forked from pool/kdump

upgrade to kdump-2.1.0, update calibrate values

This commit is contained in:
Jiri Bohac
2025-05-22 11:00:28 +02:00
parent c0e0a09a00
commit 8814cedcaf
5 changed files with 61 additions and 38 deletions
+13
View File
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu May 22 08:52:32 UTC 2025 - Jiri Bohac <jbohac@suse.com>
- upgrade to version 2.1.0
* fix calibrate (no run-time changes)
* man: update kdump(7)
* add kdump-commandline.service (jsc#PED-12454)
* kdumptool: introduce the commandline subcommand (jsc#PED-12454)
* kdumptool calibrate: add per-cpu userspace requirements
* Use FADUMP_COMMANDLINE_APPEND to detect explicit ip= configuration
(bsc#1242134)
- update calibrate values for SLFO (alp1600)
-------------------------------------------------------------------
Tue Apr 15 17:06:26 UTC 2025 - Jiri Bohac <jbohac@suse.com>
+15 -5
View File
@@ -57,7 +57,7 @@
%define dracutlibdir %{_prefix}/lib/dracut
Name: kdump
Version: 2.0.18
Version: 2.1.0
Release: 0
Summary: Kernel crash dump scripts and utilities
License: GPL-2.0-or-later
@@ -73,7 +73,10 @@ BuildRequires: util-linux-systemd
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev)
#!BuildIgnore: fop
%if %{with calibrate}
# dependencies needed when with_calibrate is turned on
# OBS does not work with conditional buildrequires
# so turn them on unconditionally
# %if %{with calibrate}
BuildRequires: %qemu
BuildRequires: dhcp-client
BuildRequires: dracut >= 047
@@ -89,7 +92,8 @@ BuildRequires: python3
BuildRequires: qemu-ipxe
BuildRequires: qemu-vgabios
%endif
%endif
# end of with_calibrate dependencies
# %endif
Requires: /usr/bin/sed
Requires: dracut >= 047
Requires: kexec-tools
@@ -215,16 +219,20 @@ servicelog_notify --add --command=/usr/lib/kdump/kdump-migrate-action.sh --match
exit 0
%preun
%ifarch ppc64 ppc64le
if [ $1 -eq 0 ]; then
# removal, not upgrade
%ifarch ppc64 ppc64le
servicelog_notify --remove --command=/usr/lib/kdump/kdump-migrate-action.sh
fi
%endif
kdumptool commandline -D
fi
exit 0
echo "Stopping kdump ..."
%service_del_preun kdump.service
%service_del_preun kdump-early.service
%service_del_preun kdump-notify.service
%service_del_preun kdump-commandline.service
exit 0
%postun
@@ -240,6 +248,7 @@ fi
%service_del_postun kdump.service
%service_del_postun kdump-early.service
%service_del_postun kdump-notify.service
%service_del_postun kdump-commandline.service
exit 0
%files
@@ -260,6 +269,7 @@ exit 0
%{_unitdir}/kdump.service
%{_unitdir}/kdump-early.service
%{_unitdir}/kdump-notify.service
%{_unitdir}/kdump-commandline.service
%{_sbindir}/rckdump
%dir /var/lib/kdump
+30 -30
View File
@@ -1,13 +1,13 @@
alp1600.aarch64:INIT_CACHED=38920
alp1600.aarch64:INIT_CACHED_NET=13580
alp1600.aarch64:INIT_NET=4656
alp1600.aarch64:KERNEL_BASE=79844
alp1600.aarch64:KERNEL_INIT=25660
alp1600.aarch64:INIT_CACHED=38424
alp1600.aarch64:INIT_CACHED_NET=14688
alp1600.aarch64:INIT_NET=5128
alp1600.aarch64:KERNEL_BASE=78452
alp1600.aarch64:KERNEL_INIT=24840
alp1600.aarch64:PAGESIZE=4096
alp1600.aarch64:PERCPU=144
alp1600.aarch64:PERCPU=224
alp1600.aarch64:SIZEOFPAGE=64
alp1600.aarch64:USER_BASE=14172
alp1600.aarch64:USER_NET=0
alp1600.aarch64:USER_BASE=5776
alp1600.aarch64:USER_NET=7800
alp1600.i386:INIT_CACHED=42804
alp1600.i386:INIT_CACHED_NET=12916
alp1600.i386:INIT_NET=4748
@@ -28,15 +28,15 @@ alp1600.ppc64:PERCPU=896
alp1600.ppc64:SIZEOFPAGE=64
alp1600.ppc64:USER_BASE=47552
alp1600.ppc64:USER_NET=1536
alp1600.ppc64le:INIT_CACHED=89216
alp1600.ppc64le:INIT_CACHED_NET=24128
alp1600.ppc64le:INIT_NET=6528
alp1600.ppc64le:KERNEL_BASE=136768
alp1600.ppc64le:KERNEL_INIT=22272
alp1600.ppc64le:INIT_CACHED=79808
alp1600.ppc64le:INIT_CACHED_NET=21888
alp1600.ppc64le:INIT_NET=5760
alp1600.ppc64le:KERNEL_BASE=135616
alp1600.ppc64le:KERNEL_INIT=21888
alp1600.ppc64le:PAGESIZE=65536
alp1600.ppc64le:PERCPU=896
alp1600.ppc64le:PERCPU=768
alp1600.ppc64le:SIZEOFPAGE=64
alp1600.ppc64le:USER_BASE=45440
alp1600.ppc64le:USER_BASE=47360
alp1600.ppc64le:USER_NET=0
alp1600.riscv64:INIT_CACHED=32504
alp1600.riscv64:INIT_CACHED_NET=11580
@@ -48,25 +48,25 @@ alp1600.riscv64:PERCPU=144
alp1600.riscv64:SIZEOFPAGE=64
alp1600.riscv64:USER_BASE=12092
alp1600.riscv64:USER_NET=1928
alp1600.s390x:INIT_CACHED=31092
alp1600.s390x:INIT_CACHED_NET=12644
alp1600.s390x:INIT_NET=4564
alp1600.s390x:KERNEL_BASE=46164
alp1600.s390x:KERNEL_INIT=16312
alp1600.s390x:INIT_CACHED=33384
alp1600.s390x:INIT_CACHED_NET=14112
alp1600.s390x:INIT_NET=5224
alp1600.s390x:KERNEL_BASE=63256
alp1600.s390x:KERNEL_INIT=13208
alp1600.s390x:PAGESIZE=4096
alp1600.s390x:PERCPU=136
alp1600.s390x:PERCPU=216
alp1600.s390x:SIZEOFPAGE=64
alp1600.s390x:USER_BASE=12888
alp1600.s390x:USER_NET=0
alp1600.x86_64:INIT_CACHED=38308
alp1600.x86_64:INIT_CACHED_NET=13152
alp1600.x86_64:INIT_NET=5124
alp1600.x86_64:KERNEL_BASE=86928
alp1600.x86_64:KERNEL_INIT=24132
alp1600.s390x:USER_BASE=12296
alp1600.s390x:USER_NET=1436
alp1600.x86_64:INIT_CACHED=38248
alp1600.x86_64:INIT_CACHED_NET=14352
alp1600.x86_64:INIT_NET=5660
alp1600.x86_64:KERNEL_BASE=82284
alp1600.x86_64:KERNEL_INIT=21780
alp1600.x86_64:PAGESIZE=4096
alp1600.x86_64:PERCPU=292
alp1600.x86_64:PERCPU=372
alp1600.x86_64:SIZEOFPAGE=64
alp1600.x86_64:USER_BASE=15632
alp1600.x86_64:USER_BASE=15824
alp1600.x86_64:USER_NET=0
leap150300.aarch64:INIT_CACHED=34920
leap150300.aarch64:INIT_CACHED_NET=9524
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.