On Thu, Feb 27, 2025 at 02:21:41PM -0800, John Fastabend wrote: > On 2025-02-27 11:52:04, Cong Wang wrote: > > On Wed, Feb 26, 2025 at 09:22:41PM +0800, Jiayuan Chen wrote: > > > Current wrapper function create_pair() is used to create a pair of > > > connected links and returns two fds, but it does not support unix sockets. > > > > > > Here we introduce socketpair() into create_pair(), which supports creating > > > a pair of unix sockets, since the semantics of the two are the same. > > > > Since it is only for UDS and only has effectively 1 line of code, how > > about just calling socketpair(AF_UNIX) in your patch 3/3? > > If we run that test with more than AF_UNIX it might be best as is. I > think there might be some value testing that flow on TCP/UDP even if > its not related to the bug. > > Thanks, > John Thanks, John! I'll make selftest cover more types of sockets.
- [PATCH bpf-next v1 0/3] bpf: Fix use-after-free of sockma... Jiayuan Chen
- [PATCH bpf-next v1 1/3] bpf, sockmap: avoid using sk... Jiayuan Chen
- Re: [PATCH bpf-next v1 1/3] bpf, sockmap: avoid ... Cong Wang
- Re: [PATCH bpf-next v1 1/3] bpf, sockmap: av... John Fastabend
- Re: [PATCH bpf-next v1 1/3] bpf, sockmap: avoid ... Martin KaFai Lau
- Re: [PATCH bpf-next v1 1/3] bpf, sockmap: av... Jiayuan Chen
- [PATCH bpf-next v1 2/3] selftests/bpf: Add socketpai... Jiayuan Chen
- Re: [PATCH bpf-next v1 2/3] selftests/bpf: Add s... Cong Wang
- Re: [PATCH bpf-next v1 2/3] selftests/bpf: A... John Fastabend
- Re: [PATCH bpf-next v1 2/3] selftests/bp... Jiayuan Chen
- Re: [PATCH bpf-next v1 2/3] selftests/bpf: A... Jiayuan Chen
- [PATCH bpf-next v1 3/3] selftests/bpf: Add edge case... Jiayuan Chen
- Re: [PATCH bpf-next v1 3/3] selftests/bpf: Add e... John Fastabend
- Re: [PATCH bpf-next v1 3/3] selftests/bpf: Add e... Cong Wang