diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2019-03-20 17:54:44 +0100 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2019-03-20 17:56:13 +0100 |
commit | bfc01ddff2b0c33de21af436324a669e95ac7e78 (patch) | |
tree | a9f9d79a762c820824f2420538d79983d90e4580 /include | |
parent | xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module (diff) | |
download | linux-bfc01ddff2b0c33de21af436324a669e95ac7e78.tar.xz linux-bfc01ddff2b0c33de21af436324a669e95ac7e78.zip |
Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"
This reverts commit f10e0010fae8174dc20bdc872bcaa85baa925cb7.
This commit was just wrong. It caused a lot of
syzbot warnings, so just revert it.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netns/xfrm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h index d2a36fb9f92a..59f45b1e9dac 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h @@ -57,7 +57,7 @@ struct netns_xfrm { struct list_head inexact_bins; - struct sock __rcu *nlsk; + struct sock *nlsk; struct sock *nlsk_stash; u32 sysctl_aevent_etime; |