[RFC PATCH v1 0/2] return errors other than -ENOMEM to socket

Arseniy Krasnov posted 2 patches 1 year, 1 month ago
net/vmw_vsock/af_vsock.c         | 4 ++--
tools/testing/vsock/vsock_test.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
[RFC PATCH v1 0/2] return errors other than -ENOMEM to socket
Posted by Arseniy Krasnov 1 year, 1 month ago
Hello,

this patchset removes behaviour, where error code returned from any
transport was always switched to ENOMEM. This works in the same way as
patch from Bobby Eshleman:
commit c43170b7e157 ("vsock: return errors other than -ENOMEM to socket"),
but for receive calls.

vsock_test suite is also updated.

Arseniy Krasnov (2):
  vsock: return errors other than -ENOMEM to socket
  vsock/test: update expected return values

 net/vmw_vsock/af_vsock.c         | 4 ++--
 tools/testing/vsock/vsock_test.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.25.1