aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorMichael Grzeschik <[email protected]>2017-05-22 13:02:44 +0200
committerGreg Kroah-Hartman <[email protected]>2017-06-13 10:48:24 +0200
commitb3b51417d0af63fb9a06662dc292200aed9ea53f (patch)
tree4f51af5a0ad49953f0fa71f69b1837f15b84aa2a /tools/perf/scripts/python/bin/stackcollapse-report
parentc01b244ad848ac7f0faa141182db80650a8a761a (diff)
usb: usbip: set buffer pointers to NULL after free
The usbip stack dynamically allocates the transfer_buffer and setup_packet of each urb that got generated by the tcp to usb stub code. As these pointers are always used only once we will set them to NULL after use. This is done likewise to the free_urb code in vudc_dev.c. This patch fixes double kfree situations where the usbip remote side added the URB_FREE_BUFFER. Cc: [email protected] Signed-off-by: Michael Grzeschik <[email protected]> Acked-by: Shuah Khan <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions