All of lore.kernel.org
 help / color / mirror / Atom feed
* [bisected] no traffic on ssl vpn with 3.19rc1 - 3.19rc3
@ 2015-01-07 19:10 Billy Shuman
  2015-01-08 13:22 ` Marcelo Ricardo Leitner
  2015-01-08 20:57 ` Herbert Xu
  0 siblings, 2 replies; 5+ messages in thread
From: Billy Shuman @ 2015-01-07 19:10 UTC (permalink / raw)
  To: netdev

Hi,

Since 3.19rc1 I get 100% packet loss through SSL vpn.  I bisected with
the following result:

0b46d0ee9c240c7430a47e9b0365674d4a04522 is the first bad commit
commit e0b46d0ee9c240c7430a47e9b0365674d4a04522
Author: Herbert Xu <herbert@gondor.apana.org.au>
Date:   Fri Nov 7 21:22:23 2014 +0800

    tun: Use iovec iterators

    This patch removes the use of skb_copy_datagram_const_iovec in
    favour of the iovec iterator-based skb_copy_datagram_iter.


https://bugzilla.kernel.org/show_bug.cgi?id=90901


Thanks,
Billy Shuman

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bisected] no traffic on ssl vpn with 3.19rc1 - 3.19rc3
  2015-01-07 19:10 [bisected] no traffic on ssl vpn with 3.19rc1 - 3.19rc3 Billy Shuman
@ 2015-01-08 13:22 ` Marcelo Ricardo Leitner
  2015-01-08 20:57 ` Herbert Xu
  1 sibling, 0 replies; 5+ messages in thread
From: Marcelo Ricardo Leitner @ 2015-01-08 13:22 UTC (permalink / raw)
  To: Billy Shuman, netdev; +Cc: herbert

On 07-01-2015 17:10, Billy Shuman wrote:
> Hi,
>
> Since 3.19rc1 I get 100% packet loss through SSL vpn.  I bisected with
> the following result:
>
> 0b46d0ee9c240c7430a47e9b0365674d4a04522 is the first bad commit
> commit e0b46d0ee9c240c7430a47e9b0365674d4a04522
> Author: Herbert Xu <herbert@gondor.apana.org.au>
> Date:   Fri Nov 7 21:22:23 2014 +0800
>
>      tun: Use iovec iterators
>
>      This patch removes the use of skb_copy_datagram_const_iovec in
>      favour of the iovec iterator-based skb_copy_datagram_iter.
>
>
> https://bugzilla.kernel.org/show_bug.cgi?id=90901

Interesting. Similar effect that I had but your version has the fix already.
http://article.gmane.org/gmane.linux.network/340700

   Marcelo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bisected] no traffic on ssl vpn with 3.19rc1 - 3.19rc3
  2015-01-07 19:10 [bisected] no traffic on ssl vpn with 3.19rc1 - 3.19rc3 Billy Shuman
  2015-01-08 13:22 ` Marcelo Ricardo Leitner
@ 2015-01-08 20:57 ` Herbert Xu
  2015-01-09 13:13   ` Billy Shuman
  1 sibling, 1 reply; 5+ messages in thread
From: Herbert Xu @ 2015-01-08 20:57 UTC (permalink / raw)
  To: Billy Shuman; +Cc: netdev

Billy Shuman <wshuman3@gmail.com> wrote:
> 
> Since 3.19rc1 I get 100% packet loss through SSL vpn.  I bisected with
> the following result:
> 
> 0b46d0ee9c240c7430a47e9b0365674d4a04522 is the first bad commit
> commit e0b46d0ee9c240c7430a47e9b0365674d4a04522
> Author: Herbert Xu <herbert@gondor.apana.org.au>
> Date:   Fri Nov 7 21:22:23 2014 +0800
> 
>    tun: Use iovec iterators
> 
>    This patch removes the use of skb_copy_datagram_const_iovec in
>    favour of the iovec iterator-based skb_copy_datagram_iter.
> 
> 
> https://bugzilla.kernel.org/show_bug.cgi?id=90901

This changeset is known to be buggy.  However it was fixed ages
ago by changeset 8c847d254146d32c86574a1b16923ff91bb784dd.

So please test that changeset to see if it works for you.  If it
does, then please do your bisection between that and the current
top of tree.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bisected] no traffic on ssl vpn with 3.19rc1 - 3.19rc3
  2015-01-08 20:57 ` Herbert Xu
@ 2015-01-09 13:13   ` Billy Shuman
  2015-01-22 13:43     ` Billy Shuman
  0 siblings, 1 reply; 5+ messages in thread
From: Billy Shuman @ 2015-01-09 13:13 UTC (permalink / raw)
  To: Herbert Xu; +Cc: netdev

Changeset 8c847d254146d32c86574a1b16923ff91bb784dd did not resolve the
issue for me.

Should I target any other specific changesets?

Thanks,
Billy
William Shuman
Tel: 260-316-9300
Email: wshuman3@gmail.com


On Thu, Jan 8, 2015 at 3:57 PM, Herbert Xu <herbert@gondor.apana.org.au> wrote:
> Billy Shuman <wshuman3@gmail.com> wrote:
>>
>> Since 3.19rc1 I get 100% packet loss through SSL vpn.  I bisected with
>> the following result:
>>
>> 0b46d0ee9c240c7430a47e9b0365674d4a04522 is the first bad commit
>> commit e0b46d0ee9c240c7430a47e9b0365674d4a04522
>> Author: Herbert Xu <herbert@gondor.apana.org.au>
>> Date:   Fri Nov 7 21:22:23 2014 +0800
>>
>>    tun: Use iovec iterators
>>
>>    This patch removes the use of skb_copy_datagram_const_iovec in
>>    favour of the iovec iterator-based skb_copy_datagram_iter.
>>
>>
>> https://bugzilla.kernel.org/show_bug.cgi?id=90901
>
> This changeset is known to be buggy.  However it was fixed ages
> ago by changeset 8c847d254146d32c86574a1b16923ff91bb784dd.
>
> So please test that changeset to see if it works for you.  If it
> does, then please do your bisection between that and the current
> top of tree.
>
> Thanks,
> --
> Email: Herbert Xu <herbert@gondor.apana.org.au>
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bisected] no traffic on ssl vpn with 3.19rc1 - 3.19rc3
  2015-01-09 13:13   ` Billy Shuman
@ 2015-01-22 13:43     ` Billy Shuman
  0 siblings, 0 replies; 5+ messages in thread
From: Billy Shuman @ 2015-01-22 13:43 UTC (permalink / raw)
  To: Herbert Xu; +Cc: netdev

This patch from net-next ended up resolving my issue:

>From 957f094f221f81e457133b1f4c4d95ffa49ff731 Mon Sep 17 00:00:00 2001
From: Alex Gartrell <agartrell@fb.com>
Date: Thu, 25 Dec 2014 23:22:49 -0800
Subject: tun: return proper error code from tun_do_read

Instead of -1 with EAGAIN, read on a O_NONBLOCK tun fd will return 0.  This
fixes this by properly returning the error code from __skb_recv_datagram.

On Fri, Jan 9, 2015 at 8:13 AM, Billy Shuman <wshuman3@gmail.com> wrote:
> Changeset 8c847d254146d32c86574a1b16923ff91bb784dd did not resolve the
> issue for me.
>
> Should I target any other specific changesets?
>
> Thanks,
> Billy
> William Shuman
> Tel: 260-316-9300
> Email: wshuman3@gmail.com
>
>
> On Thu, Jan 8, 2015 at 3:57 PM, Herbert Xu <herbert@gondor.apana.org.au> wrote:
>> Billy Shuman <wshuman3@gmail.com> wrote:
>>>
>>> Since 3.19rc1 I get 100% packet loss through SSL vpn.  I bisected with
>>> the following result:
>>>
>>> 0b46d0ee9c240c7430a47e9b0365674d4a04522 is the first bad commit
>>> commit e0b46d0ee9c240c7430a47e9b0365674d4a04522
>>> Author: Herbert Xu <herbert@gondor.apana.org.au>
>>> Date:   Fri Nov 7 21:22:23 2014 +0800
>>>
>>>    tun: Use iovec iterators
>>>
>>>    This patch removes the use of skb_copy_datagram_const_iovec in
>>>    favour of the iovec iterator-based skb_copy_datagram_iter.
>>>
>>>
>>> https://bugzilla.kernel.org/show_bug.cgi?id=90901
>>
>> This changeset is known to be buggy.  However it was fixed ages
>> ago by changeset 8c847d254146d32c86574a1b16923ff91bb784dd.
>>
>> So please test that changeset to see if it works for you.  If it
>> does, then please do your bisection between that and the current
>> top of tree.
>>
>> Thanks,
>> --
>> Email: Herbert Xu <herbert@gondor.apana.org.au>
>> Home Page: http://gondor.apana.org.au/~herbert/
>> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-22 13:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-07 19:10 [bisected] no traffic on ssl vpn with 3.19rc1 - 3.19rc3 Billy Shuman
2015-01-08 13:22 ` Marcelo Ricardo Leitner
2015-01-08 20:57 ` Herbert Xu
2015-01-09 13:13   ` Billy Shuman
2015-01-22 13:43     ` Billy Shuman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.