Stefano Garzarella
2021-Feb-22 11:09 UTC
[RFC PATCH v5 01/19] af_vsock: update functions for connectible socket
On Mon, Feb 22, 2021 at 01:58:11PM +0300, Arseny Krasnov wrote:> >On 22.02.2021 13:50, Stefano Garzarella wrote: >> On Thu, Feb 18, 2021 at 08:36:03AM +0300, Arseny Krasnov wrote: >>> This prepares af_vsock.c for SEQPACKET support: some functions such >>> as setsockopt(), getsockopt(), connect(), recvmsg(), sendmsg() are >>> shared between both types of sockets, so rename them in general >>> manner. >>> >>> Signed-off-by: Arseny Krasnov <arseny.krasnov at kaspersky.com> >>> --- >>> net/vmw_vsock/af_vsock.c | 64 +++++++++++++++++++++------------------- >>> 1 file changed, 34 insertions(+), 30 deletions(-) >> IIRC I had already given my R-b to this patch. Please carry it over when >> you post a new version. >> >> Reviewed-by: Stefano Garzarella <sgarzare at redhat.com> >> >> Thanks, >> Stefano >Ack, sorry, didn't know thatDon't worry :-) It is documented here: Documentation/process/submitting-patches.rst Both Tested-by and Reviewed-by tags, once received on mailing list from tester or reviewer, should be added by author to the applicable patches when sending next versions. However if the patch has changed substantially in following version, these tags might not be applicable anymore and thus should be removed. Usually removal of someone's Tested-by or Reviewed-by tags should be mentioned in the patch changelog (after the '---' separator). Thanks, Stefano