linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ide-cs stack_dump
@ 2003-08-04 14:48 Jani Monoses
  2003-08-04 14:47 ` Russell King
  2003-08-04 23:56 ` Bartlomiej Zolnierkiewicz
  0 siblings, 2 replies; 4+ messages in thread
From: Jani Monoses @ 2003-08-04 14:48 UTC (permalink / raw)
  To: linux-kernel

Hi
as reported by someone earlier this year there's a long stack_dump
starting from kobject_register failed with -17 (EEXISTS) when ide-cs
detects a CF card.
The reason is as I see it that both rescan_partitions and register_disk
are called, both of which in turn call add_partition for all partitions
on the CF card. add_partition calls kobject_register. Also devfs_mk_bdev
is called twice but it only prints an error msg 'could not append...'. I
don't know if that is how things should be called or whether kobjects
for IDE are broken as Alan responded to that earlier post but apart from
this initial stack_dump the card works fine (not eject of course) So is
kobject_register to verbose or calling code should make sure it does not
attempt to register the same object multiple times?

2.6.0-test2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-05  6:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-04 14:48 ide-cs stack_dump Jani Monoses
2003-08-04 14:47 ` Russell King
2003-08-04 23:56 ` Bartlomiej Zolnierkiewicz
2003-08-05  6:44   ` Jani Monoses

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).