Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757973AbYA3QHc (ORCPT ); Wed, 30 Jan 2008 11:07:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752626AbYA3QHX (ORCPT ); Wed, 30 Jan 2008 11:07:23 -0500 Received: from wr-out-0506.google.com ([64.233.184.238]:45189 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752447AbYA3QHV (ORCPT ); Wed, 30 Jan 2008 11:07:21 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lgJkAHXADvu5jlEdtWy7PVDbZ9uMWmgooqqrusEhD/YHSKYsiq202AYEa/0VNJFpTe1cDwnkBSFddh15Yff6sw/u7rZ5Q2ueFePsxHqPcXrhQWw6Rx1HMmeCK6UHDLzfmepXTCyS2+/dlzMHNA5OyKmXGMCc9eazNSB4nXZbnmA= Message-ID: <653402b90801300807j464020acq90f49e0e3cb35973@mail.gmail.com> Date: Wed, 30 Jan 2008 17:07:19 +0100 From: "Miguel Ojeda" To: "Dave Young" Subject: Re: [WARNING -rc8] at fs/sysfs/dir.c:424 sysfs_add_one(), related with processor (ACPI) Cc: "Andrew Morton" , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <653402b90801210953u71a85f91udce9e382d588af09@mail.gmail.com> <20080123140643.b56ea8eb.akpm@linux-foundation.org> <20080124014436.GA3020@darkstar.te-china.tietoenator.com> <653402b90801240832n4b39ec55gadb0cf193dcfc717@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4407 Lines: 101 On Jan 30, 2008 6:48 AM, Dave Young wrote: > > On Jan 25, 2008 9:27 AM, Dave Young wrote: > > > > On Jan 25, 2008 12:32 AM, Miguel Ojeda wrote: > > > > > > On Jan 24, 2008 2:44 AM, Dave Young wrote: > > > > > > > > On Wed, Jan 23, 2008 at 02:06:43PM -0800, Andrew Morton wrote: > > > > > > On Mon, 21 Jan 2008 18:53:18 +0100 "Miguel Ojeda" wrote: > > > > > > Booting 2.6.24-rc8 I get this: > > > > > > > > > > > > > > > > > > sysfs: duplicate filename 'fan' can not be created > > > > > > WARNING: at fs/sysfs/dir.c:424 sysfs_add_one() > > > > > > Pid: 819, comm: modprobe Not tainted 2.6.24-rc8 #2 > > > > > > [] sysfs_add_one+0x9f/0xe0 > > > > > > [] create_dir+0x48/0x90 > > > > > > [] sysfs_create_dir+0x29/0x50 > > > > > > [] kobject_get+0xf/0x20 > > > > > > [] kobject_add+0x8f/0x1b0 > > > > > > [] kobject_register+0x21/0x50 > > > > > > [] bus_add_driver+0x71/0x1e0 > > > > > > [] acpi_fan_init+0x2f/0x4d [fan] > > > > > > [] sys_init_module+0x126/0x19b0 > > > > > > [] rb_insert_color+0xb7/0xe0 > > > > > > [] acpi_bus_register_driver+0x0/0x38 > > > > > > [] syscall_call+0x7/0xb > > > > > > ======================= > > > > > > kobject_add failed for fan with -EEXIST, don't try to register things > > > > > > with the same name in the same directory. > > > > > > Pid: 819, comm: modprobe Not tainted 2.6.24-rc8 #2 > > > > > > [] kobject_add+0x111/0x1b0 > > > > > > [] kobject_register+0x21/0x50 > > > > > > [] bus_add_driver+0x71/0x1e0 > > > > > > [] acpi_fan_init+0x2f/0x4d [fan] > > > > > > [] sys_init_module+0x126/0x19b0 > > > > > > [] rb_insert_color+0xb7/0xe0 > > > > > > [] acpi_bus_register_driver+0x0/0x38 > > > > > > [] syscall_call+0x7/0xb > > > > > > ======================= > > > > > > processor: exports duplicate symbol acpi_processor_set_thermal_limit > > > > > > (owned by kernel) > > > > > > > > > > > > > > Could apply following debug patch and see the result? > > > > > > > > > > > > diff -upr linux/fs/sysfs/dir.c linux.new/fs/sysfs/dir.c > > > > --- linux/fs/sysfs/dir.c 2008-01-23 09:56:24.000000000 +0800 > > > > +++ linux.new/fs/sysfs/dir.c 2008-01-23 09:59:12.000000000 +0800 > > > > @@ -418,6 +418,8 @@ void sysfs_addrm_start(struct sysfs_addr > > > > */ > > > > int sysfs_add_one(struct sysfs_addrm_cxt *acxt, struct sysfs_dirent *sd) > > > > { > > > > + if (!strcmp(sd->s_name, "fan")) > > > > + dump_stack(); > > > > if (sysfs_find_dirent(acxt->parent_sd, sd->s_name)) { > > > > printk(KERN_WARNING "sysfs: duplicate filename '%s' " > > > > "can not be created\n", sd->s_name); > > > > > > > > > > > > > > Done. The following appears in the new dmesg output. > > > > > > > > > ACPI: Power Button (CM) [PBTN] > > > input: Sleep Button (CM) as /class/input/input2 > > > ACPI: Sleep Button (CM) [SBTN] > > > Pid: 1, comm: swapper Not tainted 2.6.24-rc8 #3 > > > [] sysfs_add_one+0x75/0x100 > > > [] sysfs_addrm_start+0x3f/0xb0 > > > [] create_dir+0x48/0x90 > > > [] sysfs_create_dir+0x29/0x50 > > > [] kobject_get+0xf/0x20 > > > [] kobject_add+0x8f/0x1b0 > > > [] kobject_register+0x21/0x50 > > > [] bus_add_driver+0x71/0x1e0 > > > [] acpi_fan_init+0x2f/0x4d > > > [] kernel_init+0x121/0x300 > > > [] ret_from_fork+0x6/0x1c > > > [] kernel_init+0x0/0x300 > > > [] kernel_init+0x0/0x300 > > > [] kernel_thread_helper+0x7/0x18 > > > ======================= > > > > I'm curious, the "fan" is configured as built-in, why the modprobe be called? > > I guess initrd or your lib/modules need update. > I haven't got any more of those WARN_ON's on 2.6.24, so I suppose it was fixed. -- Miguel Ojeda http://maxextreme.googlepages.com/index.htm -- 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/