From 91efc432e484cffd6e77db2aa065c9eddeef5f7c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 7 Jul 2023 11:13:32 +0800 Subject: [PATCH] minicoredumper: upgrade 2.0.3 -> 2.0.6 Changelog: =========== * Support comm names with spaces. * Also dump write-only memory segments. * Abort memory read if the crashed program is killed while the minicoredumper is actively reading memory. This fixes a possible endless loop in said scenario. * Known problems: - If tar is active, core files larger than 8GB will be truncated. If it is known that the core files will be >8GB and the full core file is needed, tar must be disabled. - If tar is active, core files larger than 8GB will be truncated. If it is known that the core files will be >8GB and the full core file is needed, tar must be disabled. - If tar is active, core files larger than 8GB will be truncated. If it is known that the core files will be >8GB and the full core file is needed, tar must be disabled. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{minicoredumper_2.0.3.bb => minicoredumper_2.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-kernel/minicoredumper/{minicoredumper_2.0.3.bb => minicoredumper_2.0.6.bb} (97%) diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.3.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.6.bb similarity index 97% rename from meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.3.bb rename to meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.6.bb index 1e8ce7e69b..dfe9f7b51d 100644 --- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.3.bb +++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.6.bb @@ -9,7 +9,7 @@ DEPENDS = "elfutils dbus dbus-glib-native glib-2.0 dbus-glib util-linux json-c" inherit autotools pkgconfig ptest systemd update-rc.d -SRCREV = "e4706bf28a0699094add5d77a4b97145c2292c47" +SRCREV = "da62115c0fab3a4608e4b0ee0c8aa0cf134c14ca" SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https;branch=master \ file://minicoredumper.service \