aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorNoam Camus <noamc@ezchip.com>2015-08-20 08:00:02 +0300
committerDavid S. Miller <davem@davemloft.net>2015-08-23 16:08:53 -0700
commit93fcf83eb953d9ca2d3c51ff7f87095f0dd43511 (patch)
treea6b96b30ef7d072a8c9adc50c6276cfdf91facb3 /Kconfig
parentNET: nps_enet: replace use of cause register (diff)
downloadlinux-dev-93fcf83eb953d9ca2d3c51ff7f87095f0dd43511.tar.xz
linux-dev-93fcf83eb953d9ca2d3c51ff7f87095f0dd43511.zip
NET: nps_enet: TX done race condition
We need to set tx_skb pointer before send frame. If we receive interrupt before we set pointer we will try to free SKB with wrong pointer. Now we are sure that SKB pointer will never be NULL during handling TX done and check is removed. Signed-off-by: Noam Camus <noamc@ezchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions