Bug 15466
Summary: | 2.6.33 dies on modprobe | ||
---|---|---|---|
Product: | Drivers | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | CLOSED INVALID | ||
Severity: | normal | CC: | jbarnes, kernel, maciej.rutecki, randy.dunlap, rjw, yachor |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.33 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 14885 |
Description
Maciej Rutecki
2010-03-07 09:45:21 UTC
Looks like a crash in a networking driver? At least init_nic occurs in the first backtrace... probably not. From lkml:
>I don't think it's forcedeth. forcedeth just happens to be the first
>module that get's loaded in startup. It crashes with any other module
>too (I tried ohci_hcd).
Handled-By : Américo Wang <xiyou.wangcong@gmail.com> I've got similar problems with 2.6.33.3 kernel. It went away when using plain old GNU ld instead of GNU gold. So if you see something like: $ ld -version GNU gold (GNU Binutils for Debian 2.20.51-system.20100418) 1.9 It may be the problem. Probably the same problem: https://bugzilla.kernel.org/show_bug.cgi?id=15392 Same here. I also have GNU gold utils: GNU gold (GNU Binutils for Debian 2.20.1-system.20100303) 1.9 I'll try with standard GNU-utils as soon as I have some time to do so. The kernel works fine if linked with the standard GNU-ld instead of gold-ld. Ok, thanks for the update. Sounds like a bug in either gold or the kernel's linker scripts somehow. |