]> git.baikalelectronics.ru Git - kernel.git/commit
selftest: add a reuseaddr test
authorJosef Bacik <jbacik@fb.com>
Tue, 19 Sep 2017 13:51:26 +0000 (09:51 -0400)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 19 Sep 2017 20:09:26 +0000 (14:09 -0600)
commit86ac30e8c922389dd9290dee7152df866c2326d1
tree2a331b6131daaf43fdfced5725e25f2a40555a1c
parentd92fc3922ec7591d531abfbb8fa0bb4b6a56bacd
selftest: add a reuseaddr test

This is to test for a regression introduced by

7da1eb376845 ("inet: kill smallest_size and smallest_port")

which introduced a problem with reuseaddr and bind conflicts.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/net/.gitignore
tools/testing/selftests/net/Makefile
tools/testing/selftests/net/reuseaddr_conflict.c [new file with mode: 0644]