From: Ben Hutchings on
On Sun, 2010-01-10 at 23:27 +0100, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of recent regressions.
>
> The following bug entry is on the current list of known regressions
> from 2.6.32. Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14791
> Subject : Something has been broken in the network stack this week
> Submitter : Delete This Account <speedyboyinovator(a)hotmail.com>
> Date : 2009-12-12 13:06 (30 days old)

You can mark this as Handled-by me, but I'm waiting for someone
(anyone!) to verify that this can be solved by reverting changes to this
driver made by commit 37e8273cd30592d3a82bcb70cbb1bdc4eaeb6b71. The
submitter has disappeared.

The patch is trivial:

--- a/drivers/net/usb/cdc_ether.c
+++ b/drivers/net/usb/cdc_ether.c
@@ -419,7 +419,7 @@

static const struct driver_info cdc_info = {
.description = "CDC Ethernet Device",
- .flags = FLAG_ETHER | FLAG_LINK_INTR,
+ .flags = FLAG_ETHER,
// .check_connect = cdc_check_connect,
.bind = cdc_bind,
.unbind = usbnet_cdc_unbind,
--- END ---

Ben.

--
Ben Hutchings
The generation of random numbers is too important to be left to chance.
- Robert Coveyou
From: Ben Hutchings on
On Sun, 2010-01-24 at 22:54 +0100, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of recent regressions.
>
> The following bug entry is on the current list of known regressions
> from 2.6.32. Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14791
> Subject : Something has been broken in the network stack this week
> Submitter : Delete This Account <speedyboyinovator(a)hotmail.com>
> Date : 2009-12-12 13:06 (44 days old)
> Handled-By : Ben Hutchings <ben(a)decadent.org.uk>
> Patch : http://patchwork.kernel.org/patch/72073/

This should still be listed; I am still waiting for someone to test the
proposed patch.

Ben.

--
Ben Hutchings
Any smoothly functioning technology is indistinguishable from a rigged demo..
From: Ben Hutchings on
On Mon, 2010-02-01 at 01:19 +0100, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of recent regressions.
>
> The following bug entry is on the current list of known regressions
> from 2.6.32. Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14791
> Subject : Something has been broken in the network stack this week
> Submitter : Delete This Account <speedyboyinovator(a)hotmail.com>
> Date : 2009-12-12 13:06 (51 days old)
> Handled-By : Ben Hutchings <ben(a)decadent.org.uk>
> Patch : http://patchwork.kernel.org/patch/72073/

Dave has accepted the patch but hasn't pushed it out yet. I expect that
it will be in 2.6.33-rc7.

Ben.

--
Ben Hutchings
Unix is many things to many people,
but it's never been everything to anybody.