commit | 93845d5f1b3c3878fdeb6275f1928217ec0c9ff2 | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Wed Jun 28 13:41:58 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 29 15:14:16 2017 -0400 |
tree | 8e9cb5c5201d5c29b4e1d7cd04cde838aec3d87a | |
parent | 3abc7cff671a15f797f2baca9ba6b406508757b8 [diff] |
amd-xgbe: Add a check for an skb in the timestamp path Spurious Tx timestamp interrupts can cause an oops in the Tx timestamp processing function if a Tx timestamp skb is NULL. Add a check to insure a Tx timestamp skb is present before attempting to use it. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>