]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/bpf: remove sockmap + ktls tests
authorJakub Kicinski <kuba@kernel.org>
Sun, 14 Jun 2026 01:40:58 +0000 (18:40 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 16 Jun 2026 15:55:41 +0000 (08:55 -0700)
commitfaf89584e436d737ba4e64fe021e83d5665e7bd5
treee29163a45134a6bc38751e37ab521b43a9027407
parent79511603a65b990bed675eb4bcfd85305d3ff42a
selftests/bpf: remove sockmap + ktls tests

The combination of sockmap and TLS is no longer supported - installing
the TLS ULP on a sockmap socket (and vice versa) is now rejected. Remove
the tests that exercise the combination along with their BPF program;
the file covered nothing but sockmap sockets holding kTLS contexts.

Reviewed-by: Jakub Sitnicki <jakub@cloudflare.com>
Link: https://patch.msgid.link/20260614014102.461064-4-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/bpf/prog_tests/sockmap_ktls.c
tools/testing/selftests/bpf/progs/test_sockmap_ktls.c [deleted file]
tools/testing/selftests/bpf/test_sockmap.c