On 7/16/24 11:14, Jakub Sitnicki wrote: > On Sat, Jul 13, 2024 at 10:16 PM +02, Michal Luczaj wrote: >> On 7/13/24 11:45, Jakub Sitnicki wrote: >>> On Thu, Jul 11, 2024 at 10:33 PM +02, Michal Luczaj wrote: >>>> And looking at that commit[1], inet_unix_redir_to_connected() has its >>>> @type ignored, too. Same treatment? >>> >>> That one will not be a trivial fix like this case. inet_socketpair() >>> won't work for TCP as is. It will fail trying to connect() a listening >>> socket (p0). I recall now that we are in this state due to some >>> abandoned work that began in 75e0e27db6cf ("selftest/bpf: Change udp to >>> inet in some function names"). >> >> I've assumed @type applies to AF_UNIX. So I've meant to keep >> inet_socketpair() with SOCK_DGRAM hardcoded (like it is in >> unix_inet_redir_to_connected()), but let the socketpair(AF_UNIX, ...) >> accept @type (like this patch does). > > Ah, that is what you had in mind. > Sure, a partial fix gets us closer to a fully working test. Well, I'm all for a fully working test. And I'd be happy to help out.