You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge: vsock: backport latest commits for RHEL-9-2
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1869
## Summary of Changes
Backport of vsock fixes, features (support for SO_RCVLOWAT) and tests (SO_RCVLOWAT)
included in Linux v6.2-rc3 for RHEL 9.2.
> git backport-diff -u upstream-local/master -r main..HEAD
Key:
[----] : patches are identical
[####] : number of functional differences between upstream/downstream patch
[down] : patch is downstream-only
The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively
001/17:[----] [--] 'vsock: Fix memory leak in vsock_connect()'
002/17:[----] [--] 'vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()'
003/17:[----] [--] 'vsock: SO_RCVLOWAT transport set callback'
004/17:[----] [--] 'hv_sock: disable SO_RCVLOWAT support'
005/17:[----] [--] 'virtio/vsock: use 'target' in notify_poll_in callback'
006/17:[----] [--] 'vmci/vsock: use 'target' in notify_poll_in callback'
007/17:[----] [--] 'vsock: pass sock_rcvlowat to notify_poll_in as target'
008/17:[----] [--] 'vsock: add API call for data ready'
009/17:[----] [--] 'virtio/vsock: check SO_RCVLOWAT before wake up reader'
010/17:[----] [--] 'vmci/vsock: check SO_RCVLOWAT before wake up reader'
011/17:[----] [--] 'vsock_test: POLLIN + SO_RCVLOWAT test'
012/17:[----] [--] 'vsock/vmci: fix repeated words in comments'
013/17:[----] [--] 'vhost/vsock: Use kvmalloc/kvfree for larger packets.'
014/17:[----] [--] 'vsock: remove the unused 'wait' in vsock_connectible_recvmsg()'
015/17:[----] [--] 'vsock: fix possible infinite sleep in vsock_connectible_wait_data()'
016/17:[----] [--] 'net: vmw_vsock: vmci: Check memcpy_from_msg()'
017/17:[----] [--] 'vhost/vsock: Fix error handling in vhost_vsock_init()'
## Approved Bugzilla Ticket
Bugzilla: https://bugzilla.redhat.com/2160028
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Approved-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Approved-by: Mohamed Gamal Morsy <mgamal@redhat.com>
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
0 commit comments