aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorHerbert Xu <[email protected]>2016-12-05 15:28:21 +0800
committerDavid S. Miller <[email protected]>2016-12-05 19:43:42 -0500
commited5d7788a934a4b6d6d025e948ed4da496b4f12e (patch)
tree9f10caf66c776a0ea3d55504e647897408105996 /tools/perf/scripts/python/call-graph-from-postgresql.py
parentffe3bb85c19e1dbf96cc13aad823ae0a8855d066 (diff)
netlink: Do not schedule work from sk_destruct
It is wrong to schedule a work from sk_destruct using the socket as the memory reserve because the socket will be freed immediately after the return from sk_destruct. Instead we should do the deferral prior to sk_free. This patch does just that. Fixes: 707693c8a498 ("netlink: Call cb->done from a worker thread") Signed-off-by: Herbert Xu <[email protected]> Tested-by: Andrey Konovalov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions