netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [Bugme-new] [Bug 26632] New: rtl8169 slow to come up and not allowing telnetd-ssl negotiation
       [not found] <bug-26632-10286@https.bugzilla.kernel.org/>
@ 2011-01-19 22:59 ` Andrew Morton
  2011-01-20  0:12   ` Jan Engelhardt
  2011-01-20  0:27   ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Morton @ 2011-01-19 22:59 UTC (permalink / raw)
  To: netdev, Jan Engelhardt; +Cc: bugzilla-daemon, bugme-daemon, arthur.marsh


(switched to email.  Please respond via emailed reply-to-all, not via the
bugzilla web interface).

On Thu, 13 Jan 2011 09:53:26 GMT
bugzilla-daemon@bugzilla.kernel.org wrote:

> https://bugzilla.kernel.org/show_bug.cgi?id=26632
> 
>            Summary: rtl8169 slow to come up and not allowing telnetd-ssl
>                     negotiation
>            Product: Drivers
>            Version: 2.5
>     Kernel Version: 2.6.37-git9
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: high
>           Priority: P1
>          Component: Network
>         AssignedTo: drivers_network@kernel-bugs.osdl.org
>         ReportedBy: arthur.marsh@internode.on.net
>                 CC: arthur.marsh@internode.on.net
>         Regression: Yes
> 
> 
> I have an ASUS M3A78 Pro motherboard (AMD64, RS780 chipset) with onboard
> Realtek 8169. Normally the ethernet connection comes up quickly, including with
> kernel 2.6.37-git7. With kernel 2.6.37-git9, I get the following in dmesg:
> 
> $ dmesg|grep eth0
> [    0.878911] r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc9000007a000,
> 00:23:54:5e:5d:d5, XID 1c4000c0 IRQ 40
> [   11.156602] r8169 0000:02:00.0: eth0: link down
> [   11.156639] r8169 0000:02:00.0: eth0: link down
> [   11.157333] ADDRCONF(NETDEV_UP): eth0: link is not ready
> [   12.780948] r8169 0000:02:00.0: eth0: link up
> [   12.783051] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> 
> At this stage I can connect to the internet with HTTP/HTTPS but a telnet-ssl
> <address-of-this-machine> or telnet-ssl from another machine to this one fails
> at the telnet negotiation stage. telnet-ssl from this machine to another works.
> 

This regression was bisected to

0ab03c2b1478f2438d2c80204f7fef65b1bca9cf is the first bad commit
commit 0ab03c2b1478f2438d2c80204f7fef65b1bca9cf
Author: Jan Engelhardt <jengelh@medozas.de>
Date:   Fri Jan 7 03:15:05 2011 +0000

    netlink: test for all flags of the NLM_F_DUMP composite



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

* Re: [Bugme-new] [Bug 26632] New: rtl8169 slow to come up and not allowing telnetd-ssl negotiation
  2011-01-19 22:59 ` [Bugme-new] [Bug 26632] New: rtl8169 slow to come up and not allowing telnetd-ssl negotiation Andrew Morton
@ 2011-01-20  0:12   ` Jan Engelhardt
  2011-01-20  0:27   ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-01-20  0:12 UTC (permalink / raw)
  To: Andrew Morton; +Cc: netdev, bugzilla-daemon, bugme-daemon, arthur.marsh

On Wednesday 2011-01-19 23:59, Andrew Morton wrote:

>(switched to email.  Please respond via emailed reply-to-all, not via the
>bugzilla web interface).
>
>On Thu, 13 Jan 2011 09:53:26 GMT
>bugzilla-daemon@bugzilla.kernel.org wrote:
>
>> https://bugzilla.kernel.org/show_bug.cgi?id=26632
>> 
>>            Summary: rtl8169 slow to come up and not allowing telnetd-ssl
>>                     negotiation
>
>This regression was bisected to
>
>0ab03c2b1478f2438d2c80204f7fef65b1bca9cf is the first bad commit
>    netlink: test for all flags of the NLM_F_DUMP composite

Adressed by dave/net-next-2.6 b8f3ab4290f1e720166e888ea2a1d1d44c4d15dd 
for now while it is being figured out what to really do.


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

* Re: [Bugme-new] [Bug 26632] New: rtl8169 slow to come up and not allowing telnetd-ssl negotiation
  2011-01-19 22:59 ` [Bugme-new] [Bug 26632] New: rtl8169 slow to come up and not allowing telnetd-ssl negotiation Andrew Morton
  2011-01-20  0:12   ` Jan Engelhardt
@ 2011-01-20  0:27   ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2011-01-20  0:27 UTC (permalink / raw)
  To: akpm; +Cc: netdev, jengelh, bugzilla-daemon, bugme-daemon, arthur.marsh

From: Andrew Morton <akpm@linux-foundation.org>
Date: Wed, 19 Jan 2011 14:59:04 -0800

> This regression was bisected to
> 
> 0ab03c2b1478f2438d2c80204f7fef65b1bca9cf is the first bad commit
> commit 0ab03c2b1478f2438d2c80204f7fef65b1bca9cf
> Author: Jan Engelhardt <jengelh@medozas.de>
> Date:   Fri Jan 7 03:15:05 2011 +0000
> 
>     netlink: test for all flags of the NLM_F_DUMP composite

Which is being reverted.

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

end of thread, other threads:[~2011-01-20  0:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-26632-10286@https.bugzilla.kernel.org/>
2011-01-19 22:59 ` [Bugme-new] [Bug 26632] New: rtl8169 slow to come up and not allowing telnetd-ssl negotiation Andrew Morton
2011-01-20  0:12   ` Jan Engelhardt
2011-01-20  0:27   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).