From 5055c61de8aaa1ac997072a2909a66589d0bb062 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Wed, 10 Apr 2024 10:21:13 +0200 Subject: [PATCH] ltp-production: add futex_cmp_requeue01 as an intermittent issue Signed-off-by: Anders Roxell --- ltp-production.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ltp-production.yaml b/ltp-production.yaml index 4b30fd6..0d0c7ce 100644 --- a/ltp-production.yaml +++ b/ltp-production.yaml @@ -1878,3 +1878,22 @@ projects: url: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.8.y/build/v6.8.4-281-g6d08df6c401e/testrun/23380037/suite/ltp-syscalls/test/mount01/history/ active: true intermittent: true + - environments: + - qemu-arm64 + - dragonboard-410c + notes: > + LTP syscalls futex_cmp_requeue01 fails due to fork rejected. + "futex_cmp_requeue01.c:140: TINFO: children woken, futex0: 30, futex1: 70, spurious wakeups: 0 + futex_cmp_requeue01.c:187: TPASS: futex_cmp_requeue() + [ 2186.935916] cgroup: fork rejected by pids controller in /user.slice/user-0.slice/session-1.scope + futex_cmp_requeue01.c:95: TBROK: fork() failed: EAGAIN/EWOULDBLOCK (11) + tst_test.c:1641: TINFO: Killed the leftover descendant processes" + + This is happening on all branches for dragonboard-410c. + For qemu-arm64 this happens on kernel <= v6.1. + projects: *projects_all + test_name: + - ltp-syscalls/futex_cmp_requeue01 + url: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.8.y/build/v6.8.4-281-g6d08df6c401e/testrun/23380037/suite/ltp-syscalls/test/futex_cmp_requeue01/history/ + active: true + intermittent: true