From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932411AbWGLEQt (ORCPT ); Wed, 12 Jul 2006 00:16:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932412AbWGLEQs (ORCPT ); Wed, 12 Jul 2006 00:16:48 -0400 Received: from mx1.redhat.com ([66.187.233.31]:41888 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S932411AbWGLEQs (ORCPT ); Wed, 12 Jul 2006 00:16:48 -0400 Date: Wed, 12 Jul 2006 00:16:43 -0400 From: Dave Jones To: Linux Kernel Cc: fedora@adslpipe.co.uk Subject: strange kobject messages in .18rc1git3 Message-ID: <20060712041642.GG32707@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , fedora@adslpipe.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Here's an odd suspend/resume regression reported by a Fedora user. (Andy Cc'd) hub 4-0:1.0: resuming ac97 1-1:unknown codec: resuming usb 2-2: resuming hci_usb 2-2:1.0: resuming hci_usb 2-2:1.1: resuming platform bluetooth: resuming ACPI Exception (acpi_bus-0071): AE_NOT_FOUND, No context for object [c1deb4a4] [20060623] Restarting tasks...<6>usb 2-2: USB disconnect, address 2 PM: Removing info for No Bus:usbdev2.2_ep81 PM: Removing info for No Bus:usbdev2.2_ep02 PM: Removing info for No Bus:usbdev2.2_ep82 PM: Removing info for No Bus:hci0 done Thawing cpus ... kobject_add failed for vcs63 with -EEXIST, don't try to register things with the same name in the same directory. [] show_trace_log_lvl+0x54/0xfd [] show_trace+0xd/0x10 [] dump_stack+0x19/0x1b [] kobject_add+0x174/0x19a [] class_device_add+0x99/0x3e6 [] class_device_register+0x12/0x15 [] class_device_create+0x82/0xa5 [] vcs_make_devfs+0x25/0x53 [] con_open+0x72/0x80 [] tty_open+0x186/0x308 [] chrdev_open+0x16f/0x1c7 [] __dentry_open+0xc8/0x1ab [] nameidata_to_filp+0x1c/0x2e [] do_filp_open+0x2e/0x35 [] do_sys_open+0x40/0xb5 [] sys_open+0x16/0x18 [] syscall_call+0x7/0xb kobject_add failed for vcsa63 with -EEXIST, don't try to register things with the same name in the same directory. [] show_trace_log_lvl+0x54/0xfd [] show_trace+0xd/0x10 [] dump_stack+0x19/0x1b [] kobject_add+0x174/0x19a [] class_device_add+0x99/0x3e6 [] class_device_register+0x12/0x15 [] class_device_create+0x82/0xa5 [] vcs_make_devfs+0x4b/0x53 [] con_open+0x72/0x80 [] tty_open+0x186/0x308 [] chrdev_open+0x16f/0x1c7 [] __dentry_open+0xc8/0x1ab [] nameidata_to_filp+0x1c/0x2e [] do_filp_open+0x2e/0x35 [] do_sys_open+0x40/0xb5 [] sys_open+0x16/0x18 [] syscall_call+0x7/0xb -- http://www.codemonkey.org.uk