summary refs log tree commit diff
path: root/net/unix
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-11-25 09:02:10 -0800
committerDavid S. Miller <davem@davemloft.net>2015-11-29 22:51:45 -0500
commit9ffad80a9c65d7c2ab5ad6cb8b4b0559b9ed8b8c (patch)
tree736a7c787e87cae573f380b0e7741566d3e60644 /net/unix
parent880621c2605b82eb5af91a2c94223df6f5a3fb64 (diff)
downloadlinux-9ffad80a9c65d7c2ab5ad6cb8b4b0559b9ed8b8c.tar.gz
drivers: net: xgene: fix possible use after free
Once TX has been enabled on a NIC, it is illegal to access skb,
as this skb might have been freed by another cpu, from TX completion
handler.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Cc: Iyappan Subramanian <isubramanian@apm.com>
Acked-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix')
0 files changed, 0 insertions, 0 deletions