aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorVijayavardhan Vennapusa <vvreddy@codeaurora.org>2021-02-24 11:37:53 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2021-03-30 22:41:55 -0700
commit5642aab61465814595b2f5bd85af2250c4ae69bf (patch)
treefe5511ea152f10b773a00fa6c786a15988b6916a /tools/perf/scripts/python/export-to-postgresql.py
parent02cdb2dcb3fa441c88e0eb6def194f5bd1a10cbe (diff)
u_bam_dmux: Fix memory leakage issue for RMNET
Currently driver is freeing rx/tx buffers as part of gbam_disconnect() and then disabling endpoints. This results in requests queued to USB HW are dequeued with status set to error code and in completion handler, buffers are moved to rx_skb_idle_list. When unbind happens, driver is freeing port structure without freeing skb buffers present in rx_skb_idle_list which leads to memory leakage. Hence fix the issue by freeing buffers in rx_skb_idle_list before freeing port structure. Change-Id: Iaa1b0c7eb358d2bc37e37edea01358f8310d8168 Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions