On Mon, 2006-02-06 at 23:04 +0100, Olaf Hering wrote: > I need help on this one. > What I have so far (via git-bisect) is: My guess would be this patch: commit 863a930a40eb7f2d18534c2c166b22582f5c6cfd [SCSI] fix scsi_reap_target() device_del from atomic context scsi_reap_target() was desgined to be called from any context. However it must do a device_del() of the target device, which may only be called from user context. Thus we have to reimplement scsi_reap_target() via a workqueue. James - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html