[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <005701cd18eb$aaa0ab90$ffe202b0$@cs.wisc.edu>
Date: Thu, 12 Apr 2012 15:34:26 -0500
From: "Matt Renzelmann" <mjr@...wisc.edu>
To: "'Stephen Boyd'" <sboyd@...eaurora.org>
Cc: <davem@...emloft.net>, <ben@...tec.co.uk>,
<netdev@...r.kernel.org>, "Matt Renzelmann" <mjr@...wisc.edu>
Subject: RE: [PATCH] ks8851: Cancel any pending IRQ work
>
> Is this actually solving anything? Presumably cancel_work_sync() could
> run and then another spurious interrupt could come in after that
> function returns and we would have the same problem again. We should
> probably free the irq before unregistering the netdev so that
> ks8851_net_stop() would run after the interrupt is no longer registered,
> and the flush_work() in there would finish the last work. But then we
> have a problem where we're enabling the irq in the irq_work callback
> after the irq has been freed. Ugh.
>
> I also see a potential deadlock in ks8851_net_stop(). ks8851_net_stop()
> holds the ks->lock while calling flush_work() which could deadlock if an
> interrupt comes and schedules an irq_work between the time
> ks8851_net_stop() grabs the mutex and calls flush_work().
>
I agree on all counts -- the patch is buggy, though it does at least "shrink"
the window of vulnerability. Frankly, I don't believe I'm qualified to write an
appropriate patch for this driver, at least without spending considerably more
time on it.
FWIW, I found this problem with a new driver-testing tool we've developed called
SymDrive, and my goal is primarily to determine if the bug is real or not. The
tool is imperfect and we are trying to validate its operation.
That said, if there is an issue here, and we can come up with an appropriate
fix, then I'd be happy to write a patch for it.
--
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