NCR5380 delayed work fix and locking fix

2005-02-24 Thread Kenn Humborg
host lock. This patch removes the call to NCR5380_proc_info() from NCR5380_print_status. Cosmetic: Remove duplicated lines of code from NCR5380_abort(). Signed-off-by: Kenn Humborg <[EMAIL PROTECTED]> --- src/drivers/scsi/NCR5380.c-2.6.10 2005-02-24 23:16:04.243579058 + +++ src/d

Possible use of uninitialized variable in sd.c

2005-02-25 Thread Kenn Humborg
goto out_put; Note that if idr_get_new() fails, index remains uninitialized. If it happens to be >= SD_MAX_DISKS, the error returned from idr_get_new will be clobbered. Patch initializes index to zero. Signed-off-by: Kenn Humborg <[EMAIL PROTECTED]> --- src/drivers/scsi/sd.c

Re: Possible use of uninitialized variable in sd.c

2005-03-01 Thread Kenn Humborg
If it happens to be >= SD_MAX_DISKS, the error returned from idr_get_new will be clobbered. Patch initializes checks error code from idr_get_new before accessing index. Signed-off-by: Kenn Humborg <[EMAIL PROTECTED]> --- src/drivers/scsi/sd.c-2.6.102005-02-25 21:02:17.0 +000

Re: [PATCH] m68k link error and NCR5380_exit()

2005-03-07 Thread Kenn Humborg
On Mon, Mar 07, 2005 at 09:53:22AM -0800, Brad Boyer wrote: > On Tue, Mar 08, 2005 at 12:45:28AM +1100, Finn Thain wrote: > > My main reservation about embarking on this is that I don't think mac_scsi > > ever actually worked under 2.6 (or 2.5?) kernels. I'm not competent enough > > to submit a g

RE: [PATCH] mac_scsi boot crash fix

2005-03-09 Thread Kenn Humborg
> Kenn, my macs like your patch :-) Did it make it upstream? Yes. http://linux-scsi.bkbits.net:8080/scsi-misc-2.6/[EMAIL PROTECTED] xrPCoj1REg?nav=index.html|[EMAIL PROTECTED] Later, Kenn - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [E