]> git.baikalelectronics.ru Git - kernel.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)
commit33fe098febc201ac647613e1bed3c05e82ace8db
tree70081990c86ba172aecb7b3ed9cab20d870e79ba
parentd126fb7e011327ca4d6c724963284f622629ad88
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
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]