commit | 2c42bf4b43170ee83354bb68a12f8fc84c2e27a9 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Thu Mar 03 15:22:36 2016 -0600 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 07 14:38:52 2016 -0500 |
tree | e2cb055dbdf55853f61c13ff1f00fc26da41b96c | |
parent | 48906f62c96cc2cd35753e59310cb70eb08cc6a5 [diff] |
ibmveth: check return of skb_linearize in ibmveth_start_xmit If skb_linearize fails, the driver should drop the packet instead of trying to copy it into the bounce buffer. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>