public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* cciss fix for 2.6.0-test4
@ 2003-08-26 14:55 mike.miller
  2003-08-26 15:45 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: mike.miller @ 2003-08-26 14:55 UTC (permalink / raw)
  To: axboe, akpm; +Cc: francis.wiran, linux-kernel

The following patch fixes a panic in the cciss driver during driver initialization. It was built & tested against 2.6.0-test4.
Authored by Francis Wiran of Hewlett-Packard.

--------------------------------------------------------------------------------

   * Fix panic due to missing q assignment in cciss_init_one()


 drivers/block/cciss.c |    2 ++
 1 files changed, 2 insertions(+)

--- linux-2.6.0-test3/drivers/block/cciss.c~cciss_blk_alloc	2003-08-18 15:38:06.000000000 -0500
+++ linux-2.6.0-test3-root/drivers/block/cciss.c	2003-08-18 17:58:11.000000000 -0500
@@ -2525,6 +2525,8 @@ err_all:
 	if (!q)
 		goto err_all;
 
+	hba[i]->queue = q;
+
 	/* Initialize the pdev driver private data. 
 		have it point to hba[i].  */
 	pci_set_drvdata(pdev, hba[i]);

_

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

* Re: cciss fix for 2.6.0-test4
  2003-08-26 14:55 cciss fix for 2.6.0-test4 mike.miller
@ 2003-08-26 15:45 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2003-08-26 15:45 UTC (permalink / raw)
  To: mike.miller; +Cc: akpm, francis.wiran, linux-kernel

On Tue, Aug 26 2003, mike.miller@hp.com wrote:
> The following patch fixes a panic in the cciss driver during driver initialization. It was built & tested against 2.6.0-test4.
> Authored by Francis Wiran of Hewlett-Packard.

A slightly different one was sent to Linus yesterday, I suspect it will
show up later today.

-- 
Jens Axboe


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

end of thread, other threads:[~2003-08-26 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-26 14:55 cciss fix for 2.6.0-test4 mike.miller
2003-08-26 15:45 ` Jens Axboe

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