diff options
| author | Xin Long <[email protected]> | 2019-03-31 17:03:02 +0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-04-01 18:10:51 -0700 |
| commit | 5869b8fadad0be948e310c456f111c4103f5fbfb (patch) | |
| tree | f74def4622ce45ed84f1ddf9fc34bd85f7e22010 /tools/perf/scripts/python | |
| parent | b6163f194c699ff75fa6aa4565b1eb8946c2c652 (diff) | |
net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destruct
As Eric noticed, in .sk_destruct, sk->sk_dst_cache update is prevented, and
no barrier is needed for this. So change to use rcu_dereference_protected()
instead of rcu_dereference_check() to fetch sk_dst_cache in there.
v1->v2:
- no change, repost after net-next is open.
Reported-by: Eric Dumazet <[email protected]>
Signed-off-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions