mbox series

[v3,0/2] drop duplicate max/min definitions

Message ID cover.1649462033.git.geliang.tang@suse.com (mailing list archive)
Headers show
Series drop duplicate max/min definitions | expand

Message

Geliang Tang April 8, 2022, 11:58 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 11, 2022, 3:30 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Sat,  9 Apr 2022 07:58:16 +0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [v3,1/2] selftests: bpf: drop duplicate max/min definitions
    https://git.kernel.org/bpf/bpf-next/c/f4fd706f7383
  - [v3,2/2] selftests: mqueue: drop duplicate min definition
    (no matching commit)

You are awesome, thank you!