Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 207706

Summary: [2.6.24 regression] sis190 interface open fails
Product: Gentoo Linux Reporter: Gabriel Devenyi <ace>
Component: [OLD] Core systemAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED FIXED    
Severity: normal CC: roy
Priority: High Keywords: InVCS
Version: 2007.0   
Hardware: All   
OS: Linux   
URL: http://bugzilla.kernel.org/show_bug.cgi?id=9831
Whiteboard: linux-2.6.24-regression
Package list:
Runtime testing required: ---

Description Gabriel Devenyi 2008-01-27 16:53:10 UTC
Steps to reproduce:
ifconfig eth0 up
eth0: ioctl SIOCSIFFLAGS: Invalid argument

Jan 27 10:52:52 mythbox 0000:00:04.0: Read MAC address from APC.
Jan 27 10:52:52 mythbox 0000:00:04.0: Realtek PHY RTL8201 transceiver at
address 1.
Jan 27 10:52:52 mythbox 0000:00:04.0: Using transceiver at address 1 as
default.
Jan 27 10:52:52 mythbox 0000:00:04.0: SiS 190 PCI Fast Ethernet adapter at
f8938000 (IRQ: 20), 00:00:00:00:00:00
Jan 27 10:52:52 mythbox eth0: RGMII mode.
Jan 27 10:52:52 mythbox eth0: Enabling Auto-negotiation.
Jan 27 10:52:52 mythbox dhcpcd[2427]: eth0: dhcpcd 3.2.0 starting
Jan 27 10:52:52 mythbox dhcpcd[2427]: eth0: ioctl SIOCSIFFLAGS: Invalid
argument
Jan 27 10:52:52 mythbox dhcpcd[2427]: segfault at 00000018 eip 0804a0ce esp
bfd127d0 error 4

See http://bugzilla.kernel.org/show_bug.cgi?id=9831 for kernel report
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2008-01-27 18:28:37 UTC
Thanks, will track the upstream bug

Roy, there also seems to be a dhcpcd-3.2.0 bug here, I wouldn't expect it to segfault when ifup fails.
Comment 2 Roy Marples 2008-01-27 18:40:29 UTC
(In reply to comment #1)
> Roy, there also seems to be a dhcpcd-3.2.0 bug here, I wouldn't expect it to
> segfault when ifup fails.

Fixed, thanks.
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2008-02-24 23:29:23 UTC
fixed upstream, patch queued
Comment 4 Daniel Drake (RETIRED) gentoo-dev 2008-02-26 17:11:09 UTC
Fixed in genpatches-2.6.24-4 (gentoo-sources-2.6.24-r3), thanks!
Comment 5 Gabriel Devenyi 2008-02-26 18:17:50 UTC
Thanks.