From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: Memory corruption & SCSI in 2.6.15 Date: Mon, 12 Dec 2005 14:13:51 -0600 Message-ID: <1134418432.9994.32.camel@mulgrave> References: <1134371606.6989.95.camel@gaston> <439DC9E4.6030508@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds Cc: Brian King , Benjamin Herrenschmidt , Andrew Morton , Linux Kernel list , Paul Mackerras , Jens Axboe , SCSI Mailing List List-Id: linux-scsi@vger.kernel.org On Mon, 2005-12-12 at 11:55 -0800, Linus Torvalds wrote: > Indeed, that looks pretty subtle. > > James: Brian's patch looks obviously correct to me (scsi_alloc_sdev() will > have called scsi_sysfs_device_initialize() which will set up the release > function to free the queue). Yes it does ... I'll put it in the rc-fixes tree. > This code has been like that forever, though, which makes me wonder. Can > anybody see what has changed to make the bug trigger? Or is there > something I'm missing? The trigger, based on the failure path has to be a slave_alloc failure of an underlying driver (which isn't that common). This may not be visible in the dmesg traces if anyone has one, because reporting the condition is up to the driver. James