Bug 13639

Summary: tun regression
Product: Networking Reporter: Alessandro Guido (ag)
Component: OtherAssignee: Arnaldo Carvalho de Melo (acme)
Status: CLOSED DUPLICATE    
Severity: normal CC: rjw
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.31-rc1 Subsystem:
Regression: Yes Bisected commit-id:

Description Alessandro Guido 2009-06-27 22:23:04 UTC
ssh doesn't work with OpenVPN anymore but ping does.

I've bisected it down to

Commit d55d87fdff8252d0e2f7c28c2d443aee17e9d70f
net: Move rx skb_orphan call to where needed
Comment 1 Anonymous Emailer 2009-06-28 20:32:15 UTC
Reply-To: acme@redhat.com

Em Sat, Jun 27, 2009 at 10:23:04PM +0000, bugzilla-daemon@bugzilla.kernel.org escreveu:
> http://bugzilla.kernel.org/show_bug.cgi?id=13639
> 
>            Summary: tun regression
>            Product: Networking
>            Version: 2.5
>     Kernel Version: 2.6.31-rc1
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: Other
>         AssignedTo: acme@ghostprotocols.net
>         ReportedBy: alessandro.guido@gmail.com
>         Regression: Yes
> 
> 
> ssh doesn't work with OpenVPN anymore but ping does.
> 
> I've bisected it down to
> 
> Commit d55d87fdff8252d0e2f7c28c2d443aee17e9d70f
> net: Move rx skb_orphan call to where needed

DNS as well doesn't work here, only ping, reverted the above cset and
got it working again (vpnc here).

- Arnaldo
Comment 2 Herbert Xu 2009-06-29 00:49:59 UTC
On Sun, Jun 28, 2009 at 05:32:08PM -0300, Arnaldo Carvalho de Melo wrote:
> 
> DNS as well doesn't work here, only ping, reverted the above cset and
> got it working again (vpnc here).

This is a dup of bug 13627 which is already fixed.

Cheers,
Comment 3 Anonymous Emailer 2009-06-29 02:34:26 UTC
Reply-To: acme@redhat.com

Em Mon, Jun 29, 2009 at 08:49:42AM +0800, Herbert Xu escreveu:
> On Sun, Jun 28, 2009 at 05:32:08PM -0300, Arnaldo Carvalho de Melo wrote:
> > 
> > DNS as well doesn't work here, only ping, reverted the above cset and
> > got it working again (vpnc here).
> 
> This is a dup of bug 13627 which is already fixed.

OK, its just that I'm not using net-2.6.git, must then wait for next time
Linus pulls it.

- Arnaldo
Comment 4 Alessandro Guido 2009-06-29 06:41:26 UTC
Confirmed fixed with latest Linus' tree.
Thanks.

*** This bug has been marked as a duplicate of bug 13627 ***