From: Geliang Tang <geliang.tang@suse.com>
To: Shuah Khan <shuah@kernel.org>,
Alexei Starovoitov <ast@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
Andrii Nakryiko <andrii@kernel.org>,
Martin KaFai Lau <kafai@fb.com>, Song Liu <songliubraving@fb.com>,
Yonghong Song <yhs@fb.com>,
John Fastabend <john.fastabend@gmail.com>,
KP Singh <kpsingh@kernel.org>
Cc: Geliang Tang <geliang.tang@suse.com>,
bpf@vger.kernel.org, linux-kselftest@vger.kernel.org
Subject: [PATCH v3 0/2] drop duplicate max/min definitions
Date: Sat, 9 Apr 2022 07:58:16 +0800 [thread overview]
Message-ID: <cover.1649462033.git.geliang.tang@suse.com> (raw)
Two small cleanups for selftests, drop duplicate max/min definitions.
v3:
- move '#include <sys/param.h>' into test_progs.h.
v2:
- do more cleanups as Daniel suggested.
v1:
- "selftests: bpf: use MIN for TCP CC tests"
Geliang Tang (2):
selftests: bpf: drop duplicate max/min definitions
selftests: mqueue: drop duplicate min definition
tools/testing/selftests/bpf/prog_tests/bpf_iter.c | 4 +---
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c | 6 ++----
tools/testing/selftests/bpf/prog_tests/snprintf.c | 4 +---
tools/testing/selftests/bpf/prog_tests/tc_redirect.c | 1 -
tools/testing/selftests/bpf/test_progs.h | 1 +
tools/testing/selftests/mqueue/mq_perf_tests.c | 4 ++--
6 files changed, 7 insertions(+), 13 deletions(-)
--
2.34.1
next reply other threads:[~2022-04-08 23:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-08 23:58 Geliang Tang [this message]
2022-04-08 23:58 ` [PATCH v3 1/2] selftests: bpf: drop duplicate max/min definitions Geliang Tang
2022-04-11 5:23 ` Song Liu
2022-04-08 23:58 ` [PATCH v3 2/2] selftests: mqueue: drop duplicate min definition Geliang Tang
2022-04-11 15:30 ` [PATCH v3 0/2] drop duplicate max/min definitions 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=cover.1649462033.git.geliang.tang@suse.com \
--to=geliang.tang@suse.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=john.fastabend@gmail.com \
--cc=kafai@fb.com \
--cc=kpsingh@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=shuah@kernel.org \
--cc=songliubraving@fb.com \
--cc=yhs@fb.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 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.