From: <daniel.turull@ericsson.com>
To: <daniel.turull@ericsson.com>, <openembedded-core@lists.openembedded.org>
Cc: <bruce.ashfield@gmail.com>, <alex.kanavin@gmail.com>,
<pratik.farkase@est.tech>, <richard.purdie@linuxfoundation.org>
Subject: [PATCH v2 2/6] ltp: disable min_free_kbytes
Date: Fri, 27 Mar 2026 13:27:54 +0100 [thread overview]
Message-ID: <20260327122758.1851989-2-daniel.turull@ericsson.com> (raw)
In-Reply-To: <20260327122758.1851989-1-daniel.turull@ericsson.com>
From: Daniel Turull <daniel.turull@ericsson.com>
It casues OOM regardless of the configuration
There is a bug in ltp, fixed in a newer version
https://github.com/linux-test-project/ltp/commit/355124aea99c7c7d40140c969a53ed892421dee9
min_free_kbytes: Connection to 192.168.7.2 closed by remote host.
NOTE: test_ltp_runltp_cve (ltp.LtpTest.test_ltp_runltp_cve)
NOTE: ... skipped "Test case ltp.LtpTest.test_ltp_runltp_cve depends on ltp.LtpTest.test_ltp_groups but it didn't pass/run."
Test case ltp.LtpTest.test_ltp_runltp_cve depends on ltp.LtpTest.test_ltp_groups but it didn't pass/run.
NOTE: ======================================================================
NOTE: FAIL: test_ltp_groups (ltp.LtpTest.test_ltp_groups)
NOTE: ----------------------------------------------------------------------
Signed-off-by: Pratik Farkase <pratik.farkase@est.tech>
Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
---
If it needs to be added, we can revert this and have the backported patch.
We need further testing to enable this again
---
meta/recipes-extended/ltp/ltp_20260130.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-extended/ltp/ltp_20260130.bb b/meta/recipes-extended/ltp/ltp_20260130.bb
index dcd1e81398..0b4f9c1ad5 100644
--- a/meta/recipes-extended/ltp/ltp_20260130.bb
+++ b/meta/recipes-extended/ltp/ltp_20260130.bb
@@ -78,6 +78,9 @@ 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
}
RDEPENDS:${PN} = "\
next prev parent reply other threads:[~2026-03-27 12:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-27 12:27 [PATCH v2 1/6] python3-kirk: Add version 4.0.0 daniel.turull
2026-03-27 12:27 ` daniel.turull [this message]
2026-03-27 12:27 ` [PATCH v2 3/6] ltp: disable pty testcase daniel.turull
2026-03-27 12:27 ` [PATCH v2 4/6] ltp: disable cve failing testcases daniel.turull
2026-03-27 12:27 ` [PATCH v2 5/6] oeqa: replace runltp with kirk daniel.turull
2026-03-27 12:27 ` [PATCH v2 6/6] oeqa: ltp - add LTP_WORKERS to allow parallelization daniel.turull
2026-03-27 15:37 ` Richard Purdie
2026-03-27 15:41 ` Daniel Turull
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260327122758.1851989-2-daniel.turull@ericsson.com \
--to=daniel.turull@ericsson.com \
--cc=alex.kanavin@gmail.com \
--cc=bruce.ashfield@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=pratik.farkase@est.tech \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.