Displaying 1 result from an estimated 1 matches for "531b374834c8".
2023 Aug 04
0
[PATCH -next] af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()
...Simon Horman wrote:
>On Thu, Aug 03, 2023 at 09:45:07PM +0800, Yue Haibing wrote:
>> Commit d021c344051a ("VSOCK: Introduce VM Sockets") declared but never implemented
>> vsock_release_pending(). Also vsock_init_tap() never implemented since introduction
>> in commit 531b374834c8 ("VSOCK: Add vsockmon tap functions").
>>
>> Signed-off-by: Yue Haibing <yuehaibing at huawei.com>
>
>Hi Yue Haibing,
>
>FWIIW, I think this should be targeted at net-next.
Yep, please send to net-next.
Looks good also to me:
Reviewed-by: Stefano Garzarell...