All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: spin_unlock is missed in function (netpoll_send_skb_on_dev) in file (linux-3.12/net/core/netpoll.c)
       [not found] <CAFZT-jLtQNZnsoWO8nzJ0i5qUE6J--wXhg+gUXvh4qdmxMG4=g@mail.gmail.com>
@ 2014-01-03 15:38 ` Ahmed Tamrawi
  2014-01-03 20:50   ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmed Tamrawi @ 2014-01-03 15:38 UTC (permalink / raw)
  To: netdev

[-- Attachment #1: Type: text/plain, Size: 715 bytes --]

Hi there!

Bug Report Filed: https://bugzilla.kernel.org/show_bug.cgi?id=68011
Linux Version [3.12]
Configuration: Default configuration for x86

In function (netpoll_send_skb_on_dev) in file (linux-3.12/net/core/netpoll.c):

The structure (txq->_xmit_lock) gets successfully locked at line (383)
by (__netif_tx_trylock(txq)) and unlocked by (__netif_tx_unlock(txq))
at line (398).

The problem occurs when the loop breaks at line (390) and the
structure (txq->_xmit_lock) still locked. In that case, the structure
(txq->_xmit_lock) never gets unlocked.

A possible solution is to call (__netif_tx_unlock(txq)) before the
break at line (390).

Attached is a highlighted source code for the function.

Thanks,
Ahmed

[-- Attachment #2: bug_netpoll_send_skb_on_dev.png --]
[-- Type: image/png, Size: 880311 bytes --]

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

* Re: spin_unlock is missed in function (netpoll_send_skb_on_dev) in file (linux-3.12/net/core/netpoll.c)
  2014-01-03 15:38 ` Fwd: spin_unlock is missed in function (netpoll_send_skb_on_dev) in file (linux-3.12/net/core/netpoll.c) Ahmed Tamrawi
@ 2014-01-03 20:50   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-01-03 20:50 UTC (permalink / raw)
  To: ahmedtamrawi; +Cc: netdev


Stephen already forwarded your report to the list and I already fixed
it last night.

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

end of thread, other threads:[~2014-01-03 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAFZT-jLtQNZnsoWO8nzJ0i5qUE6J--wXhg+gUXvh4qdmxMG4=g@mail.gmail.com>
2014-01-03 15:38 ` Fwd: spin_unlock is missed in function (netpoll_send_skb_on_dev) in file (linux-3.12/net/core/netpoll.c) Ahmed Tamrawi
2014-01-03 20:50   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.