[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAC5umyi2Z5aVpqsrA=JeQDTL9rJbS-ESUVJ128h55mY_orOrbQ@mail.gmail.com>
Date: Fri, 4 Nov 2011 06:23:11 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: Matt Carlson <mcarlson@...adcom.com>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"David S. Miller" <davem@...emloft.net>,
Michael Chan <mchan@...adcom.com>
Subject: Re: [PATCH] tg3: fix error handling in tg3_open
2011/11/4 Matt Carlson <mcarlson@...adcom.com>:
> On Thu, Nov 03, 2011 at 03:36:43AM -0700, Akinobu Mita wrote:
>> If one of the request_irq calls fails in tg3_open, all interrupts
>> allocated with request_irq should be freed before returning error.
>>
>> But it accidentally attempts to free the same invalid IRQ repeatedly.
>
> Hi Akinobu. I have a similar patch under internal review at this very
> minute. The patch I have does a minor additional cleanup. (It moves
> the 'goto err_out2' inside the 'if (err)' block.) Is it O.K.
> with you to add your SOB to my patch instead?
Sounds good. Could you send the patch after finishing your review?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists