Re: [PATCH] vsock.7: document VSOCK socket address family

2018-02-01 Thread Michael Kerrisk (man-pages)
On 1 February 2018 at 19:03, Stefan Hajnoczi wrote: > On Tue, Jan 30, 2018 at 10:31:54PM +0100, Michael Kerrisk (man-pages) wrote: >> Hi Stefan, >> >> Ping on the below please, since it either blocks the man-pages release >> I'd currently like to make, or I must remove the vsock.7 page for this >>

Re: [PATCH] vsock.7: document VSOCK socket address family

2018-02-01 Thread Stefan Hajnoczi
On Tue, Jan 30, 2018 at 10:31:54PM +0100, Michael Kerrisk (man-pages) wrote: > Hi Stefan, > > Ping on the below please, since it either blocks the man-pages release > I'd currently like to make, or I must remove the vsock.7 page for this > release. Sorry for the delay. The verbatim license is fi

Re: [PATCH] vsock.7: document VSOCK socket address family

2018-01-30 Thread Michael Kerrisk (man-pages)
Hi Stefan, Ping on the below please, since it either blocks the man-pages release I'd currently like to make, or I must remove the vsock.7 page for this release. Thanks, Michael On 26 January 2018 at 22:47, Michael Kerrisk (man-pages) wrote: > Stefan, > > I've just now noted that your page c

Re: [PATCH] vsock.7: document VSOCK socket address family

2018-01-26 Thread Michael Kerrisk (man-pages)
Stefan, I've just now noted that your page came with no license. What license do you want to use Please see https://www.kernel.org/doc/man-pages/licenses.html Thanks, Michael On 30 November 2017 at 12:21, Stefan Hajnoczi wrote: > The AF_VSOCK address family has been available since Linux 3.9

Re: [PATCH] vsock.7: document VSOCK socket address family

2017-12-02 Thread Stefan Hajnoczi
On Fri, Dec 01, 2017 at 09:57:04AM -0500, G. Branden Robinson wrote: > At 2017-12-01T13:09:01+, Stefan Hajnoczi wrote: > > On Thu, Nov 30, 2017 at 01:21:26PM +, Jorgen S. Hansen wrote: > > > > On Nov 30, 2017, at 12:21 PM, Stefan Hajnoczi > > > > wrote: > > > > Thanks for the quick revie

Re: [PATCH] vsock.7: document VSOCK socket address family

2017-12-01 Thread G. Branden Robinson
At 2017-12-01T13:09:01+, Stefan Hajnoczi wrote: > On Thu, Nov 30, 2017 at 01:21:26PM +, Jorgen S. Hansen wrote: > > > On Nov 30, 2017, at 12:21 PM, Stefan Hajnoczi wrote: > > Thanks for the quick review! > > I forgot to ask you: Is SOCK_DGRAM reliable and in-order over VMCI? > > > > +.P

Re: [PATCH] vsock.7: document VSOCK socket address family

2017-12-01 Thread Jorgen S. Hansen
> On Dec 1, 2017, at 2:09 PM, Stefan Hajnoczi wrote: > > On Thu, Nov 30, 2017 at 01:21:26PM +, Jorgen S. Hansen wrote: >>> On Nov 30, 2017, at 12:21 PM, Stefan Hajnoczi wrote: > > Thanks for the quick review! > > I forgot to ask you: Is SOCK_DGRAM reliable and in-order over VMCI? No, tha

Re: [PATCH] vsock.7: document VSOCK socket address family

2017-12-01 Thread Stefan Hajnoczi
On Thu, Nov 30, 2017 at 01:21:26PM +, Jorgen S. Hansen wrote: > > On Nov 30, 2017, at 12:21 PM, Stefan Hajnoczi wrote: Thanks for the quick review! I forgot to ask you: Is SOCK_DGRAM reliable and in-order over VMCI? > > +.PP > > +Valid socket types are > > +.B SOCK_STREAM > > +and > > +.B S

Re: [PATCH] vsock.7: document VSOCK socket address family

2017-11-30 Thread Jorgen S. Hansen
> On Nov 30, 2017, at 12:21 PM, Stefan Hajnoczi wrote: > > The AF_VSOCK address family has been available since Linux 3.9 without a > corresponding man page. > > This patch adds vsock.7 and describes its use along the same lines as > existing ip.7, unix.7, and netlink.7 man pages. > > CC: Jorg

[PATCH] vsock.7: document VSOCK socket address family

2017-11-30 Thread Stefan Hajnoczi
The AF_VSOCK address family has been available since Linux 3.9 without a corresponding man page. This patch adds vsock.7 and describes its use along the same lines as existing ip.7, unix.7, and netlink.7 man pages. CC: Jorgen Hansen CC: Dexuan Cui Signed-off-by: Stefan Hajnoczi --- man7/vsock