Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765161AbXESXh1 (ORCPT ); Sat, 19 May 2007 19:37:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756099AbXESXhO (ORCPT ); Sat, 19 May 2007 19:37:14 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:42688 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760133AbXESXhM (ORCPT ); Sat, 19 May 2007 19:37:12 -0400 Date: Sat, 19 May 2007 16:34:02 -0700 From: Andrew Morton To: "Sasa Ostrouska" Cc: linux-kernel@vger.kernel.org, Jeff Garzik , netdev@vger.kernel.org, Vitaly Bordug Subject: Re: STRANGE ERROR Message-Id: <20070519163402.b087b9d7.akpm@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 2.4.1 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1672 Lines: 47 On Sun, 20 May 2007 00:30:55 +0200 "Sasa Ostrouska" wrote: > Hi everybody, > > I tried today to upgrade the kernel to 2.6.21.1 and i got the same > error during the boot time. > Here is the dmesg of the 2.6.20.2, can somebody tell me what this is ? > > ... > > Marvell 88E1101: Registered new driver > Fixed PHY: Registered new driver > driver_bound: device fixed@100:1 already bound I don't know what caused that one. > Device 'fixed@100:1' does not have a release() function, it is broken > and must be fixed. > BUG: at drivers/base/core.c:104 device_release() > > Call Trace: > [] kobject_cleanup+0x53/0x7e > [] kobject_release+0x0/0x9 > [] kref_put+0x74/0x81 > [] fixed_mdio_register_device+0x230/0x265 > [] fixed_init+0x1f/0x35 > [] init+0x147/0x2fb > [] schedule_tail+0x36/0x92 > [] child_rip+0xa/0x12 > [] acpi_ds_init_one_object+0x0/0x83 > [] init+0x0/0x2fb > [] child_rip+0x0/0x12 This appears to have happened because fixed_mdio_register_device() (or phy_device_create) didn't suitably initialise phy_device.dev. But I don't immediately see why this doesn't affect all phy drivers. Presumably it's the fixed driver which is at fault. Jeff, how is this supposed to work? Thanks. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/