* strange kobject messages in .18rc1git3
@ 2006-07-12 4:16 Dave Jones
2006-07-13 21:22 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2006-07-12 4:16 UTC (permalink / raw)
To: Linux Kernel; +Cc: fedora
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.
[<c0405167>] show_trace_log_lvl+0x54/0xfd
[<c040571e>] show_trace+0xd/0x10
[<c040583d>] dump_stack+0x19/0x1b
[<c04e3ab6>] kobject_add+0x174/0x19a
[<c05505ff>] class_device_add+0x99/0x3e6
[<c055095e>] class_device_register+0x12/0x15
[<c05509e3>] class_device_create+0x82/0xa5
[<c0534e91>] vcs_make_devfs+0x25/0x53
[<c0539d46>] con_open+0x72/0x80
[<c05304af>] tty_open+0x186/0x308
[<c04799a9>] chrdev_open+0x16f/0x1c7
[<c047028a>] __dentry_open+0xc8/0x1ab
[<c04703db>] nameidata_to_filp+0x1c/0x2e
[<c047041b>] do_filp_open+0x2e/0x35
[<c0470462>] do_sys_open+0x40/0xb5
[<c0470503>] sys_open+0x16/0x18
[<c0403f2f>] 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.
[<c0405167>] show_trace_log_lvl+0x54/0xfd
[<c040571e>] show_trace+0xd/0x10
[<c040583d>] dump_stack+0x19/0x1b
[<c04e3ab6>] kobject_add+0x174/0x19a
[<c05505ff>] class_device_add+0x99/0x3e6
[<c055095e>] class_device_register+0x12/0x15
[<c05509e3>] class_device_create+0x82/0xa5
[<c0534eb7>] vcs_make_devfs+0x4b/0x53
[<c0539d46>] con_open+0x72/0x80
[<c05304af>] tty_open+0x186/0x308
[<c04799a9>] chrdev_open+0x16f/0x1c7
[<c047028a>] __dentry_open+0xc8/0x1ab
[<c04703db>] nameidata_to_filp+0x1c/0x2e
[<c047041b>] do_filp_open+0x2e/0x35
[<c0470462>] do_sys_open+0x40/0xb5
[<c0470503>] sys_open+0x16/0x18
[<c0403f2f>] syscall_call+0x7/0xb
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: strange kobject messages in .18rc1git3
2006-07-12 4:16 strange kobject messages in .18rc1git3 Dave Jones
@ 2006-07-13 21:22 ` Greg KH
2006-07-14 23:56 ` Andy Burns
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2006-07-13 21:22 UTC (permalink / raw)
To: Dave Jones, Linux Kernel, fedora
On Wed, Jul 12, 2006 at 12:16:43AM -0400, Dave Jones wrote:
> 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.
Does the machine work properly after this message?
Looks like some bad issues with the console core :(
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: strange kobject messages in .18rc1git3
2006-07-13 21:22 ` Greg KH
@ 2006-07-14 23:56 ` Andy Burns
0 siblings, 0 replies; 3+ messages in thread
From: Andy Burns @ 2006-07-14 23:56 UTC (permalink / raw)
To: Greg KH; +Cc: Dave Jones, Linux Kernel
Greg KH wrote:
> Dave Jones wrote:
>>
>> kobject_add failed for vcs63 with -EEXIST, don't try to register things with the
>> same name in the same directory.
>
> Does the machine work properly after this message?
yes, resumes ok and runs with no apparent problems
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-14 23:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-12 4:16 strange kobject messages in .18rc1git3 Dave Jones
2006-07-13 21:22 ` Greg KH
2006-07-14 23:56 ` Andy Burns
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox