diff options
author | Paolo Abeni <[email protected]> | 2023-04-04 12:46:26 +0200 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2023-04-04 12:46:27 +0200 |
commit | b103bab0944be030954e5de23851b37980218f54 (patch) | |
tree | ad78028e89d31d7cd614c0a93afdf53c1c20150b /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | b3803399196e961ca190561d26ccf567f26841e6 (diff) | |
parent | b5d54eb5899a7c2d478909041446499f379c716c (diff) |
Merge branch 'vsock-return-errors-other-than-enomem-to-socket'
Arseniy Krasnov says:
====================
vsock: return errors other than -ENOMEM to socket
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. VMCI transport is also updated (both tx and rx
SOCK_STREAM callbacks), because it returns VMCI specific error code to
af_vsock.c (like VMCI_ERROR_*). Tx path is already merged to net, so it
was excluded from patchset in v4. At the same time, virtio and Hyper-V
transports are using general error codes, so there is no need to update
them.
vsock_test suite is also updated.
Link to v1:
https://lore.kernel.org/netdev/[email protected]/
Link to v2:
https://lore.kernel.org/netdev/[email protected]/
Link to v3:
https://lore.kernel.org/netdev/[email protected]/
====================
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions