[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100423.163127.62645049.davem@davemloft.net>
Date: Fri, 23 Apr 2010 16:31:27 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: alan@...ux.intel.com
Cc: netdev@...r.kernel.org, e1000-devel@...ts.sourceforge.net
Subject: Re: [PATCH] e100: Fix the TX workqueue race
From: Alan Cox <alan@...ux.intel.com>
Date: Fri, 23 Apr 2010 15:34:43 +0100
> I'd assumed someone would have picked up on this and fixed it using rtnl_lock
> as was suggested but it seems to have fallen through the cracks ?
>
> Anyway this is I assume what was meant ?
I hope this doesn't deadlock with linkwatch, as that's generally
a problem we hit with trying to take RTNL from workqueues in
the networking.
Linkwatch takes the RTNL lock, and then can make calls into the driver
in it's main work loop.
But since you don't hold any driver locks here (you can't as if we did
we couldn't take the RTNL lock here at all) so it should be OK.
I'll apply this to net-2.6, thanks Alan.
--
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