From: Ilya Leoshkevich <iii@linux.ibm.com>
To: Alexei Starovoitov <ast@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
Andrii Nakryiko <andrii@kernel.org>
Cc: bpf@vger.kernel.org, Heiko Carstens <hca@linux.ibm.com>,
Vasily Gorbik <gor@linux.ibm.com>,
Alexander Gordeev <agordeev@linux.ibm.com>,
Ilya Leoshkevich <iii@linux.ibm.com>
Subject: [PATCH bpf-next v2 2/5] selftests/bpf: Add a missing newline to the "bad arch spec" message
Date: Thu, 21 Aug 2025 13:25:56 +0200 [thread overview]
Message-ID: <20250821113339.292434-3-iii@linux.ibm.com> (raw)
In-Reply-To: <20250821113339.292434-1-iii@linux.ibm.com>
Fix error messages like this one:
parse_test_spec:FAIL:569 bad arch spec: 's390x'process_subtest:FAIL:1153 Can't parse test spec for program 'may_goto_simple'
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
---
tools/testing/selftests/bpf/test_loader.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/bpf/test_loader.c b/tools/testing/selftests/bpf/test_loader.c
index 78423cf89e01..e1987d1959fd 100644
--- a/tools/testing/selftests/bpf/test_loader.c
+++ b/tools/testing/selftests/bpf/test_loader.c
@@ -566,7 +566,7 @@ static int parse_test_spec(struct test_loader *tester,
} else if (strcmp(val, "RISCV64") == 0) {
arch = ARCH_RISCV64;
} else {
- PRINT_FAIL("bad arch spec: '%s'", val);
+ PRINT_FAIL("bad arch spec: '%s'\n", val);
err = -EINVAL;
goto cleanup;
}
--
2.50.1
next prev parent reply other threads:[~2025-08-21 11:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-21 11:25 [PATCH bpf-next v2 0/5] s390/bpf: Add s390 JIT support for timed may_goto Ilya Leoshkevich
2025-08-21 11:25 ` [PATCH bpf-next v2 1/5] " Ilya Leoshkevich
2025-08-21 11:25 ` Ilya Leoshkevich [this message]
2025-08-21 11:25 ` [PATCH bpf-next v2 3/5] selftests/bpf: Add __arch_s390x macro Ilya Leoshkevich
2025-08-21 11:25 ` [PATCH bpf-next v2 4/5] selftests/bpf: Enable timed may_goto verifier tests on s390x Ilya Leoshkevich
2025-08-21 11:25 ` [PATCH bpf-next v2 5/5] selftests/bpf: Remove may_goto tests from DENYLIST.s390x Ilya Leoshkevich
2025-08-27 0:00 ` [PATCH bpf-next v2 0/5] s390/bpf: Add s390 JIT support for timed may_goto patchwork-bot+netdevbpf
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=20250821113339.292434-3-iii@linux.ibm.com \
--to=iii@linux.ibm.com \
--cc=agordeev@linux.ibm.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).