summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-07 11:13:32 +0800
committerKhem Raj <raj.khem@gmail.com>2023-07-07 08:59:27 -0700
commit91efc432e484cffd6e77db2aa065c9eddeef5f7c (patch)
treee2433ad4b29af5c21462471de4727869120b1d49 /meta-oe/recipes-kernel
parent7d59e011613c074e969b3462c406f7226f61a0cc (diff)
downloadmeta-openembedded-91efc432e484cffd6e77db2aa065c9eddeef5f7c.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r--meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.6.bb (renamed from meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.3.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.6.bb
index 1e8ce7e69..dfe9f7b51 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"
9 9
10inherit autotools pkgconfig ptest systemd update-rc.d 10inherit autotools pkgconfig ptest systemd update-rc.d
11 11
12SRCREV = "e4706bf28a0699094add5d77a4b97145c2292c47" 12SRCREV = "da62115c0fab3a4608e4b0ee0c8aa0cf134c14ca"
13 13
14SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https;branch=master \ 14SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https;branch=master \
15 file://minicoredumper.service \ 15 file://minicoredumper.service \