Re: [PATCH net-next v2 0/6] vsock: add local transport support

2019-12-11 Thread David Miller
From: Stefano Garzarella Date: Tue, 10 Dec 2019 11:43:01 +0100 > v2: > - style fixes [Dave] > - removed RCU sync and changed 'the_vsock_loopback' in a global >static variable [Stefan] > - use G2H transport when local transport is not loaded and remote cid >is VMADDR_CID_LOCAL [Stefan]

[PATCH net-next v2 0/6] vsock: add local transport support

2019-12-10 Thread Stefano Garzarella
v2: - style fixes [Dave] - removed RCU sync and changed 'the_vsock_loopback' in a global static variable [Stefan] - use G2H transport when local transport is not loaded and remote cid is VMADDR_CID_LOCAL [Stefan] - rebased on net-next v1: https://patchwork.kernel.org/cover/11251735/