mbox series

[bpf-next,v7,0/5] sockmap: add sockmap support for unix stream socket

Message ID 20210816190327.2739291-1-jiang.wang@bytedance.com
Headers show
Series sockmap: add sockmap support for unix stream socket | expand

Message

Jiang Wang Aug. 16, 2021, 7:03 p.m. UTC
This patch series add support for unix stream type
for sockmap. Sockmap already supports TCP, UDP,
unix dgram types. The unix stream support is similar
to unix dgram.

Also add selftests for unix stream type in sockmap tests.


Jiang Wang (5):
  af_unix: add read_sock for stream socket types
  af_unix: add unix_stream_proto for sockmap
  selftest/bpf: add tests for sockmap with unix stream type.
  selftest/bpf: change udp to inet in some function names
  selftest/bpf: add new tests in sockmap for unix stream to tcp.

 include/net/af_unix.h                         |  8 +-
 net/core/sock_map.c                           |  1 +
 net/unix/af_unix.c                            | 95 ++++++++++++++++---
 net/unix/unix_bpf.c                           | 93 +++++++++++++-----
 .../selftests/bpf/prog_tests/sockmap_listen.c | 48 ++++++----
 5 files changed, 191 insertions(+), 54 deletions(-)

v1 -> v2 :
 - Call unhash in shutdown.
 - Clean up unix_create1 a bit.
 - Return -ENOTCONN if socket is not connected.

v2 -> v3 :
 - check for stream type in update_proto
 - remove intermediate variable in __unix_stream_recvmsg
 - fix compile warning in unix_stream_recvmsg

v3 -> v4 :
 - remove sk_is_unix_stream, just check TCP_ESTABLISHED for UNIX sockets.
 - add READ_ONCE in unix_dgram_recvmsg
 - remove type check in unix_stream_bpf_update_proto

v4 -> v5 :
 - add two missing READ_ONCE for sk_prot.

v5 -> v6 :
 - fix READ_ONCE by reading to a local variable first.

v6 -> v7 :
 - fix the following compiler error when CONFIG_UNIX is m.
   modpost: "sock_map_unhash" [net/unix/unix.ko] undefined!

For the series:

Acked-by: John Fastabend <john.fastabend@gmail.com>
Acked-by: Jakub Sitnicki <jakub@cloudflare.com>

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 17, 2021, 2 a.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (refs/heads/master):

On Mon, 16 Aug 2021 19:03:19 +0000 you wrote:
> This patch series add support for unix stream type
> for sockmap. Sockmap already supports TCP, UDP,
> unix dgram types. The unix stream support is similar
> to unix dgram.
> 
> Also add selftests for unix stream type in sockmap tests.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v7,1/5] af_unix: add read_sock for stream socket types
    https://git.kernel.org/bpf/bpf-next/c/77462de14a43
  - [bpf-next,v7,2/5] af_unix: add unix_stream_proto for sockmap
    https://git.kernel.org/bpf/bpf-next/c/94531cfcbe79
  - [bpf-next,v7,3/5] selftest/bpf: add tests for sockmap with unix stream type.
    https://git.kernel.org/bpf/bpf-next/c/9b03152bd469
  - [bpf-next,v7,4/5] selftest/bpf: change udp to inet in some function names
    https://git.kernel.org/bpf/bpf-next/c/75e0e27db6cf
  - [bpf-next,v7,5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp.
    https://git.kernel.org/bpf/bpf-next/c/31c50aeed5a1

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html