Re: [PATCH v6 0/3] vsock/test: fix wrong setsockopt() parameters

2024-12-02 Thread Stefano Garzarella
On Wed, Nov 13, 2024 at 08:35:54AM -0600, Konstantin Shkolnyy wrote: Parameters were created using wrong C types, which caused them to be of wrong size on some architectures, causing problems. The problem with SO_RCVLOWAT was found on s390 (big endian), while x86-64 didn't show it. After the fix

[PATCH v6 0/3] vsock/test: fix wrong setsockopt() parameters

2024-11-13 Thread Konstantin Shkolnyy
Parameters were created using wrong C types, which caused them to be of wrong size on some architectures, causing problems. The problem with SO_RCVLOWAT was found on s390 (big endian), while x86-64 didn't show it. After the fix, all tests pass on s390. Then Stefano Garzarella pointed out that SO_V