diff options
author | Jordan Rife <jrife@google.com> | 2024-10-22 17:29:04 +0200 |
---|---|---|
committer | Martin KaFai Lau <martin.lau@kernel.org> | 2024-10-22 22:41:42 +0200 |
commit | eea6c14c10ce208e5f6ab309fb1c141a39446a1b (patch) | |
tree | 5cd134e758f92185c92217bbcb91e03bc678b94a /tools/testing/selftests/bpf/.gitignore | |
parent | selftests/bpf: Migrate BPF_CGROUP_INET_SOCK_CREATE test cases to prog_tests (diff) | |
download | linux-eea6c14c10ce208e5f6ab309fb1c141a39446a1b.tar.xz linux-eea6c14c10ce208e5f6ab309fb1c141a39446a1b.zip |
selftests/bpf: Retire test_sock.c
Completely remove test_sock.c and associated config.
Signed-off-by: Jordan Rife <jrife@google.com>
Link: https://lore.kernel.org/r/20241022152913.574836-5-jrife@google.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/.gitignore')
-rw-r--r-- | tools/testing/selftests/bpf/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index e6533b3400de..d45c9a9b304d 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -16,7 +16,6 @@ fixdep /test_progs-cpuv4 test_verifier_log feature -test_sock urandom_read test_sockmap test_lirc_mode2_user |