Re: [Devel] [PATCH rh7 v2] netlink: Don't manipulate @sk_peek_off if data fetching failed

2017-03-31 Thread Andrey Vagin
On Mon, Mar 27, 2017 at 03:39:40PM +0300, Konstantin Khorenko wrote: > Andrey, are you going to send your patch to mainstream? > (Kirill's patch is based on your patch, AFAIK) > > commit 523b88d0b87acbc7af9ae1677e993ed20f55dc5e > Author: Andrey Vagin > Date: Fri Jun 17

Re: [Devel] [PATCH rh7 v2] netlink: Don't manipulate @sk_peek_off if data fetching failed

2017-03-27 Thread Konstantin Khorenko
Andrey, are you going to send your patch to mainstream? (Kirill's patch is based on your patch, AFAIK) commit 523b88d0b87acbc7af9ae1677e993ed20f55dc5e Author: Andrey Vagin Date: Fri Jun 17 14:27:30 2016 +0400 netlink: allow to set peeking offset for sockets -- Best

Re: [Devel] [PATCH rh7 v2] netlink: Don't manipulate @sk_peek_off if data fetching failed

2017-03-21 Thread Andrey Vagin
Acked-by: Andrey Vagin On Fri, Dec 23, 2016 at 10:19:01AM +0300, Cyrill Gorcunov wrote: > On Fri, Dec 23, 2016 at 09:59:28AM +0300, Cyrill Gorcunov wrote: > > On Thu, Dec 22, 2016 at 04:45:10PM -0800, Andrey Vagin wrote: > > > > > > Actually, this patch breaks the old

Re: [Devel] [PATCH rh7 v2] netlink: Don't manipulate @sk_peek_off if data fetching failed

2017-02-06 Thread Cyrill Gorcunov
On Mon, Feb 06, 2017 at 03:58:52PM +0300, Konstantin Khorenko wrote: > So, what is the result of discussion here? > > -- > Best regards, > > Konstantin Khorenko, > Virtuozzo Linux Kernel Team > > On 12/23/2016 10:19 AM, Cyrill Gorcunov wrote: > > On Fri, Dec 23, 2016 at 09:59:28AM +0300, Cyrill

Re: [Devel] [PATCH rh7 v2] netlink: Don't manipulate @sk_peek_off if data fetching failed

2017-02-06 Thread Konstantin Khorenko
So, what is the result of discussion here? -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 12/23/2016 10:19 AM, Cyrill Gorcunov wrote: On Fri, Dec 23, 2016 at 09:59:28AM +0300, Cyrill Gorcunov wrote: On Thu, Dec 22, 2016 at 04:45:10PM -0800, Andrey Vagin wrote:

[Devel] [PATCH rh7 v2] netlink: Don't manipulate @sk_peek_off if data fetching failed

2016-12-22 Thread Cyrill Gorcunov
On Fri, Dec 23, 2016 at 09:59:28AM +0300, Cyrill Gorcunov wrote: > On Thu, Dec 22, 2016 at 04:45:10PM -0800, Andrey Vagin wrote: > > > > Actually, this patch breaks the old behaviour even when MSG_PEEK isn't set. > > > > I was thinking a bit more and I don't understand why it is a problem. If >