]> asedeno.scripts.mit.edu Git - linux.git/commit
bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/
authorRoman Gushchin <guro@fb.com>
Sun, 5 Nov 2017 13:15:33 +0000 (08:15 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Nov 2017 14:26:51 +0000 (23:26 +0900)
commit9d1f15941967cd80fc3baa3322751fab532f98a4
tree70081990c86ba172aecb7b3ed9cab20d870e79ba
parentebc614f687369f9df99828572b1d85a7c2de3d92
bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/

The purpose of this move is to use these files in bpf tests.

Signed-off-by: Roman Gushchin <guro@fb.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
samples/bpf/Makefile
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/cgroup_helpers.c [moved from samples/bpf/cgroup_helpers.c with 100% similarity]
tools/testing/selftests/bpf/cgroup_helpers.h [moved from samples/bpf/cgroup_helpers.h with 100% similarity]