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)
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>

Trivial merge