Re: [PATCH 1/2] selftests/tracing: Fix event filter test to retry up to 10 times

From: Shuah Khan
Date: Fri May 31 2024 - 10:42:12 EST


On 5/31/24 03:43, Masami Hiramatsu (Google) wrote:
From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>

Commit eb50d0f250e9 ("selftests/ftrace: Choose target function for filter
test from samples") choose the target function from samples, but sometimes
this test failes randomly because the target function does not hit at the
next time. So retry getting samples up to 10 times.

Fixes: eb50d0f250e9 ("selftests/ftrace: Choose target function for filter test from samples")
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
---

Applied to linux-kselftest fixes for the next rc

thanks,
-- Shuah