diff --git a/7.2.9.tar.gz b/7.2.9.tar.gz deleted file mode 100644 index 1502ed0..0000000 Binary files a/7.2.9.tar.gz and /dev/null differ diff --git a/7.3.0.tar.gz b/7.3.0.tar.gz new file mode 100644 index 0000000..fe62ed6 Binary files /dev/null and b/7.3.0.tar.gz differ diff --git a/add-SDEI-stack-resolution.patch b/add-SDEI-stack-resolution.patch index 70ebb78..bfd04f6 100644 --- a/add-SDEI-stack-resolution.patch +++ b/add-SDEI-stack-resolution.patch @@ -225,7 +225,7 @@ index fdf77bd..cc32d9d 100644 bt->flags &= ~BT_IRQSTACK; if (arm64_switch_stack(bt, &stackframe, ofp) == USER_MODE) break; -@@ -2965,6 +3068,79 @@ arm64_in_kdump_text(struct bt_info *bt, struct arm64_stackframe *frame) +@@ -2965,6 +3068,81 @@ arm64_in_kdump_text(struct bt_info *bt, struct arm64_stackframe *frame) } static int @@ -241,6 +241,8 @@ index fdf77bd..cc32d9d 100644 + return FALSE; + + ms = machdep->machspec; ++ if (!ms->sdei_stacks) ++ return FALSE; + cpu = bt->tc->processor; + stackbase = ms->sdei_stacks[cpu]; + stackbuf = GETBUF(ms->sdei_stack_size); diff --git a/crash.spec b/crash.spec index a1efbae..a579f53 100644 --- a/crash.spec +++ b/crash.spec @@ -1,6 +1,6 @@ Name: crash -Version: 7.2.9 -Release: 4 +Version: 7.3.0 +Release: 1 Summary: Linux kernel crash utility. License: GPLv3 URL: https://crash-utility.github.io @@ -76,6 +76,12 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h %{_mandir}/man8/crash.8* %changelog +* Fri Dec 24 2021 zhouwenpei - 7.3.0-1 +- Upgrade version to 7.3.0 + +* Fri Sep 03 2021 wangbin - 7.2.9-5 +- fix null pointer reference when CONFIG_KASAN is open + * Tue Jun 29 2021 zhouwenpei - 7.2.9-4 - add buildrequires m4