netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Avoid deadlock situation due to use of xmit_lock
@ 2016-12-02 23:06 Lino Sanfilippo
  2016-12-02 23:06 ` [PATCH 1/2] net: ethernet: sxgbe: do not use xmit_lock in tx completion handler Lino Sanfilippo
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lino Sanfilippo @ 2016-12-02 23:06 UTC (permalink / raw)
  To: bh74.an, ks.giri, vipul.pandya, peppe.cavallaro, alexandre.torgue
  Cc: linux-kernel, netdev

Hi,

after stumbling over a potential deadlock situation in the altera driver 
(see http://marc.info/?l=linux-netdev&m=148054615230447&w=2), I checked
all other ethernet drivers for the same issue and actually found it in 2
more, namely stmmac, and sxgbe. Please see the commit messages for a 
description of the problem.
These 2 patches fix the concerning drivers.

Regards,
Lino

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-12-06 19:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 23:06 Avoid deadlock situation due to use of xmit_lock Lino Sanfilippo
2016-12-02 23:06 ` [PATCH 1/2] net: ethernet: sxgbe: do not use xmit_lock in tx completion handler Lino Sanfilippo
2016-12-02 23:06 ` [PATCH 2/2] net: ethernet: stmmac: " Lino Sanfilippo
2016-12-06 15:06 ` Avoid deadlock situation due to use of xmit_lock David Miller
2016-12-06 19:10   ` Lino Sanfilippo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).