On Sat, Jul 13, 2024 at 09:41 PM +02, Michal Luczaj wrote: > PATCH 1/4 tells BPF redirect to silently drop AF_UNIX's MSG_OOB. The rest > is selftest-related. > > Michal Luczaj (4): > af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash > selftest/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected() > selftest/bpf: Parametrize AF_UNIX redir functions to accept send() > flags > selftest/bpf: Test sockmap redirect for AF_UNIX MSG_OOB > > net/unix/af_unix.c | 41 ++++++++- > net/unix/unix_bpf.c | 3 + > .../selftests/bpf/prog_tests/sockmap_listen.c | 85 +++++++++++++------ > 3 files changed, 102 insertions(+), 27 deletions(-) Thanks for taking time to extend the tests. Tested-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>