[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a980acba-03cf-b3c3-7f49-20740bcdeb08@iogearbox.net>
Date: Mon, 3 Aug 2020 23:55:33 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: Dmitry Yakunin <zeil@...dex-team.ru>, alexei.starovoitov@...il.com,
netdev@...r.kernel.org, bpf@...r.kernel.org
Cc: eric.dumazet@...il.com, sdf@...gle.com
Subject: Re: [PATCH bpf-next v6 0/2] bpf: cgroup skb improvements for
bpf_prog_test_run
On 8/3/20 11:05 AM, Dmitry Yakunin wrote:
> This patchset contains some improvements for testing cgroup/skb programs
> through BPF_PROG_TEST_RUN command.
>
> v2:
> - fix build without CONFIG_CGROUP_BPF (kernel test robot <lkp@...el.com>)
>
> v3:
> - fix build without CONFIG_IPV6 (kernel test robot <lkp@...el.com>)
>
> v4:
> - remove cgroup storage related commits for future rework (Daniel Borkmann)
>
> v5:
> - check skb length before access to inet headers (Eric Dumazet)
>
> v6:
> - do not use pskb_may_pull() in skb length checking (Alexei Starovoitov)
>
> Dmitry Yakunin (2):
> bpf: setup socket family and addresses in bpf_prog_test_run_skb
> bpf: allow to specify ifindex for skb in bpf_prog_test_run_skb
>
> net/bpf/test_run.c | 39 ++++++++++++++++++++++--
> tools/testing/selftests/bpf/prog_tests/skb_ctx.c | 5 +++
> 2 files changed, 42 insertions(+), 2 deletions(-)
>
Looks good, applied, thanks!
Powered by blists - more mailing lists