summaryrefslogtreecommitdiffstats
path: root/net/core/flow.c
diff options
context:
space:
mode:
authorTimo Teräs2010-03-31 02:17:05 +0200
committerDavid S. Miller2010-04-02 04:41:35 +0200
commitea2dea9dacc256fe927857feb423872051642ae7 (patch)
tree507da54eb46680b833ead15c3e74f9312cf10c22 /net/core/flow.c
parentxfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handler (diff)
downloadkernel-qcow2-linux-ea2dea9dacc256fe927857feb423872051642ae7.tar.gz
kernel-qcow2-linux-ea2dea9dacc256fe927857feb423872051642ae7.tar.xz
kernel-qcow2-linux-ea2dea9dacc256fe927857feb423872051642ae7.zip
xfrm: remove policy lock when accessing policy->walk.dead
All of the code considers ->dead as a hint that the cached policy needs to get refreshed. The read side can just drop the read lock without any side effects. The write side needs to make sure that it's written only exactly once. Only possible race is at xfrm_policy_kill(). This is fixed by checking result of __xfrm_policy_unlink() when needed. It will always succeed if the policy object is looked up from the hash list (so some checks are removed), but it needs to be checked if we are trying to unlink policy via a reference (appropriate checks added). Since policy->walk.dead is written exactly once, it no longer needs to be protected with a write lock. Signed-off-by: Timo Teras <timo.teras@iki.fi> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/flow.c')
0 files changed, 0 insertions, 0 deletions