/linux/tools/testing/selftests/bpf/ |
H A D | test_kmod.sh | 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | config | 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | test_maps.c | 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | .gitignore | 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | test_verifier.c | 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Makefile | 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/tools/include/linux/ |
H A D | filter.h | diff 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/tools/testing/selftests/ |
H A D | Makefile | diff 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/samples/bpf/ |
H A D | Makefile | diff 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/ |
H A D | MAINTAINERS | diff 5aa5bd14c5f8660c64ceedf14a549781be47e53d Mon Oct 17 14:28:36 CEST 2016 Daniel Borkmann <daniel@iogearbox.net> bpf: add initial suite for selftests
Add a start of a test suite for kernel selftests. This moves test_verifier and test_maps over to tools/testing/selftests/bpf/ along with various code improvements and also adds a script for invoking test_bpf module. The test suite can simply be run via selftest framework, f.e.:
# cd tools/testing/selftests/bpf/ # make # make run_tests
Both test_verifier and test_maps were kind of misplaced in samples/bpf/ directory and we were looking into adding them to selftests for a while now, so it can be picked up by kbuild bot et al and hopefully also get more exposure and thus new test case additions.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|