diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-10-22 09:29:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-22 09:29:53 +0200 |
commit | f7ff19871bb4a3451e1ca2cf660bf633018cfbec (patch) | |
tree | ffbbfd627d08f90774be98ad8c0e33fb4f732974 /net | |
parent | Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-merge (diff) | |
download | linux-f7ff19871bb4a3451e1ca2cf660bf633018cfbec.tar.xz linux-f7ff19871bb4a3451e1ca2cf660bf633018cfbec.zip |
tg3: fix tigon3_dma_hwbug_workaround()
Ari got kernel panics using tg3 NIC, and bisected to 2669069aacc9 "tg3:
enable transmit time stamping."
This is because tigon3_dma_hwbug_workaround() might alloc a new skb and
free the original. We panic when skb_tx_timestamp() is called on freed
skb.
Reported-by: Ari Savolainen <ari.m.savolainen@gmail.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions