bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/
authorRoman Gushchin <[email protected]>
Sun, 5 Nov 2017 13:15:33 +0000 (08:15 -0500)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
samples/bpf/Makefile
samples/bpf/cgroup_helpers.c [deleted file]
samples/bpf/cgroup_helpers.h [deleted file]
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/cgroup_helpers.c [new file with mode: 0644]
tools/testing/selftests/bpf/cgroup_helpers.h [new file with mode: 0644]