Actions
Feature #7340
openSpecification for net_device_ops
Start date:
06/24/2016
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
struct net_device_ops
0.1.dev2282+n9814cdf 4.2.6 x86_64 allmodconfig separate modules drivers/net/usb/usbnet.ko linux:memory
In the example usbnet_start_xmit allocates memory for urb->sg (function build_dma_sg) which is freed in the other handlers like usbnet_bh(dev->bh.func, dev->delay.function) registered in usbnet_probe (the same for usbnet_resume).
Updated by Ilja Zakharov over 7 years ago
- Priority changed from High to Low
There are no important issues caused by the problem in recently obtained and analyzed results, so decreasing the priority of the issue.
Actions