[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7f727cb6-61d8-e626-041d-b85155c8e72a@huawei.com>
Date: Sun, 24 Oct 2021 18:32:12 +0800
From: Hou Tao <houtao1@...wei.com>
To: Martin KaFai Lau <kafai@...com>
CC: Alexei Starovoitov <ast@...nel.org>, Yonghong Song <yhs@...com>,
"Daniel Borkmann" <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>, <netdev@...r.kernel.org>,
<bpf@...r.kernel.org>
Subject: Re: [PATCH bpf-next v3 3/4] bpf: add dummy BPF STRUCT_OPS for test
purpose
Hi Martin,
On 10/23/2021 8:35 AM, Martin KaFai Lau wrote:
> On Fri, Oct 22, 2021 at 03:55:10PM +0800, Hou Tao wrote:
>
> +static struct bpf_dummy_ops_test_args *
> +dummy_ops_init_args(const union bpf_attr *kattr, unsigned int nr)
> +{
> + __u32 size_in;
> + struct bpf_dummy_ops_test_args *args;
> + void __user *ctx_in;
> + void __user *u_state;
> +
> + if (!nr || nr > MAX_BPF_FUNC_ARGS)
> These checks are unnecessary and can be removed. They had already been
> checked by the verifier during the bpf prog load time.
Yes. The check is done in bpf_struct_ops_init(). Will remove it in v4.
> Others lgtm.
>
> Acked-by: Martin KaFai Lau <kafai@...com>
Thanks again for your review.
Regards,
Tao
Powered by blists - more mailing lists