[PATCH RESEND bpf-next v4 2/3] selftests/bpf: Factor out many args tests from tracing_struct
Pu Lehui
pulehui at huawei.com
Mon Jul 1 18:24:27 PDT 2024
On 2024/7/2 0:12, Daniel Borkmann wrote:
> 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
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
>
More information about the linux-riscv
mailing list