diff options
author | Bobby Eshleman <[email protected]> | 2023-01-10 10:13:23 +0000 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2023-01-12 12:53:54 +0100 |
commit | c43170b7e1571efc11c443fb8889842073b77fe5 (patch) | |
tree | f491a82760d6e427b058de6170529fd77de6b5b5 /tools/perf/scripts/python/flamegraph.py | |
parent | d4f12a8271fb724b68af6fe8ef54f0f2e63da74d (diff) |
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 <[email protected]>
Signed-off-by: Arseniy Krasnov <[email protected]>
Reviewed-by: Stefano Garzarella <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions