Bug 10427
Summary: | e1000e broke e1000 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Rafael J. Wysocki (rjw) |
Component: | Network | Assignee: | Jesse Brandeburg (jbrandeb) |
Status: | CLOSED WILL_NOT_FIX | ||
Severity: | normal | CC: | bunk, jbrandeb, jeffrey.t.kirsher, mingo |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | head 7180c4c9e09888db0a188f729c96c6d7bd61fa83 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 9832 | ||
Attachments: | fix patch |
Description
Rafael J. Wysocki
2008-04-08 14:27:01 UTC
This bug is invalid, per design users have to switch to e1000e for some of the devices previously supported by e1000. This is _not_ a regression, only a migration problem. Closing. Ingo, please reopen if you see fit. Created attachment 15704 [details]
fix patch
this patch fixes the problem for me.
a "migration problem" that resulted in a non-working networking interface and caused me more than 1 hour of debugging is a very good example of how we define regressions ... Regressions list annotation: Patch : http://bugzilla.kernel.org/attachment.cgi?id=15704&action=view Confirmed to be present in 2.6.25-rc9. References : http://lkml.org/lkml/2008/4/14/46 seems like we should still fix this? Especially after commit d03157babed7424f5391af43200593768ce69c9a the only reasonable action seems to be a resolution as WILL_NOT_FIX. this bug can be closed, the patch suggested won't even work any more because the device ID's were all moved over to e1000e. |