diff options
author | Herbert Xu <[email protected]> | 2018-01-04 22:25:07 +1100 |
---|---|---|
committer | Steffen Klassert <[email protected]> | 2018-01-05 09:33:14 +0100 |
commit | d16b46e4fd8bc6063624605f25b8c0835bb1fbe3 (patch) | |
tree | 2082d0d7f510842ede6ba05a671ed7d4693b7a09 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 2f10a61cee8fdb9f8da90f5db687e1862b22cf06 (diff) |
xfrm: Use __skb_queue_tail in xfrm_trans_queue
We do not need locking in xfrm_trans_queue because it is designed
to use per-CPU buffers. However, the original code incorrectly
used skb_queue_tail which takes the lock. This patch switches
it to __skb_queue_tail instead.
Reported-and-tested-by: Artem Savkov <[email protected]>
Fixes: acf568ee859f ("xfrm: Reinject transport-mode packets...")
Signed-off-by: Herbert Xu <[email protected]>
Signed-off-by: Steffen Klassert <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions