[PATCH RESEND bpf-next v4 2/3] selftests/bpf: Factor out many args tests from tracing_struct
Daniel Borkmann
daniel at iogearbox.net
Mon Jul 1 09:12:31 PDT 2024
On 6/22/24 4:21 AM, Pu Lehui wrote:
> From: Pu Lehui <pulehui at huawei.com>
>
> Factor out many args tests from tracing_struct and rename some function
> names to make more sense.
>
> Signed-off-by: Pu Lehui <pulehui at huawei.com>
[...]
> diff --git a/tools/testing/selftests/bpf/progs/tracing_struct_many_args.c b/tools/testing/selftests/bpf/progs/tracing_struct_many_args.c
> new file mode 100644
> index 000000000000..8bd696dc81d9
> --- /dev/null
> +++ b/tools/testing/selftests/bpf/progs/tracing_struct_many_args.c
> @@ -0,0 +1,62 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/* Copyright (C) 2024. Huawei Technologies Co., Ltd */
Overall looks good and ready to land, one small request: lets drop the copyright
comment here since this commit is only moving the existing tests out to its own
file which have been added originally via 5e9cf77d81f9 ("selftests/bpf: add testcase
for TRACING with 6+ arguments").
Thanks,
Daniel
More information about the linux-riscv
mailing list