Displaying 6 results from an estimated 6 matches for "1831400".
2019 Oct 11
2
[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports
...ce we want to have the same behaviour across all transports, this
> > series adds a section in the "Implementation notes" to exaplain this
> > behaviour, and changes the vhost_transport to behave the same way.
> >
> > [1] https://patchwork.ozlabs.org/cover/847998/#1831400
>
> Half closed sockets are very useful, and lots of
> applications use tricks to swap a vsock for a tcp socket,
> which might as a result break.
Got it!
>
> If VMCI really cares it can implement an ioctl to
> allow applications to detect that half closed sockets aren't...
2019 Oct 11
2
[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports
...ce we want to have the same behaviour across all transports, this
> > series adds a section in the "Implementation notes" to exaplain this
> > behaviour, and changes the vhost_transport to behave the same way.
> >
> > [1] https://patchwork.ozlabs.org/cover/847998/#1831400
>
> Half closed sockets are very useful, and lots of
> applications use tricks to swap a vsock for a tcp socket,
> which might as a result break.
Got it!
>
> If VMCI really cares it can implement an ioctl to
> allow applications to detect that half closed sockets aren't...
2019 Oct 11
6
[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports
...due to the implementation of VMCI.
Since we want to have the same behaviour across all transports, this
series adds a section in the "Implementation notes" to exaplain this
behaviour, and changes the vhost_transport to behave the same way.
[1] https://patchwork.ozlabs.org/cover/847998/#1831400
Stefano Garzarella (2):
vsock: add half-closed socket details in the implementation notes
vhost/vsock: don't allow half-closed socket in the host
drivers/vhost/vsock.c | 17 ++++++++++++++++-
net/vmw_vsock/af_vsock.c | 4 ++++
2 files changed, 20 insertions(+), 1 deletion(-)
--
2.2...
2019 Oct 11
6
[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports
...due to the implementation of VMCI.
Since we want to have the same behaviour across all transports, this
series adds a section in the "Implementation notes" to exaplain this
behaviour, and changes the vhost_transport to behave the same way.
[1] https://patchwork.ozlabs.org/cover/847998/#1831400
Stefano Garzarella (2):
vsock: add half-closed socket details in the implementation notes
vhost/vsock: don't allow half-closed socket in the host
drivers/vhost/vsock.c | 17 ++++++++++++++++-
net/vmw_vsock/af_vsock.c | 4 ++++
2 files changed, 20 insertions(+), 1 deletion(-)
--
2.2...
2019 Oct 11
0
[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports
...VMCI.
>
> Since we want to have the same behaviour across all transports, this
> series adds a section in the "Implementation notes" to exaplain this
> behaviour, and changes the vhost_transport to behave the same way.
>
> [1] https://patchwork.ozlabs.org/cover/847998/#1831400
Half closed sockets are very useful, and lots of
applications use tricks to swap a vsock for a tcp socket,
which might as a result break.
If VMCI really cares it can implement an ioctl to
allow applications to detect that half closed sockets aren't supported.
It does not look like VMCI wants...
2019 Oct 12
0
[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports
...he same behaviour across all transports, this
> > > series adds a section in the "Implementation notes" to exaplain this
> > > behaviour, and changes the vhost_transport to behave the same way.
> > >
> > > [1] https://patchwork.ozlabs.org/cover/847998/#1831400
> >
> > Half closed sockets are very useful, and lots of
> > applications use tricks to swap a vsock for a tcp socket,
> > which might as a result break.
>
> Got it!
>
> >
> > If VMCI really cares it can implement an ioctl to
> > allow applicat...