diff options
| author | Jia-Ju Bai <[email protected]> | 2015-08-03 10:40:48 +0800 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2015-08-18 14:06:05 -0700 |
| commit | 5e5d49422dfb035ca9e280cd61d434095c151272 (patch) | |
| tree | 5d65af3d9d6e4d2045fcee2c4fe5a8cab8a23328 /tools/perf/scripts/python/bin | |
| parent | 9ad607b4a9cb365fbd8387b1250ec448e497223e (diff) | |
e100: Release skb when DMA mapping is failed in e100_xmit_prepare
When pci_dma_mapping_error in e100_xmit_prepare is failed, the skb buffer
allocated by netdev_alloc_skb_ip_align in e100_rx_alloc_skb is not
released, which causes a possible resource leak.
This patch adds error handling code to fix it.
Signed-off-by: Jia-Ju Bai <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions