2005-11-16 08:51:44

by Hubert Tonneau

[permalink] [raw]
Subject: Kernel crash report in SCSI over USB with kernel 2.6.14

This is stock Linux 2.6.14, SMP, with 6 USB disks and no real SCSI hardware.

The kernel stack crash report is:
scsi_end_request +0xaf/0xc0 [scsi_mod]
scsi_io_completion
scsi_finish_commands
scsi_softirg
__rcu_process_callblacks
ksoftirqd
ksoftirqd
kthread
kthread
kernel_thread_helper


2005-11-16 19:05:35

by Greg KH

[permalink] [raw]
Subject: Re: Kernel crash report in SCSI over USB with kernel 2.6.14

On Wed, Nov 16, 2005 at 08:45:41AM +0000, Hubert Tonneau wrote:
> This is stock Linux 2.6.14, SMP, with 6 USB disks and no real SCSI hardware.

USB storage is "real scsi" :)

> The kernel stack crash report is:
> scsi_end_request +0xaf/0xc0 [scsi_mod]
> scsi_io_completion
> scsi_finish_commands
> scsi_softirg
> __rcu_process_callblacks
> ksoftirqd
> ksoftirqd
> kthread
> kthread
> kernel_thread_helper

Care to file a bug at bugzilla.kernel.org with the full oops report in
it?

thanks,

greg k-h