On 2024/7/2 0:12, Daniel Borkmann wrote:
On 6/22/24 4:21 AM, Pu Lehui wrote:
From: Pu Lehui <pulehui@xxxxxxxxxx>
Factor out many args tests from tracing_struct and rename some function
names to make more sense.
Signed-off-by: Pu Lehui <pulehui@xxxxxxxxxx>
[...]
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
Sure, will drop it in next version.
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