]> git.karo-electronics.de Git - karo-tx-linux.git/commit
solos-pci: fix double-free of TX skb in DMA mode
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 11 Dec 2012 14:57:14 +0000 (14:57 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 17:03:49 +0000 (09:03 -0800)
commitdecbd08d03e98e88f5c1f3b602ee02935c6c6ee4
tree0a8a53b7da9c60b584cf8178385d8a2077464d07
parent0b6916a71e85cd2e51c7cc3062814374a42753b9
solos-pci: fix double-free of TX skb in DMA mode

commit cae49ede00ec3d0cda290b03fee55b72b49efc11 upstream.

We weren't clearing card->tx_skb[port] when processing the TX done interrupt.
If there wasn't another skb ready to transmit immediately, this led to a
double-free because we'd free it *again* next time we did have a packet to
send.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/atm/solos-pci.c