diff --git a/0003-crash-8.0.4-add-support-for-loongarch64.patch b/0003-crash-8.0.4-add-support-for-loongarch64.patch index b699193943e4854470e990ee18a193e8fa5d896a..fad45fe481beee1821eb0e070dec9bfa0488d68b 100644 --- a/0003-crash-8.0.4-add-support-for-loongarch64.patch +++ b/0003-crash-8.0.4-add-support-for-loongarch64.patch @@ -17211,7 +17211,7 @@ index 3907863..e977ae8 100644 static void check_dumpfile_size(char *); static int proc_kcore_init_32(FILE *, int); static int proc_kcore_init_64(FILE *, int); -@@ -217,6 +218,11 @@ is_netdump(char *file, ulong source_query) +@@ -314,6 +315,11 @@ is_netdump(char *file, ulong source_query) source_query)) goto bailout; break; diff --git a/crash.spec b/crash.spec index 85ea4cb43cf852d4d8b1b0bb9b0eb4b364ad0dcc..0aacd767de9aebc9c5dd7cc9ce9a1901e6e043df 100644 --- a/crash.spec +++ b/crash.spec @@ -1,6 +1,6 @@ Name: crash Version: 8.0.4 -Release: 5 +Release: 6 Summary: Linux kernel crash utility. License: GPLv3 URL: https://crash-utility.github.io @@ -88,6 +88,9 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h %{_mandir}/man8/crash.8* %changelog +* Fri Oct 25 2024 duanchenghao - 8.0.4-6 +- Fix crash vmlinux /proc/kcore failed for loongarch64 + * Fri Sep 06 2024 yanying <201250106@smail.nju.edu.cn> - 8.0.4-5 - Add gdbsupport ignore Wenum-constexpr-conversion in enum-flags.h to fix clang build error