Displaying 2 results from an estimated 2 matches for "zhuangshengen".
2023 May 10
0
[PATCH] vsock: bugfix port residue in server
...I checked the latest code in the community
>and found similar issue.
>
In order to backport it to the stable kernels, we should add a Fixes tag:
https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html#describe-your-changes
Thanks,
Stefano
>Signed-off-by: Zhuang Shengen <zhuangshengen at huawei.com>
>---
> net/vmw_vsock/af_vsock.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/net/vmw_vsock/af_vsock.c b/net/vmw_vsock/af_vsock.c
>index 413407bb646c..efb8a0937a13 100644
>--- a/net/vmw_vsock/af_vsock.c
>+++ b/net/vmw_vsock/af_vsock...
2023 May 11
0
[PATCH net v2] vsock: avoid to close connected socket after the timeout
...e sk state to CLOSE
>
>Note: I encountered this issue on kernel-4.18, which can be fixed by
>this patch. Then I checked the latest code in the community
>and found similar issue.
>
>Fixes: d021c344051a ("VSOCK: Introduce VM Sockets")
>Signed-off-by: Zhuang Shengen <zhuangshengen at huawei.com>
>---
> net/vmw_vsock/af_vsock.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
The patch LGTM:
Reviewed-by: Stefano Garzarella <sgarzare at redhat.com>
I noticed that the net maintainers are not in cc, if this patch isn't
queued in the next days, plea...