diff options
| author | Konstantin Shkolnyy <[email protected]> | 2024-12-03 15:06:55 +0000 |
|---|---|---|
| committer | Paolo Abeni <[email protected]> | 2024-12-05 10:39:33 +0000 |
| commit | 3f36ee29e732b68044d531f47d31f22d265954c6 (patch) | |
| tree | 862f9ceabbf5e759ce78a38afcd95fca0a8cc1fe /drivers/net/netkit.c | |
| parent | vsock/test: fix failures due to wrong SO_RCVLOWAT parameter (diff) | |
| download | kernel-3f36ee29e732b68044d531f47d31f22d265954c6.tar.gz kernel-3f36ee29e732b68044d531f47d31f22d265954c6.zip | |
vsock/test: fix parameter types in SO_VM_SOCKETS_* calls
Change parameters of SO_VM_SOCKETS_* to unsigned long long as documented
in the vm_sockets.h, because the corresponding kernel code requires them
to be at least 64-bit, no matter what architecture. Otherwise they are
too small on 32-bit machines.
Fixes: 5c338112e48a ("test/vsock: rework message bounds test")
Fixes: 685a21c314a8 ("test/vsock: add big message test")
Fixes: 542e893fbadc ("vsock/test: two tests to check credit update logic")
Fixes: 8abbffd27ced ("test/vsock: vsock_perf utility")
Signed-off-by: Konstantin Shkolnyy <[email protected]>
Reviewed-by: Stefano Garzarella <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'drivers/net/netkit.c')
0 files changed, 0 insertions, 0 deletions
