Re: [PATCH 2.6.13] Unhandled error condition in aic79xx

2005-09-01 Thread Daniel Walker
On Fri, 2005-09-02 at 00:10 +0400, Alexey Dobriyan wrote: > I see malloc(), kernel_thread() and multiple ahd_linux_alloc_target() > above. Ditto for 7xxx patch. It looks like it's all handled inside ahd_free() . Here's the updated patch. Any concerns? Signed-Off-By: Daniel Walker <[EMAIL PROTEC

Re: [PATCH 2.6.13] Unhandled error condition in aic79xx

2005-09-01 Thread Daniel Walker
On Fri, 2005-09-02 at 00:10 +0400, Alexey Dobriyan wrote: > I see malloc(), kernel_thread() and multiple ahd_linux_alloc_target() > above. Ditto for 7xxx patch. > True, no wonder this condition hasn't been handled yet.. Daniel - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: [PATCH 2.6.13] Unhandled error condition in aic79xx

2005-09-01 Thread Alexey Dobriyan
On Thu, Sep 01, 2005 at 12:38:21PM -0700, Daniel Walker wrote: > This patch should handle the case when scsi_add_host() fails. > --- linux-2.6.13.orig/drivers/scsi/aic7xxx/aic79xx_osm.c > +++ linux-2.6.13/drivers/scsi/aic7xxx/aic79xx_osm.c > @@ -2065,7 +2066,11 @@ ahd_linux_register_host(struct a

[PATCH 2.6.13] Unhandled error condition in aic79xx

2005-09-01 Thread Daniel Walker
This patch should handle the case when scsi_add_host() fails. Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]> Index: linux-2.6.13/drivers/scsi/aic7xxx/aic79xx_osm.c === --- linux-2.6.13.orig/drivers/scsi/aic7xxx/aic79xx_osm.c

Re: [PATCH 2.6.13] Unhandled error condition in aic79xx

2005-09-01 Thread Jiri Slaby
Daniel Walker napsal(a): This patch should handle the case when scsi_add_host() fails. Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]> Index: linux-2.6.13/drivers/scsi/aic7xxx/aic79xx_osm.c === --- linux-2.6.13.orig/drivers/scsi/