aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorGeliang Tang <[email protected]>2024-11-04 13:31:42 +0100
committerJakub Kicinski <[email protected]>2024-11-05 17:51:09 -0800
commit99635c91fb8b860a6404b9bc8b769df7bdaa2ae3 (patch)
tree36a446b3f88ccd27fe5633db2b47c3da27334794 /tools/perf/scripts/python/task-analyzer.py
parentcfbbd4859882a5469f6f4945937a074ee78c4b46 (diff)
mptcp: use sock_kfree_s instead of kfree
The local address entries on userspace_pm_local_addr_list are allocated by sock_kmalloc(). It's then required to use sock_kfree_s() instead of kfree() to free these entries in order to adjust the allocated size on the sk side. Fixes: 24430f8bf516 ("mptcp: add address into userspace pm list") Cc: [email protected] Signed-off-by: Geliang Tang <[email protected]> Reviewed-by: Matthieu Baerts (NGI0) <[email protected]> Signed-off-by: Matthieu Baerts (NGI0) <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions