diff mbox series

[master,3/3] ltp-ddt: sync up ltp with upstream

Message ID 20260427233911.2171996-3-denis@denix.org
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [master,1/3] ltp-ddt: move iproute2-bridge from ltp to ltp-ddt | expand

Commit Message

Denys Dmytriyenko April 27, 2026, 11:39 p.m. UTC
From: "Denys Dmytriyenko (TI)" <denys@konsulko.com>

Update ltp .inc file with the latest verbatim copy of ltp recipe from
OE-Core.

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
---
 .../recipes-devtools/ltp-ddt/ltp_20260130.inc         | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc b/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc
index d63b936f..3108cc6c 100644
--- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc
+++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc
@@ -79,6 +79,15 @@  do_install(){
     # The controllers memcg_stree test seems to cause us hangs and takes 900s
     # (maybe we expect more regular output?), anyhow, skip it
     sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers
+
+    # min_free_kbytes can be disruptive on constrained targets
+    sed -e '/^min_free_kbytes/d' -i ${D}${prefix}/runtest/mm
+
+    # cve-2018-13405 triggers memory deadlock kernel panic on constrained targets
+    sed -e '/^cve-2018-13405/d' -i ${D}${prefix}/runtest/cve
+
+    # cve-2020-36557 triggers memory deadlock kernel panic on constrained targets
+    sed -e '/^cve-2020-36557/d' -i ${D}${prefix}/runtest/cve
 }
 
 RDEPENDS:${PN} = "\
@@ -128,7 +137,7 @@  remove_broken_musl_sources() {
 	[ "${TCLIBC}" = "musl" ] || return 0
 
 	cd ${S}
-	echo "WARNING: remove unsupported tests (until they're fixed)"
+	bbverbnote "remove unsupported tests (until they're fixed)"
 
 	# sync with upstream
 	# https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh#L33