Merge branch 'sockmap: add sockmap support for unix stream socket'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 17 Aug 2021 01:42:18 +0000 (18:42 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 17 Aug 2021 01:44:19 +0000 (18:44 -0700)
commit1e1e49df0277815f2c32b2796dc8b53dfcfc38c0
treec5718158b7e665a5fa89745d6364ea1b8e4b4c5d
parentedce1a248670397f8d0be1f6967eab3c5c082013
parent31c50aeed5a12ded8856312c13bb6dc9e64dc87f
Merge branch 'sockmap: add sockmap support for unix stream socket'

Jiang Wang says:

====================

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.
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>