public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Fw: [BUG] 2.6.17-rc1: SCSI kobject_add problems
@ 2006-04-08  0:14 Andrew Morton
  2006-04-24 15:07 ` Michael Reed
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2006-04-08  0:14 UTC (permalink / raw)
  To: Andrew Vasquez; +Cc: linux-scsi, rct



Begin forwarded message:

Date: Fri, 7 Apr 2006 13:31:05 -0500 (CDT)
From: rct@gherkin.frus.com (Bob Tracy)
To: linux-kernel@vger.kernel.org
Subject: [BUG] 2.6.17-rc1: SCSI kobject_add problems


System is a DEC Alpha 433au with two SCSI disks.  SCSI controller is a
QLA1040 supported by the qla1280 driver.  Runs 2.6.16 fine.  Tried
booting 2.6.17-rc1 and got

kobject_add failed for 0:0: with -EEXIST, don't try to register things with the same name in the same directory

and a fairly long trace output when the system attempted to add sdb.
Not surprisingly, sdb was inaccessible.

Normally (for 2.6.16 anyway), the following relationship exists:

sd 0:0:0:0	sda
sd 0:0:1:0	sdb

More information *might* be available if needed, but will have to be
transcribed by hand.  My /usr partition is on sdb, so I don't get very
far with 2.6.17-rc1 on Alpha :-).  The problem is probably specific to
the qla1280 or the Alpha, as I have a x86 Adaptec SCSI-based system
with multiple spindles that works fine with 2.6.17-rc1.

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------
-
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/

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

* Re: Fw: [BUG] 2.6.17-rc1: SCSI kobject_add problems
  2006-04-08  0:14 Fw: [BUG] 2.6.17-rc1: SCSI kobject_add problems Andrew Morton
@ 2006-04-24 15:07 ` Michael Reed
  2006-04-24 18:55   ` Bob Tracy
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Reed @ 2006-04-24 15:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Andrew Vasquez, linux-scsi, rct

See my post on 4/21:

	"2.6.17-rc2: kobject_add failed"

	http://marc.theaimsgroup.com/?l=linux-scsi&m=114563629810793&w=2

Perhaps this is related?

http://marc.theaimsgroup.com/?t=114443491400001&r=1&w=2

Mike


Andrew Morton wrote:
> 
> Begin forwarded message:
> 
> Date: Fri, 7 Apr 2006 13:31:05 -0500 (CDT)
> From: rct@gherkin.frus.com (Bob Tracy)
> To: linux-kernel@vger.kernel.org
> Subject: [BUG] 2.6.17-rc1: SCSI kobject_add problems
> 
> 
> System is a DEC Alpha 433au with two SCSI disks.  SCSI controller is a
> QLA1040 supported by the qla1280 driver.  Runs 2.6.16 fine.  Tried
> booting 2.6.17-rc1 and got
> 
> kobject_add failed for 0:0: with -EEXIST, don't try to register things with the same name in the same directory
> 
> and a fairly long trace output when the system attempted to add sdb.
> Not surprisingly, sdb was inaccessible.
> 
> Normally (for 2.6.16 anyway), the following relationship exists:
> 
> sd 0:0:0:0	sda
> sd 0:0:1:0	sdb
> 
> More information *might* be available if needed, but will have to be
> transcribed by hand.  My /usr partition is on sdb, so I don't get very
> far with 2.6.17-rc1 on Alpha :-).  The problem is probably specific to
> the qla1280 or the Alpha, as I have a x86 Adaptec SCSI-based system
> with multiple spindles that works fine with 2.6.17-rc1.
> 

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

* Re: Fw: [BUG] 2.6.17-rc1: SCSI kobject_add problems
  2006-04-24 15:07 ` Michael Reed
@ 2006-04-24 18:55   ` Bob Tracy
  2006-04-24 20:15     ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Bob Tracy @ 2006-04-24 18:55 UTC (permalink / raw)
  To: Michael Reed; +Cc: Andrew Morton, Andrew Vasquez, linux-scsi

Michael Reed wrote:
> See my post on 4/21:
> 
> 	"2.6.17-rc2: kobject_add failed"
> 
> 	http://marc.theaimsgroup.com/?l=linux-scsi&m=114563629810793&w=2
> 
> Perhaps this is related?
> 
> http://marc.theaimsgroup.com/?t=114443491400001&r=1&w=2

My "kobject_add failed" issue with 2.6.17-rc1 and -rc2 was a previously
undiscovered code error in the Alpha-specific strncpy() routine.  See
http://marc.theaimsgroup.com/?t=114555387000005&r=1&w=2
for the gory details.  Ivan Kokshaysky provided the fix, which I hope
has been captured for inclusion in -rc3.

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------

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

* Re: Fw: [BUG] 2.6.17-rc1: SCSI kobject_add problems
  2006-04-24 18:55   ` Bob Tracy
@ 2006-04-24 20:15     ` Andrew Morton
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Morton @ 2006-04-24 20:15 UTC (permalink / raw)
  To: Bob Tracy; +Cc: mdr, andrew.vasquez, linux-scsi, Ivan Kokshaysky

rct@gherkin.frus.com (Bob Tracy) wrote:
>
> My "kobject_add failed" issue with 2.6.17-rc1 and -rc2 was a previously
>  undiscovered code error in the Alpha-specific strncpy() routine.  See
>  http://marc.theaimsgroup.com/?t=114555387000005&r=1&w=2
>  for the gory details.  Ivan Kokshaysky provided the fix, which I hope
>  has been captured for inclusion in -rc3.

I don't have Ivan's strncpy() fix and I don't think it's in mainline either.

Ivan, pelase send it over when it's ready?

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

end of thread, other threads:[~2006-04-24 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-08  0:14 Fw: [BUG] 2.6.17-rc1: SCSI kobject_add problems Andrew Morton
2006-04-24 15:07 ` Michael Reed
2006-04-24 18:55   ` Bob Tracy
2006-04-24 20:15     ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox