summaryrefslogtreecommitdiff
path: root/tools/testing/vsock/vsock_test.c
diff options
context:
space:
mode:
authorBobby Eshleman <bobby.eshleman@bytedance.com>2023-01-10 13:13:23 +0300
committerPaolo Abeni <pabeni@redhat.com>2023-01-12 14:53:54 +0300
commitc43170b7e1571efc11c443fb8889842073b77fe5 (patch)
treef491a82760d6e427b058de6170529fd77de6b5b5 /tools/testing/vsock/vsock_test.c
parentd4f12a8271fb724b68af6fe8ef54f0f2e63da74d (diff)
downloadlinux-c43170b7e1571efc11c443fb8889842073b77fe5.tar.xz
vsock: return errors other than -ENOMEM to socket
This removes behaviour, where error code returned from any transport was always switched to ENOMEM. For example when user tries to send too big message via SEQPACKET socket, transport layers return EMSGSIZE, but this error code was always replaced with ENOMEM and returned to user. Signed-off-by: Bobby Eshleman <bobby.eshleman@bytedance.com> Signed-off-by: Arseniy Krasnov <AVKrasnov@sberdevices.ru> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/testing/vsock/vsock_test.c')
0 files changed, 0 insertions, 0 deletions