Re: [PATCH] iotests/162: Fix for newer Linux 5.3+

2019-10-02 Thread Eric Blake
On 10/2/19 12:40 PM, Max Reitz wrote: Linux 5.3 has made 0.0.0.0/8 a working IPv4 subnet. As such, "42" is now a valid host, and the connection to it will (hopefully) time out over a long period rather than quickly return with EINVAL. So let us use a negative integer for testing that NBD will n

[PATCH] iotests/162: Fix for newer Linux 5.3+

2019-10-02 Thread Max Reitz
Linux 5.3 has made 0.0.0.0/8 a working IPv4 subnet. As such, "42" is now a valid host, and the connection to it will (hopefully) time out over a long period rather than quickly return with EINVAL. So let us use a negative integer for testing that NBD will not crash when it receives integer hosts.