Ilya Leoshkevich b9e6074fc5 tests/tcg/linux-test: Fix random hangs in test_socket
test_socket hangs randomly in connect(), especially when run without
qemu. Apparently the reason is that linux started treating backlog
value of 0 literally instead of rounding it up since v4.4 (commit
ef547f2ac16b).

So set it to 1 instead.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20220725144251.192720-1-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2022-08-01 07:27:56 +02:00
..
2022-04-20 16:04:20 +01:00
2022-06-03 08:03:28 +02:00
2021-10-12 08:37:05 +01:00
2022-02-28 16:42:30 +00:00
2022-02-09 09:00:01 +11:00

Multi-architecture linux-user tests